/* assets/css/shortcode-single-sermon.css */
/* Shortcode single sermon embed (minimal, matches single template direction) */
.ccs-shortcode-single-min {
    max-width: 1200px;
    margin: 0 auto;
    padding: 6% 12%;
}

.ccs-shortcode-single-top {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 16px 0;
}

/* Reuse the shared minimal video styling */
.ccs-shortcode-single-min .ccs-sermon-video {
    border-radius: 18px;
}

.ccs-shortcode-single-min .ccs-sermon-title {
    font-size: 2.25rem;
}

@media (max-width: 900px) {
    .ccs-shortcode-single-min {
        padding: 6% 6%;
    }
    .ccs-shortcode-single-min .ccs-action-btn {
        width: 100%;
        justify-content: center;
    }
}