/*
Theme Name: SmartMag Child
Theme URI: https://smartmag.theme-sphere.com/
Description: A child theme of SmartMag
Author: ThemeSphere
Author URI: https://theme-sphere.com
Template: smart-mag
Version: 1.1
*/







/* =========================================================
   LYRICSGROOVE
   PREMIUM SINGLE LYRICS — INTRO + FEATURED IMAGE
========================================================= */


/* =========================================================
   1. INTRODUCTION
========================================================= */

.lg-lyrics-introduction {

    width: 100%;

    margin: 0 0 28px;

    padding: 0;

}


.lg-lyrics-introduction-content {

    position: relative;

    width: 100%;

    box-sizing: border-box;

    padding: 22px 24px;

    background: #f7f8fa;

    border: 1px solid rgba(17, 24, 39, 0.08);

    border-left: 4px solid #111827;

    border-radius: 0 12px 12px 0;

    color: #4b5563;

    font-size: 15px;

    line-height: 1.8;

    font-weight: 400;

}


/* =========================================================
   INTRODUCTION TEXT
========================================================= */

.lg-lyrics-introduction-content p {

    margin: 0 0 10px;

}


.lg-lyrics-introduction-content p:last-child {

    margin-bottom: 0;

}


.lg-lyrics-introduction-content strong {

    color: #111827;

    font-weight: 700;

}


.lg-lyrics-introduction-content a {

    color: #111827;

    font-weight: 600;

    text-decoration: underline;

    text-decoration-thickness: 1px;

    text-underline-offset: 3px;

}


/* =========================================================
   2. FEATURED IMAGE
========================================================= */

.lg-lyrics-featured-image {

    width: 100%;

    margin: 0 0 42px;

    padding: 0;

    overflow: hidden;

    border-radius: 16px;

    background: #f3f4f6;

    border: 1px solid rgba(17, 24, 39, 0.08);

    box-shadow:
        0 10px 30px rgba(17, 24, 39, 0.08);

}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.lg-lyrics-featured-image-img {

    display: block;

    width: 100%;

    max-width: 100%;

    height: auto;

    margin: 0;

    object-fit: cover;

}


/* =========================================================
   IMAGE HOVER
========================================================= */

.lg-lyrics-featured-image {

    transition:
        box-shadow 0.25s ease,
        transform 0.25s ease;

}


.lg-lyrics-featured-image:hover {

    box-shadow:
        0 16px 38px rgba(17, 24, 39, 0.12);

}


/* =========================================================
   3. KEEP SMARTMAG ARTICLE CONTENT CLEAN
========================================================= */

.lg-lyrics-post
.entry-content
.lg-lyrics-introduction-content,
.lg-lyrics-post
.entry-content
.lg-lyrics-featured-image {

    box-sizing: border-box;

}


/* =========================================================
   4. TABLET
========================================================= */

@media (max-width: 900px) {

    .lg-lyrics-introduction {

        margin-bottom: 24px;

    }


    .lg-lyrics-introduction-content {

        padding: 20px 21px;

        font-size: 15px;

        line-height: 1.75;

    }


    .lg-lyrics-featured-image {

        margin-bottom: 36px;

        border-radius: 14px;

    }

}


/* =========================================================
   5. MOBILE
========================================================= */

@media (max-width: 600px) {

    .lg-lyrics-introduction {

        margin-bottom: 20px;

    }


    .lg-lyrics-introduction-content {

        padding: 17px 17px;

        border-left-width: 3px;

        border-radius: 0 10px 10px 0;

        font-size: 14px;

        line-height: 1.7;

    }


    .lg-lyrics-featured-image {

        margin-bottom: 30px;

        border-radius: 12px;

    }

}


/* =========================================================
   6. SMALL PHONES
========================================================= */

@media (max-width: 380px) {

    .lg-lyrics-introduction-content {

        padding: 15px 15px;

        font-size: 13px;

    }


    .lg-lyrics-featured-image {

        border-radius: 10px;

    }

}


























/* =========================================================
   LYRICSGROOVE — PREMIUM SONG INFORMATION
   Gutenberg Table
========================================================= */

