/*** POSTER ***/
.title-component-poster {
    display: flex;
    width: 230px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: var(--radius-xs);
    border: 1px solid var(--color-mono-85);
    box-shadow: var(--boxshadow);
    overflow: hidden;
    margin-bottom: 4px;
}

.title-component-poster_img {
    width: 230px;
}

.title-component-streaming_jwlink {
    display: flex;
    width: 100%;
    font-size: 10px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: var(--color-mono-70);
    padding: 6px 0;
}
.title-component-streaming_jwlink img {
    width: 74px;
    height: auto;
    margin-bottom: 1px;
}
.title-component-jwrank {
    /*
    border: 1px var(--color-dark-green-70) solid;
    background-color: var(--color-dark-green-90);
    color: var(--color-dark-green-30);
    border: 1px var(--color-yellow-70) solid;
    background-color: var(--color-yellow-97);
    border-radius: 500px;
    padding: 0 12px;
    line-height: 16px;
    box-shadow: var(--boxshadow);
    */
    color: #F5C518;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: -2px;
}
.title-component-jwrank:hover {
    color: #E5B217;
}
.title-component-streaming-link {
}

button.title-component-streaming_modal.tertiary {
    width: 100%;
    border-top: 1px solid var(--color-greyblue-85);
    border-bottom: 1px var(--color-greyblue-90) solid;
    border-radius: 0;
    gap: 4px;
}
