/*** 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: 4px;
    color: var(--color-mono-70);
}
.title-component-streaming_jwlink img {
    width: 60px;
    height: auto;
    margin-bottom: 2px;
}
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;
}

@media screen and (max-width: 1400px) {
    .title-component-poster,
    .title-component-poster_img {
        width: 160px;
    }
}
@media screen and (max-width: 1200px) {
    .title-component-poster,
    .title-component-poster_img {
        width: 120px;
    }
}
@media screen and (max-width: 991px) {
    .title-component-poster,
    .title-component-poster_img {
        width: 160px;
    }
}
@media screen and (max-width: 743px) {
    .title-component-poster,
    .title-component-poster_img {
        width: 170px;
    }
}