.lg-song-info,
.wp-block-group:has(.wp-block-table) {
    --lg-red: #a10000;
    --lg-red-dark: #780000;
    --lg-border: #e8e8e8;
    --lg-text: #222;
    --lg-muted: #666;
}


/* =========================================================
   SONG CREDITS HEADING
========================================================= */

.entry-content > .wp-block-heading:first-of-type {
    position: relative;
}


/* =========================================================
   PREMIUM TABLE CONTAINER
========================================================= */

.entry-content .wp-block-table {
    margin: 0;
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--lg-border);
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.06);
}


/* =========================================================
   TABLE
========================================================= */

.entry-content .wp-block-table table {
    width: 100%;
    margin: 0;
    border: 0 !important;
    border-collapse: separate;
    border-spacing: 0;
}


/* =========================================================
   REMOVE DEFAULT STRIPES
========================================================= */

.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background: #fff;
}

.entry-content .wp-block-table.is-style-stripes tbody tr:nth-child(even) {
    background: #fafafa;
}


/* =========================================================
   TABLE CELLS
========================================================= */

.entry-content .wp-block-table td {
    padding: 15px 20px;
    border: 0;
    border-bottom: 1px solid var(--lg-border);
    vertical-align: middle;
    color: var(--lg-text);
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   FIRST COLUMN — LABEL
========================================================= */

.entry-content .wp-block-table td:first-child {
    width: 30%;
    min-width: 145px;
    font-weight: 700;
    color: #333;
    background: #f7f7f7;
    border-right: 1px solid var(--lg-border);
}


/* =========================================================
   SECOND COLUMN — VALUE
========================================================= */

.entry-content .wp-block-table td:nth-child(2) {
    font-weight: 500;
}


/* =========================================================
   LAST ROW
========================================================= */

.entry-content .wp-block-table tr:last-child td {
    border-bottom: 0;
}


/* =========================================================
   LINKS
========================================================= */

.entry-content .wp-block-table td a {
    color: var(--lg-red);
    font-weight: 700;
    text-decoration: none;
    transition:
        color 0.2s ease,
        opacity 0.2s ease;
}

.entry-content .wp-block-table td a:hover {
    color: var(--lg-red-dark);
    text-decoration: underline;
}


/* =========================================================
   STRONG TEXT
========================================================= */

.entry-content .wp-block-table td strong {
    font-weight: 700;
}


/* =========================================================
   ALBUM ROW
========================================================= */

.entry-content .wp-block-table tr:nth-child(2) td:nth-child(2) {
    font-weight: 700;
}


/* =========================================================
   SONG ROW
========================================================= */

.entry-content .wp-block-table tr:first-child td:nth-child(2) {
    font-weight: 700;
    font-size: 16px;
}


/* =========================================================
   HOVER EFFECT
========================================================= */

.entry-content .wp-block-table tbody tr {
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.entry-content .wp-block-table tbody tr:hover {
    background: #fff8f8 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .entry-content .wp-block-table {
        border-radius: 12px;
        box-shadow:
            0 5px 18px rgba(0, 0, 0, 0.05);
    }

    .entry-content .wp-block-table td {
        padding: 12px 14px;
        font-size: 14px;
    }

    .entry-content .wp-block-table td:first-child {
        width: 38%;
        min-width: 105px;
        font-size: 13px;
    }

    .entry-content .wp-block-table td:nth-child(2) {
        font-size: 14px;
    }

}


/* =========================================================
   VERY SMALL MOBILE
========================================================= */

@media (max-width: 420px) {

    .entry-content .wp-block-table td {
        padding: 10px 11px;
        font-size: 13px;
    }

    .entry-content .wp-block-table td:first-child {
        min-width: 92px;
        font-size: 12px;
    }

    .entry-content .wp-block-table td:nth-child(2) {
        font-size: 13px;
    }

}



















/* =========================================================
   LYRICSGROOVE — ALBUM TRACKLIST
========================================================= */

.lg-album-tracklist {
    margin: 40px 0;
}

.lg-album-tracklist-inner {
    background: #b40000;
    border-radius: 18px;
    padding: 38px 42px;
    color: #ffffff;
    box-sizing: border-box;
}

.lg-album-tracklist-eyebrow {
    display: block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    opacity: .78;
}

.lg-album-tracklist-heading h2 {
    margin: 0 0 28px;
    font-size: 28px;
    line-height: 1.25;
}

.lg-album-tracklist-heading h2 a {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.lg-album-tracklist-items {
    margin-top: 20px;
}

.lg-album-track {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) 30px;
    align-items: center;
    gap: 12px;

    padding: 9px 0;

    color: #ffffff;
    text-decoration: none;

    border-bottom: 1px solid rgba(255,255,255,.22);

    transition:
        background-color .2s ease,
        padding-left .2s ease;
}

.lg-album-track:hover {
    color: #ffffff;
    padding-left: 8px;
}

.lg-album-track-number {
    font-size: 13px;
    font-weight: 800;
    opacity: .65;
}

.lg-album-track-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.lg-album-track-arrow {
    text-align: right;
    font-size: 20px;
    opacity: .7;
}

.lg-album-tracklist-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-top: 30px;
}

