/*
Theme Name: VidoRev Child
Template: vidorev
Theme URI: http://demo.beeteam368.com/vidorev/
Author: BeeTeam368
Author URI: http://themeforest.net/user/beeteam368
Description: Video WordPress Theme — customized for Music Videos Club
Version: 1.0.7
License: Themeforest Licence
License URI: http://themeforest.net/licenses
Text Domain: vidorev
Tags: translation-ready, one-column, two-columns, three-columns, right-sidebar, custom-menu, editor-style, featured-images, theme-options, rtl-language-support
*/

/* =========================================================
   MUSIC VIDEOS CLUB CUSTOMIZATIONS
   v1.0.7 — 2026-05-01
   Higher-specificity selectors to override VidoRev defaults.
   ========================================================= */


/* =========================================================
   SONG INFORMATION CARD
   Targets: <div class="song-info"> + <div class="info-line">
   inside post content. Uses body-level + multiple-class
   selectors to outweigh VidoRev's parent theme CSS.
   ========================================================= */

/* The card container */
body .single-post-content .song-info,
body .post-content .song-info,
body .entry-content .song-info,
body article .song-info,
body div.song-info {
    display: block !important;
    margin: 2.5em 0 !important;
    padding: 1.75em 2em !important;
    background: #f7f7f9 !important;
    border: 1px solid #e5e5ea !important;
    border-radius: 8px !important;
    font-size: 0.95em !important;
    line-height: 1.65 !important;
    color: #1a1a1a !important;
}

/* The "SONG INFORMATION" header inside the card */
body .single-post-content .song-info h3,
body .post-content .song-info h3,
body .entry-content .song-info h3,
body article .song-info h3,
body div.song-info h3 {
    margin: 0 0 1.25em 0 !important;
    padding: 0 0 0.6em 0 !important;
    font-size: 0.85em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    color: #1a1a1a !important;
    border-bottom: 2px solid #1a1a1a !important;
    background: none !important;
}

/* Each label/value pair as a 2-column grid row */
body .single-post-content .song-info .info-line,
body .post-content .song-info .info-line,
body .entry-content .song-info .info-line,
body article .song-info .info-line,
body div.song-info div.info-line {
    display: grid !important;
    grid-template-columns: minmax(110px, 165px) 1fr !important;
    gap: 0.4em 1.25em !important;
    align-items: baseline !important;
    margin: 0 0 0.55em 0 !important;
    padding: 0 !important;
}

/* Labels (the <strong> elements) */
body .single-post-content .song-info .info-line strong,
body .post-content .song-info .info-line strong,
body .entry-content .song-info .info-line strong,
body article .song-info .info-line strong,
body div.song-info div.info-line strong {
    font-weight: 600 !important;
    color: #555 !important;
    text-align: right !important;
    font-size: 0.92em !important;
    background: none !important;
}

/* Links inside the card */
body .single-post-content .song-info .info-line a,
body .post-content .song-info .info-line a,
body .entry-content .song-info .info-line a,
body article .song-info .info-line a,
body div.song-info div.info-line a {
    color: #1a1a1a !important;
    text-decoration: underline !important;
    text-decoration-color: #b8b8c0 !important;
    text-underline-offset: 2px !important;
    background: none !important;
}

body .single-post-content .song-info .info-line a:hover,
body .post-content .song-info .info-line a:hover,
body .entry-content .song-info .info-line a:hover,
body article .song-info .info-line a:hover,
body div.song-info div.info-line a:hover {
    color: #000 !important;
    text-decoration-color: currentColor !important;
}

/* External-link arrow indicator (only on links to other domains) */
body .song-info .info-line a[href^="http"]:not([href*="musicvideosclub.com"])::after {
    content: " ↗" !important;
    font-size: 0.85em !important;
    opacity: 0.6 !important;
    margin-left: 1px !important;
}

/* Italics inside info-line */
body .song-info .info-line em {
    font-style: italic !important;
}

