/* INFRARED Movie Review: intentionally minimal.
 * Output uses the same Gutenberg/Jetpack classes as the site's existing
 * movie-review boilerplate so the active theme controls typography/spacing.
 */
.infrared-movie-review .wp-block-image img { height: auto; max-width: 100%; }
.infrared-movie-review .imr-jetpack-stars { margin-left: 0; margin-right: 0; }
.infrared-movie-review .imr-jetpack-stars span { font-size: inherit; }
.infrared-movie-review .imr-half-star-glyph { display:inline-block; width:.55em; overflow:hidden; vertical-align:bottom; }
.infrared-movie-review .wp-block-embed__wrapper iframe { max-width:100%; }

/* Quick Amazon CTA: placed manually with [infrared_movie_prime]. */
.imr-prime-cta { margin: 1.25em 0 1.5em; }
.imr-prime-cta .imr-prime-button {
    display: inline-block;
    padding: 12px 22px;
    border-radius: 6px;
    background: #00a8e1;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    line-height: 1.2;
}
.imr-prime-cta .imr-prime-button:hover,
.imr-prime-cta .imr-prime-button:focus { opacity: .9; }

/* Responsive direct YouTube trailer embed. */
.infrared-movie-review .imr-youtube-embed .wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.infrared-movie-review .imr-youtube-embed iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