.lg-album-tracklist-footer > span {
    font-size: 13px;
    font-weight: 700;
    opacity: .8;
}

.lg-album-tracklist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-height: 44px;
    padding: 0 22px;

    border-radius: 8px;

    background: #ffffff;
    color: #111111;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: .4px;
    text-decoration: none;

    transition:
        transform .2s ease,
        background-color .2s ease;
}

.lg-album-tracklist-button:hover {
    color: #111111;
    background: #f2f2f2;
    transform: translateY(-1px);
}

.lg-album-no-tracks {
    padding: 20px 0;
    font-size: 15px;
    opacity: .85;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .lg-album-tracklist-inner {
        padding: 28px 22px;
        border-radius: 14px;
    }

    .lg-album-tracklist-heading h2 {
        font-size: 22px;
    }

    .lg-album-track {
        grid-template-columns: 34px minmax(0, 1fr) 22px;
        gap: 8px;
        padding: 13px 0;
    }

    .lg-album-track-title {
        font-size: 14px;
    }

    .lg-album-tracklist-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .lg-album-tracklist-button {
        width: 100%;
    }

}































/* =========================================================
   LYRICSGROOVE — PREMIUM ALBUM TRACKLIST
   Visual styling only
========================================================= */

.lg-album-tracklist {
    position: relative;
    width: 100%;
    margin: 55px 0;
    padding: 42px;
    box-sizing: border-box;

    background:
        radial-gradient(
            circle at 92% 8%,
            rgba(111, 82, 220, 0.14),
            transparent 30%
        ),
        radial-gradient(
            circle at 5% 95%,
            rgba(255, 210, 80, 0.10),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #faf8ff 48%,
            #f1edff 100%
        );

    border: 1px solid rgba(105, 78, 210, 0.18);
    border-radius: 28px;

    box-shadow:
        0 20px 55px rgba(35, 25, 80, 0.10),
        0 4px 15px rgba(35, 25, 80, 0.05);

    overflow: hidden;
}


/* ---------------------------------------------------------
   HEADER
--------------------------------------------------------- */

.lg-album-tracklist-header {
    position: relative;
    z-index: 2;
    margin-bottom: 28px;
}

.lg-album-tracklist-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 13px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;

    color: #654fd6;
}

.lg-album-tracklist-eyebrow::before {
    display: none !important;
    content: none !important;
}

.lg-album-tracklist-title {
    margin: 0;

    max-width: 850px;

    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -1.3px;

    color: #111426;
}


/* ---------------------------------------------------------
   TRACK LIST
--------------------------------------------------------- */

.lg-album-tracklist-list {
    position: relative;
    z-index: 2;

    margin-top: 30px;

    border-top: 1px solid rgba(40, 35, 80, 0.12);
}