/* Mobile: stack labels above values */
@media (max-width: 600px) {
    body .single-post-content .song-info,
    body .post-content .song-info,
    body .entry-content .song-info,
    body article .song-info,
    body div.song-info {
        padding: 1.25em 1.25em !important;
    }
    body .single-post-content .song-info .info-line,
    body .post-content .song-info .info-line,
    body .entry-content .song-info .info-line,
    body article .song-info .info-line,
    body div.song-info div.info-line {
        grid-template-columns: 1fr !important;
        gap: 0.1em 0 !important;
        margin-bottom: 0.85em !important;
    }
    body .single-post-content .song-info .info-line strong,
    body .post-content .song-info .info-line strong,
    body .entry-content .song-info .info-line strong,
    body article .song-info .info-line strong,
    body div.song-info div.info-line strong {
        text-align: left !important;
        font-size: 0.78em !important;
        text-transform: uppercase !important;
        letter-spacing: 0.06em !important;
        color: #777 !important;
        font-weight: 700 !important;
    }
}

/* =========================================================
   DARK MODE — VidoRev dark skin support
   ========================================================= */

body.vidorev_dark_skin .song-info,
body.dark-mode .song-info,
.vidorev_dark_skin div.song-info,
html.dark .song-info {
    background: #1f2024 !important;
    border-color: #2e2f33 !important;
    color: #f5f5f7 !important;
}

body.vidorev_dark_skin .song-info h3,
body.dark-mode .song-info h3,
.vidorev_dark_skin div.song-info h3,
html.dark .song-info h3 {
    color: #f5f5f7 !important;
    border-bottom-color: #f5f5f7 !important;
}

body.vidorev_dark_skin .song-info .info-line strong,
body.dark-mode .song-info .info-line strong,
.vidorev_dark_skin div.song-info div.info-line strong,
html.dark .song-info .info-line strong {
    color: #a0a0a8 !important;
}

body.vidorev_dark_skin .song-info .info-line a,
body.dark-mode .song-info .info-line a,
.vidorev_dark_skin div.song-info div.info-line a,
html.dark .song-info .info-line a {
    color: #f5f5f7 !important;
    text-decoration-color: #6a6a72 !important;
}

body.vidorev_dark_skin .song-info .info-line a:hover,
body.dark-mode .song-info .info-line a:hover,
.vidorev_dark_skin div.song-info div.info-line a:hover,
html.dark .song-info .info-line a:hover {
    color: #fff !important;
    text-decoration-color: currentColor !important;
}


/* =========================================================
   FUTURE-PROOFING for the planned MusicRecording meta-box card
   (uses .mvc-song-info naming — same visual treatment)
   ========================================================= */

.mvc-song-info {
    margin: 2.5em 0;
    padding: 1.75em 2em;
    background: #f7f7f9;
    border: 1px solid #e5e5ea;
    border-radius: 8px;
    font-size: 0.95em;
    line-height: 1.65;
}

.mvc-song-info__title {
    margin: 0 0 1.25em 0;
    padding: 0 0 0.6em 0;
    font-size: 0.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #1a1a1a;
    border-bottom: 2px solid #1a1a1a;
}

.mvc-song-info__grid {
    display: grid;
    grid-template-columns: minmax(110px, 165px) 1fr;
    gap: 0.5em 1.25em;
}

.mvc-song-info__label {
    font-weight: 600;
    color: #555;
    text-align: right;
    font-size: 0.92em;
}

.mvc-song-info__value {
    color: #1a1a1a;
    word-break: break-word;
}

.mvc-song-info__value a {
    color: inherit;
    text-decoration: underline;
    text-decoration-color: #b8b8c0;
    text-underline-offset: 2px;
}


/* =========================================================
   HIDE UNUSED MOVIE MODULES
   ========================================================= */

.video_post_meta__actors,
.video_post_meta__directors,
.imdb-rating-block,
.video_cast_block,
.video_actor_block,
.video_director_block {
    display: none !important;
}