.lg-album-tracklist-item {
    display: grid;

    grid-template-columns:
    42px
    minmax(0, 1fr)
    35px;

    align-items: center;

    min-height: 78px;

    border-bottom:
        1px solid rgba(40, 35, 80, 0.11);

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.lg-album-tracklist-item:hover {
    background: rgba(255, 255, 255, 0.65);
    transform: translateX(4px);
}


/* ---------------------------------------------------------
   NUMBER
--------------------------------------------------------- */

.lg-album-track-number {
    display: none !important;
}


/* ---------------------------------------------------------
   MUSIC NOTE
--------------------------------------------------------- */

.lg-album-track-icon {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #6952dc;
}

.lg-album-track-icon svg {
    width: 20px;
    height: 20px;

    stroke: currentColor;

    transition:
        transform 0.25s ease;
}

.lg-album-tracklist-item:hover
.lg-album-track-icon svg {
    transform: scale(1.12);
}


/* ---------------------------------------------------------
   TRACK TITLE
--------------------------------------------------------- */

.lg-album-track-title {
    min-width: 0;

    padding: 18px 10px;
}

.lg-album-track-title a {
    display: inline-block;

    color: #171827;

    font-size: 16px;
    line-height: 1.45;
    font-weight: 700;

    text-decoration: none;

    transition:
        color 0.2s ease;
}

.lg-album-track-title a:hover {
    color: #654fd6;
}


/* ---------------------------------------------------------
   ARROW
--------------------------------------------------------- */

.lg-album-track-arrow {
    display: flex;
    align-items: center;
    justify-content: center;

    color: #7359df;

    font-size: 20px;

    transition:
        transform 0.25s ease;
}

.lg-album-tracklist-item:hover
.lg-album-track-arrow {
    transform: translateX(5px);
}


/* ---------------------------------------------------------
   FOOTER
--------------------------------------------------------- */

.lg-album-tracklist-footer {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-top: 28px;
}

.lg-album-track-count {
    font-size: 14px;
    font-weight: 700;

    color: #343448;
}


/* ---------------------------------------------------------
   PREMIUM BUTTON
--------------------------------------------------------- */

.lg-album-tracklist-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 48px;
    padding: 0 24px;

    border-radius: 14px;

    background:
        linear-gradient(
            135deg,
            #6249d4,
            #8064e8
        );

    color: #ffffff !important;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.3px;
    text-transform: uppercase;

    text-decoration: none !important;

    box-shadow:
        0 10px 24px rgba(98, 73, 212, 0.25);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.lg-album-tracklist-button:hover {
    color: #ffffff !important;

    transform: translateY(-2px);

    box-shadow:
        0 14px 30px rgba(98, 73, 212, 0.32);
}

.lg-album-tracklist-button::after {
    display: none !important;
    content: none !important;
}


/* ---------------------------------------------------------
   DECORATIVE GLOW
--------------------------------------------------------- */

.lg-album-tracklist::after {
    content: "";

    position: absolute;

    width: 260px;
    height: 260px;

    right: -110px;
    top: -130px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(112, 86, 222, 0.18),
            rgba(112, 86, 222, 0)
        );

    pointer-events: none;
}


/* ---------------------------------------------------------
   MOBILE
--------------------------------------------------------- */

@media (max-width: 700px) {

    .lg-album-tracklist {
        margin: 35px 0;
        padding: 25px 20px;

        border-radius: 22px;
    }

    .lg-album-tracklist-title {
        font-size: 28px;
    }

    .lg-album-tracklist-item {
        grid-template-columns:
            42px
            30px
            minmax(0, 1fr)
            24px;

        min-height: 70px;
    }

    .lg-album-track-number {
        width: 32px;
        height: 32px;
    }

    .lg-album-track-title a {
        font-size: 14px;
    }

    .lg-album-tracklist-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .lg-album-tracklist-button {
        width: 100%;
    }
}






















/* =========================================================
   LYRICSGROOVE — ALBUM TRACKLIST
   FIX: REMOVE NUMBER COLUMN
========================================================= */

/* =========================================================
   LYRICSGROOVE — REMOVE TRACK END ARROWS
========================================================= */

.lg-album-track {
    grid-template-columns:
        42px
        minmax(0, 1fr) !important;
}

.lg-album-track-arrow {
    display: none !important;
}


/* MOBILE */

@media (max-width: 600px) {

    .lg-album-track {
        grid-template-columns:
            25px
            minmax(0, 1fr) !important;
    }

}





/* =========================================================
   LYRICSGROOVE — TRACKLIST ROW SPACING FIX
========================================================= */

.lg-album-track {
    min-height: 58px !important;
    padding: 4px 0 !important;
}

.lg-album-track-title {
    padding: 8px 10px !important;
}