/*
Theme Name: SkillsBuilt Professional Colorful
Author: SkillsBuilt
Description: Professional e-learning theme for SkillsBuilt.
Version: 4.0
License: GPL-2.0-or-later
Text Domain: skillsbuilt
*/

/* =========================================================
   1. GLOBAL
========================================================= */

:root {
    --ink: #101b3b;
    --purple: #5d2bd9;
    --violet: #7139ed;
    --pink: #ee5ca8;
    --gold: #ffb21a;
    --blue: #3157c8;
    --navy: #080f2d;
    --muted: #667085;
    --line: #e5e8ef;
    --sb-border: #e5e8ef;
    --soft: #f7f9fc;
    --white: #fff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #fff;
    color: var(--ink);
    font-family: Inter, Arial, Helvetica, sans-serif;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.container,
.sb-container {
    width: 1180px;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
}


/* =========================================================
   2. HEADER
========================================================= */

.site-header {
    width: 100%;
    height: 82px;
    min-height: 82px;
    background: #fff;
    border-bottom: 1px solid #edf0f5;
    position: relative;
    z-index: 1000;
}

.header-inner {
    width: 1180px;
    max-width: 92%;
    height: 82px;
    min-height: 82px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

/* ===== SKILLSBUILT HEADER LOGO ===== */

.site-header .header-inner .brand {
    display: flex !important;
    align-items: center !important;
    width: 240px !important;
    min-width: 240px !important;
    max-width: 240px !important;
    height: 82px !important;
    flex-shrink: 0 !important;
    line-height: 0 !important;
    overflow: visible !important;
}

.site-header .header-inner .brand .brand-logo {
    display: block !important;
    width: 240px !important;
    max-width: 240px !important;
    height: auto !important;
    max-height: 76px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.site-header .header-inner .brand-logo {
    display: block;
    width: 180px;
    max-width: 180px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.site-header .custom-logo,
.site-header .site-branding img {
    display: block;
    width: 180px;
    max-width: 180px;
    height: auto;
    max-height: 70px;
    object-fit: contain;
}

.brand-text {
    color: var(--purple);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -1px;
}

.brand-icon {
    width: 38px;
    height: 38px;
    margin-right: 9px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    color: #fff;
    font-weight: 800;
}

.site-header nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-header nav a {
    color: #27304a;
    font-size: 15px;
    font-weight: 600;
}

.site-header nav a:hover {
    color: var(--purple);
}

.header-search {
    display: flex;
    align-items: center;
}

.header-search input {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 9px 12px;
    outline: none;
}

.cart-link {
    font-weight: 700;
}

.header-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 17px;
    border-radius: 8px;
    background: var(--purple);
    color: #fff !important;
    font-weight: 700;
}


/* =========================================================
   3. OLD / GENERAL HERO SUPPORT
========================================================= */

.hero {
    padding: 75px 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(113,57,237,.10), transparent 30%),
        linear-gradient(180deg, #fff, #f8f9ff);
}

.hero-inner {
    width: 1180px;
    max-width: 92%;
    margin: auto;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 55px;
    align-items: center;
}

.hero-copy {
    position: relative;
}

.eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.hero h1 {
    margin: 0 0 20px;
    color: var(--ink);
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.04;
    letter-spacing: -2.8px;
}

.hero h1 span {
    color: var(--purple);
}

.hero p {
    max-width: 650px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 18px;
}

.actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-photo {
    min-height: 430px;
    border-radius: 25px;
    background: linear-gradient(135deg, #7139ed, #ee5ca8);
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(55,35,120,.18);
}

.hero-stat {
    position: absolute;
    padding: 14px 18px;
    border-radius: 12px;
    background: rgba(255,255,255,.95);
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
    font-weight: 700;
}

.hs1 {
    top: 8%;
    left: 7%;
}

.hs2 {
    top: 44%;
    right: 6%;
}

.hs3 {
    bottom: 8%;
    left: 9%;
}


/* =========================================================
   4. TRUST / SECTIONS
========================================================= */

.trust {
    padding: 25px 0;
    background: #fff;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.trust-inner {
    width: 1180px;
    max-width: 92%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.trust span {
    text-align: center;
    color: #657086;
    font-size: 14px;
    font-weight: 700;
}

.section {
    padding: 85px 0;
}

.heading {
    margin-bottom: 40px;
}

.heading h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 38px;
    line-height: 1.15;
    letter-spacing: -1.5px;
}

.heading p {
    margin: 0;
    color: var(--muted);
}

.purple-link {
    color: var(--purple);
    font-weight: 700;
}


/* =========================================================
   5. CATEGORIES
========================================================= */

.categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.category {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20,35,70,.06);
}

.cat-icon {
    width: 55px;
    height: 55px;
    margin-bottom: 18px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1edff;
    color: var(--purple);
    font-size: 25px;
}

.category:nth-child(2) .cat-icon {
    background: #fff1f7;
    color: var(--pink);
}

.category:nth-child(3) .cat-icon {
    background: #fff7e4;
    color: #d78a00;
}

.category:nth-child(4) .cat-icon {
    background: #edf3ff;
    color: var(--blue);
}

.category h3 {
    margin: 0 0 6px;
    font-size: 19px;
}

.category small {
    color: var(--muted);
}


/* =========================================================
   6. FEATURED COURSE / BENEFITS / CTA
========================================================= */

.featured-wrap {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 20px 55px rgba(20,35,70,.08);
    border: 1px solid var(--line);
}

.featured-image {
    min-height: 360px;
    background: linear-gradient(135deg, var(--purple), var(--pink));
}

.featured-content {
    padding: 45px;
}

.meta {
    color: var(--muted);
    font-size: 14px;
}

.price-line {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.price {
    color: var(--purple);
    font-size: 30px;
    font-weight: 800;
}

.old {
    color: #98a0b1;
    text-decoration: line-through;
}

.badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 20px;
    background: #f1edff;
    color: var(--purple);
    font-size: 12px;
    font-weight: 800;
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.benefit-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    background: #f1edff;
    color: var(--purple);
}

.benefit h3,
.benefit p {
    margin-top: 0;
}

.benefit p {
    color: var(--muted);
}

.cta {
    padding: 80px 0;
}

.cta h2 {
    margin: 0 0 12px;
}

.cta p {
    color: var(--muted);
}


/* =========================================================
   7. SKILLSBUILT HOMEPAGE
========================================================= */

.sb-home {
    overflow: hidden;
}

.sb-hero {
    padding: 85px 0;
    background:
        radial-gradient(circle at 85% 15%, rgba(113,57,237,.12), transparent 32%),
        linear-gradient(180deg, #fff 0%, #f7f8ff 100%);
}

.sb-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    align-items: center;
}

.sb-eyebrow {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--purple);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.sb-hero h1 {
    margin: 0 0 20px;
    color: var(--ink);
    font-size: clamp(45px, 5vw, 68px);
    line-height: 1.03;
    letter-spacing: -3px;
}

.sb-hero h1 span {
    color: var(--purple);
}

.sb-hero p {
    max-width: 680px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 18px;
}

.sb-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 9px;
    font-weight: 750;
    transition: .2s ease;
}

.sb-btn-primary {
    background: var(--purple);
    color: #fff;
}

.sb-btn-primary:hover {
    background: #4b20bd;
    transform: translateY(-2px);
}

.sb-btn-outline {
    border: 1px solid #d9ddea;
    background: #fff;
    color: var(--ink);
}

.sb-btn-outline:hover {
    border-color: var(--purple);
    color: var(--purple);
}

.sb-hero-card {
    padding: 20px;
}

.sb-brand-card {
    padding: 42px 35px;
    border-radius: 24px;
    background: linear-gradient(145deg, #fff, #f5f2ff);
    border: 1px solid #e7e1ff;
    box-shadow: 0 25px 65px rgba(55,35,120,.12);
    text-align: center;
}

.sb-brand-icon {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    color: #fff;
    font-size: 34px;
    font-weight: 800;
}

.sb-brand-card h3 {
    margin: 0 0 5px;
    font-size: 28px;
}

.sb-brand-card small {
    color: var(--muted);
}

.sb-stat-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 28px;
}

.sb-stat-row div {
    padding: 15px 8px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid var(--line);
}

.sb-stat-row strong {
    display: block;
    color: var(--purple);
    font-size: 21px;
}

.sb-stat-row span {
    color: var(--muted);
    font-size: 12px;
}

.sb-section {
    padding: 85px 0;
}

.sb-light {
    background: var(--soft);
}

.sb-heading {
    margin-bottom: 42px;
    text-align: center;
}

.sb-heading h2 {
    margin: 0 0 10px;
    color: var(--ink);
    font-size: 40px;
    line-height: 1.15;
    letter-spacing: -1.7px;
}

.sb-heading p {
    max-width: 700px;
    margin: auto;
    color: var(--muted);
}


/* =========================================================
   8. LIVE LEARNING CATEGORIES
========================================================= */

.sb-live-categories {
    width: 100%;
}

.sb-live-category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sb-live-card {
    min-height: 430px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e3e7ef;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(20,35,70,.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.sb-live-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 24px 55px rgba(20,35,70,.13);
}

.sb-live-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        110deg,
        transparent,
        rgba(255,255,255,.22),
        transparent
    );
    transform: skewX(-18deg);
    transition: left .65s ease;
    pointer-events: none;
    z-index: 4;
}

.sb-live-card:hover::after {
    left: 130%;
}

.sb-live-visual {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

.sb-live-visual::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(8,15,45,.08),
        rgba(8,15,45,.68)
    );
    z-index: 1;
}

.sb-live-visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(93,43,217,.12),
        transparent 55%
    );
    z-index: 2;
}

.sb-live-visual .live-overlay {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 18px;
    z-index: 3;
    color: #fff;
}

.sb-live-visual .live-overlay strong {
    display: block;
    font-size: 22px;
}

.sb-live-visual .live-overlay span {
    font-size: 13px;
    opacity: .9;
}

/* Remove legacy animated visual elements */
.sb-live-visual .marketing-icon,
.sb-live-visual .devops-icon,
.sb-live-visual .cyber-icon,
.sb-live-visual .data-icon,
.sb-live-visual .ai-icon,
.sb-live-visual .sb-tax-icon {
    animation: none !important;
}

.sb-live-card:nth-child(1) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1557838923-2985c318be48?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-card:nth-child(2) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1558494949-ef010cbdcc31?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-card:nth-child(3) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1563013544-824ae1b704d3?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-card:nth-child(4) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-card:nth-child(5) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1677442136019-21780ecad995?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-card:nth-child(6) .sb-live-visual {
    background-image:
        linear-gradient(rgba(93,43,217,.12), rgba(8,15,45,.18)),
        url("https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1200&q=85");
}

.sb-live-content {
    padding: 25px;
}

.sb-live-content h3 {
    margin: 0 0 8px;
    font-size: 22px;
}

.sb-live-content p {
    margin: 0 0 18px;
    color: var(--muted);
}

.sb-coming,
.sb-available {
    display: inline-flex;
    align-items: center;
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
}

.sb-coming {
    background: #fff5df;
    color: #b16b00;
}

.sb-available {
    background: #eaf8ef;
    color: #23824a;
}


/* =========================================================
   9. COURSE CARDS
========================================================= */

.sb-course-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sb-course {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20,35,70,.06);
}

.sb-course-image {
    height: 210px;
    background: linear-gradient(135deg, var(--purple), var(--pink));
}

.sb-course:nth-child(2) .sb-course-image {
    background: linear-gradient(135deg, var(--blue), #5e82ed);
}

.sb-course:nth-child(3) .sb-course-image {
    background: linear-gradient(135deg, #ff9f1c, #ff5e62);
}

.sb-course-content {
    padding: 25px;
}

.sb-course-content h3 {
    margin: 0 0 8px;
}

.sb-course-content p {
    color: var(--muted);
}


/* =========================================================
   10. WHY SKILLSBUILT
========================================================= */

.sb-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.sb-feature {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.sb-icon {
    width: 52px;
    height: 52px;
    margin-bottom: 17px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f1edff;
    color: var(--purple);
    font-size: 23px;
}

.sb-feature h3 {
    margin: 0 0 8px;
}

.sb-feature p {
    margin: 0;
    color: var(--muted);
}


/* =========================================================
   11. PROFESSIONALS
========================================================= */

.sb-professional {
    background: #fff;
}

.sb-experience {
    min-height: 300px;
    padding: 45px;
    border-radius: 24px;
    background: linear-gradient(135deg, var(--navy), #17275d);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 40px;
}

.sb-experience-number {
    font-size: 70px;
    line-height: 1;
    font-weight: 850;
    color: #fff;
}

.sb-professional-content {
    flex: 1;
}

.sb-professional-content h2 {
    margin: 0 0 12px;
    color: inherit;
}

.sb-list {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.sb-list li {
    margin: 8px 0;
}


/* =========================================================
   12. PROCESS
========================================================= */

.sb-process {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.sb-process-item {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

.sb-number {
    width: 45px;
    height: 45px;
    margin-bottom: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    color: #fff;
    font-weight: 800;
}


/* =========================================================
   13. CTA
========================================================= */

.sb-cta {
    padding: 85px 0;
}

.sb-cta-box {
    padding: 65px 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    box-shadow: 0 25px 60px rgba(93,43,217,.20);
}

.sb-cta-box h2 {
    margin: 0 0 12px;
    font-size: 40px;
}

.sb-cta-box p {
    max-width: 650px;
    margin: 0 auto 25px;
    opacity: .93;
}


/* =========================================================
   14. PROFESSIONAL LEARNING CATEGORIES
========================================================= */

.sb-learning-categories {
    padding: 85px 0;
}

.sb-category-status {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    color: #657086;
    border-color: var(--sb-border);
}

.available-status,
.upcoming-status {
    font-weight: 750;
}

.available-status {
    color: #23824a;
}

.upcoming-status {
    color: #a86a00;
}

.sb-status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #31a05d;
    display: inline-block;
}

.sb-upcoming-label {
    color: #a86a00;
}

.sb-professional-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
}

.sb-upcoming-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.sb-professional-card {
    min-height: 245px;
    display: flex;
    overflow: hidden;
    border: 1px solid var(--sb-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(20,35,70,.07);
}

.sb-professional-icon {
    width: 190px;
    min-width: 190px;
    flex-basis: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--purple), var(--pink));
    color: #fff;
    font-size: 45px;
    font-weight: 800;
}

.sb-tax-card .sb-professional-icon {
    background: linear-gradient(135deg, #3157c8, #5d2bd9);
}

.sb-tax-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sb-tax-icon span {
    display: inline-block;
}

.marketing-icon {
    background: linear-gradient(135deg, #ee5ca8, #ff8a65);
}

.devops-icon {
    background: linear-gradient(135deg, #3157c8, #21a0d8);
}

.cyber-icon {
    background: linear-gradient(135deg, #101b3b, #5d2bd9);
}

.data-icon {
    background: linear-gradient(135deg, #7139ed, #3157c8);
}

.ai-icon {
    background: linear-gradient(135deg, #5d2bd9, #ee5ca8);
}

.sb-professional-content {
    flex: 1;
    min-width: 0;
    padding: 30px;
}

.sb-card-topline {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.sb-card-badge {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 20px;
    background: #f1edff;
    color: var(--purple);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.available-badge {
    background: #eaf8ef;
    color: #23824a;
}

.sb-card-number {
    color: #98a0b1;
    font-size: 13px;
    font-weight: 700;
}

.sb-professional-content h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
}

.sb-professional-content p {
    margin: 0 0 17px;
    color: var(--muted);
}

.sb-card-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sb-card-features li {
    padding: 5px 9px;
    border-radius: 7px;
    background: #f6f7fa;
    color: #566176;
    font-size: 12px;
}


/* =========================================================
   15. CAREER OPPORTUNITIES TICKER
========================================================= */

.sb-career-ticker {
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    background: var(--navy);
    color: #fff;
}

.sb-career-label {
    flex: 0 0 auto;
    padding-left: 20px;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.sb-live-dot {
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    display: inline-block;
    background: #45d477;
    animation: sbLivePulse 1.5s infinite;
}

@keyframes sbLivePulse {
    0%,100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .45;
        transform: scale(.8);
    }
}

.sb-ticker-window {
    min-width: 0;
    flex: 1;
    overflow: hidden;
    position: relative;
}

.sb-ticker-window::before,
.sb-ticker-window::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 55px;
    z-index: 2;
    pointer-events: none;
}

.sb-ticker-window::before {
    left: 0;
    background: linear-gradient(90deg, var(--navy), transparent);
}

.sb-ticker-window::after {
    right: 0;
    background: linear-gradient(270deg, var(--navy), transparent);
}

.sb-ticker-track {
    width: max-content;
    display: flex;
    align-items: center;
    gap: 30px;
    animation: sbCareerScroll 35s linear infinite;
}

.sb-ticker-track:hover {
    animation-play-state: paused;
}

.sb-ticker-track span {
    color: #dce2f3;
    font-size: 13px;
    white-space: nowrap;
}

.sb-ticker-track b {
    color: #fff;
}

@keyframes sbCareerScroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.sb-career-job a {
    color: #fff;
}

.sb-career-job a:hover {
    color: #ffb21a;
}

/* =========================================================
   17. FOOTER SUPPORT
========================================================= */

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.newsletter {
    width: 100%;
}

.copyright {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}


/* =========================================================
   18. RESPONSIVE — TABLET
========================================================= */

@media (max-width: 1000px) {

    .sb-live-category-grid,
    .sb-course-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-feature-grid,
    .sb-process {
        grid-template-columns: repeat(2, 1fr);
    }

    .categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-inner,
    .sb-hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-photo {
        min-height: 360px;
    }

    .featured-wrap {
        grid-template-columns: 1fr;
    }

    .stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .benefits {
        grid-template-columns: repeat(2, 1fr);
    }

    .sb-upcoming-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   19. RESPONSIVE — 800px
========================================================= */

@media (max-width: 800px) {

    .site-header {
        height: 76px;
        min-height: 76px;
    }

    .header-inner {
        height: 76px;
        min-height: 76px;
        padding: 0 10px;
    }

    .site-header .header-inner .brand {
        width: 165px;
        min-width: 165px;
    }

    .site-header .header-inner .brand-logo,
    .site-header .custom-logo,
    .site-header .site-branding img {
        width: 165px;
        max-width: 165px;
        max-height: 58px;
    }

    .site-header nav {
        gap: 12px;
    }

    body.woocommerce-account .woocommerce {
        width: 92% !important;
        max-width: 92% !important;
        display: block !important;
        margin: 30px auto 60px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
        max-width: none !important;
        margin-bottom: 20px !important;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        width: 100% !important;
        padding: 25px !important;
    }

    .sb-professional-card {
        min-height: auto;
    }

    .sb-professional-icon {
        width: 145px;
        min-width: 145px;
        flex-basis: 145px;
    }
}


/* =========================================================
   20. RESPONSIVE — MOBILE
   ========================================================= */

@media (max-width: 600px) {

    /* HEADER */
    .site-header {
        height: 70px !important;
        min-height: 70px !important;
        overflow: hidden !important;
    }

    .site-header .header-inner {
        width: 100% !important;
        max-width: none !important;
        height: 70px !important;
        min-height: 70px !important;
        padding: 0 16px !important;
        margin: 0 !important;
        gap: 0 !important;
        justify-content: space-between !important;
    }

    /* LOGO */
    .site-header .header-inner .brand {
        width: 150px !important;
        min-width: 150px !important;
        max-width: 150px !important;
        height: 70px !important;
        flex: 0 0 150px !important;
        overflow: hidden !important;
    }

    .site-header .header-inner .brand .brand-logo {
        width: 150px !important;
        max-width: 150px !important;
        height: auto !important;
        max-height: none !important;
        transform: none !important;
        object-fit: contain !important;
    }

    /* HIDE DESKTOP ITEMS */
    .site-header .nav,
    .site-header .search,
    .site-header .cart {
        display: none !important;
    }

    /* LOGIN */
    .site-header .btn-primary {
        display: inline-flex !important;
        min-width: 75px !important;
        width: 75px !important;
        height: 40px !important;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 8px !important;
        font-size: 13px !important;
    }


    /* HERO */
    .sb-hero {
        width: 100% !important;
        padding: 40px 0 50px !important;
        overflow: hidden !important;
    }

    .sb-hero-grid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 24px !important;
        margin: 0 !important;
        display: block !important;
    }

    .sb-hero h1 {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 42px !important;
        line-height: 1.05 !important;
        letter-spacing: -2px !important;
        margin-bottom: 22px !important;
    }

    .sb-hero p {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 16px !important;
        line-height: 1.65 !important;
        margin-bottom: 28px !important;
        overflow-wrap: break-word !important;
    }

    .sb-buttons {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }

    .sb-buttons .sb-btn {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .sb-hero-visual {
        width: 100% !important;
        margin-top: 35px !important;
    }
}


/* EXTRA SMALL PHONES */
@media (max-width: 420px) {

    .site-header .header-inner {
        padding: 0 14px !important;
    }

    .site-header .header-inner .brand {
        width: 140px !important;
        min-width: 140px !important;
        max-width: 140px !important;
        flex-basis: 140px !important;
    }

    .site-header .header-inner .brand .brand-logo {
        width: 140px !important;
        max-width: 140px !important;
    }

    .site-header .btn-primary {
        width: 72px !important;
        min-width: 72px !important;
        height: 39px !important;
        font-size: 13px !important;
    }

    .sb-hero-grid {
        padding: 0 20px !important;
    }

    .sb-hero h1 {
        font-size: 39px !important;
    }

    .sb-hero p {
        font-size: 16px !important;
    }
}

/*
 * ================================================================
 * SKILLSBUILT — CLEAN MY ACCOUNT DASHBOARD
 * ================================================================
 *
 * Use this as the single My Account stylesheet.
 * It is intentionally scoped to body.woocommerce-account so it
 * does not change the homepage, course pages or normal site content.
 *
 * Recommended location:
 * your-child-theme/assets/css/skillsbuilt-myaccount.css
 *
 * Then enqueue it from functions.php, OR paste the contents into
 * the site's stylesheet if that is how the current theme is managed.
 * ================================================================
 */

body.woocommerce-account {
    --sb-purple: #6d28d9;
    --sb-blue: #2563eb;
    --sb-navy: #172554;
    --sb-text: #1f2937;
    --sb-muted: #64748b;
    --sb-border: #e7eaf3;
    --sb-surface: #ffffff;
    --sb-bg: #f7f8ff;
    --sb-shadow: 0 18px 50px rgba(48, 37, 105, 0.08);

    background:
        radial-gradient(circle at 8% 15%, rgba(124, 58, 237, 0.07), transparent 24%),
        radial-gradient(circle at 94% 42%, rgba(37, 99, 235, 0.06), transparent 25%),
        linear-gradient(135deg, #f9f8ff 0%, #f4f7ff 100%);
    color: var(--sb-text);
}

body.woocommerce-account .woocommerce {
    max-width: 1180px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

body.woocommerce-account .woocommerce-account-wrapper,
body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    margin: 0;
}


/* ================================================================
   DASHBOARD ROOT
   ================================================================ */

.sb-account-dashboard {
    width: 100%;
    min-width: 0;
}

.sb-account-dashboard *,
.sb-account-dashboard *::before,
.sb-account-dashboard *::after {
    box-sizing: border-box;
}

.sb-account-dashboard a {
    text-decoration: none;
}

.sb-account-dashboard h1,
.sb-account-dashboard h2,
.sb-account-dashboard h3,
.sb-account-dashboard p {
    margin-top: 0;
}


/* ================================================================
   HERO
   ================================================================ */

.sb-account-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
    min-height: 390px;
    overflow: hidden;
    padding: 48px 52px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 30px;
    background:
        radial-gradient(circle at 88% 12%, rgba(255,255,255,0.7), transparent 20%),
        linear-gradient(135deg, #eee9ff 0%, #eaf2ff 54%, #f5efff 100%);
    box-shadow: var(--sb-shadow);
}

.sb-account-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 760px;
    align-self: center;
}

.sb-account-eyebrow,
.sb-account-section-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--sb-purple);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.2;
}

.sb-account-hero h1 {
    margin-bottom: 12px;
    color: var(--sb-navy);
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.04;
}

.sb-account-wave {
    display: inline-block;
    margin-left: 5px;
    font-size: 0.7em;
}

.sb-account-hero-title {
    margin-bottom: 8px;
    color: #334155;
    font-size: 20px;
    font-weight: 700;
}

.sb-account-hero-text {
    max-width: 650px;
    margin-bottom: 28px;
    color: var(--sb-muted);
    font-size: 15px;
    line-height: 1.75;
}

.sb-account-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 850px;
}

.sb-account-stat {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 0;
    padding: 13px 14px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 16px;
    background: rgba(255,255,255,0.78);
    box-shadow: 0 8px 24px rgba(76, 65, 130, 0.06);
    backdrop-filter: blur(8px);
}

.sb-account-stat > span:last-child {
    min-width: 0;
}

.sb-account-stat strong,
.sb-account-stat small {
    display: block;
}

.sb-account-stat strong {
    color: var(--sb-navy);
    font-size: 21px;
    line-height: 1;
}

.sb-account-stat small {
    margin-top: 4px;
    color: var(--sb-muted);
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.sb-account-stat-icon {
    display: grid;
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 12px;
    font-size: 18px;
}

.sb-icon-purple { background: #ede9fe; }
.sb-icon-blue   { background: #dbeafe; }
.sb-icon-green  { background: #dcfce7; }
.sb-icon-pink   { background: #fce7f3; }


/* ================================================================
   CSS ILLUSTRATION
   ================================================================ */

.sb-account-hero-art {
    position: relative;
    min-height: 290px;
    align-self: stretch;
}

.sb-art-circle {
    position: absolute;
    border-radius: 50%;
}

.sb-art-circle-one {
    width: 220px;
    height: 220px;
    right: 7%;
    top: 7%;
    background: rgba(124, 58, 237, 0.09);
}

.sb-art-circle-two {
    width: 110px;
    height: 110px;
    right: 48%;
    bottom: 8%;
    background: rgba(37, 99, 235, 0.08);
}

.sb-art-books {
    position: absolute;
    left: 8%;
    bottom: 22%;
    width: 130px;
    height: 72px;
}

.sb-art-books span {
    position: absolute;
    left: 0;
    width: 125px;
    height: 20px;
    border-radius: 6px;
    background: #c4b5fd;
    box-shadow: 0 7px 14px rgba(76, 29, 149, 0.1);
}

.sb-art-books span:nth-child(1) { bottom: 0; width: 116px; background: #93c5fd; }
.sb-art-books span:nth-child(2) { bottom: 22px; left: 9px; width: 121px; background: #ddd6fe; }
.sb-art-books span:nth-child(3) { bottom: 44px; left: 2px; width: 111px; background: #a5b4fc; }

.sb-art-laptop {
    position: absolute;
    left: 29%;
    bottom: 25%;
    width: 180px;
}

.sb-art-screen {
    position: relative;
    height: 116px;
    padding: 13px;
    border: 7px solid #312e81;
    border-bottom-width: 9px;
    border-radius: 12px 12px 7px 7px;
    background: #eef2ff;
    box-shadow: 0 18px 30px rgba(49, 46, 129, 0.16);
}

.sb-art-cap {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 48px;
    height: 22px;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #7c3aed;
    color: transparent;
    box-shadow: 0 7px 0 -3px #5b21b6;
}

.sb-art-screen-line {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    height: 7px;
    border-radius: 99px;
    background: #c4b5fd;
}

.sb-art-screen-line.short {
    right: 54px;
    bottom: 11px;
    background: #bfdbfe;
}

.sb-art-base {
    width: 210px;
    height: 11px;
    margin-left: -15px;
    border-radius: 0 0 18px 18px;
    background: #94a3b8;
}

.sb-art-plant {
    position: absolute;
    right: 11%;
    bottom: 18%;
    width: 70px;
    height: 115px;
}

.sb-art-plant .stem {
    position: absolute;
    left: 34px;
    top: 35px;
    width: 4px;
    height: 53px;
    border-radius: 5px;
    background: #65a30d;
}

.sb-art-plant .leaf {
    position: absolute;
    width: 28px;
    height: 15px;
    border-radius: 100% 0 100% 0;
    background: #84cc16;
}

.sb-art-plant .leaf-one { left: 7px; top: 45px; transform: rotate(-28deg); }
.sb-art-plant .leaf-two { left: 35px; top: 30px; transform: rotate(28deg) scaleX(-1); }

.sb-art-plant .pot {
    position: absolute;
    left: 17px;
    bottom: 0;
    width: 43px;
    height: 34px;
    border-radius: 4px 4px 14px 14px;
    background: #c4b5fd;
}

.sb-art-message {
    position: absolute;
    right: 0;
    top: 13%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #6d28d9;
    font-family: Georgia, serif;
    font-size: 25px;
    font-style: italic;
    font-weight: 700;
    line-height: 0.98;
}

.sb-art-message i {
    width: 90px;
    height: 8px;
    margin-top: 7px;
    border-bottom: 3px solid #8b5cf6;
    border-radius: 50%;
    transform: rotate(-7deg);
}


/* ================================================================
   SECTION HEADINGS
   ================================================================ */

.sb-account-section {
    margin-top: 38px;
}

.sb-account-section-heading {
    margin-bottom: 18px;
}

.sb-account-section-heading h2,
.sb-account-career h2 {
    margin-bottom: 5px;
    color: var(--sb-navy);
    font-size: 27px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.sb-account-section-heading p,
.sb-account-career-header p {
    margin-bottom: 0;
    color: var(--sb-muted);
    font-size: 14px;
}


/* ================================================================
   QUICK ACCESS
   ================================================================ */

.sb-account-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 14px;
}

.sb-account-quick-card {
    display: flex;
    align-items: center;
    min-height: 126px;
    gap: 11px;
    padding: 18px;
    border: 1px solid var(--sb-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(30, 41, 59, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.sb-account-quick-card:hover {
    transform: translateY(-4px);
    border-color: #d8d1fb;
    box-shadow: 0 18px 35px rgba(30, 41, 59, 0.09);
}

.sb-account-quick-icon {
    display: grid;
    flex: 0 0 43px;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 13px;
    font-size: 19px;
}

.quick-purple .sb-account-quick-icon { background: #ede9fe; }
.quick-blue .sb-account-quick-icon   { background: #dbeafe; }
.quick-green .sb-account-quick-icon  { background: #dcfce7; }
.quick-yellow .sb-account-quick-icon { background: #fef3c7; }
.quick-pink .sb-account-quick-icon   { background: #fce7f3; }

.sb-account-quick-copy {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
}

.sb-account-quick-copy strong {
    color: var(--sb-navy);
    font-size: 14px;
    line-height: 1.3;
}

.sb-account-quick-copy small {
    margin-top: 4px;
    color: var(--sb-muted);
    font-size: 11px;
    line-height: 1.35;
}

.sb-account-arrow {
    display: grid;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    background: #f4f1ff;
    color: var(--sb-purple);
    font-size: 14px;
    font-weight: 800;
}


/* ================================================================
   CAREER MARKET
   ================================================================ */

.sb-account-career {
    margin-top: 38px;
    overflow: hidden;
    border: 1px solid var(--sb-border);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--sb-shadow);
}

.sb-account-career-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 30px;
    background: linear-gradient(135deg, #f0ebff 0%, #edf5ff 100%);
}

.sb-account-career-title {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 0;
}

.sb-account-career-title > div {
    min-width: 0;
}

.sb-account-career-icon {
    display: grid;
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(76, 29, 149, 0.09);
    font-size: 22px;
}

.sb-account-primary-button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%);
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 10px 22px rgba(79, 70, 229, 0.2);
}

.sb-account-job-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    padding: 24px 30px 28px;
}

.sb-account-job-card {
    position: relative;
    min-width: 0;
    padding: 20px;
    border: 1px solid var(--sb-border);
    border-radius: 18px;
    background: #fff;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.sb-account-job-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(30, 41, 59, 0.07);
}

.sb-account-job-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 19px;
}

.sb-account-job-number {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    background: #f1edff;
    color: var(--sb-purple);
    font-size: 12px;
    font-weight: 800;
}

.sb-account-job-tag {
    padding: 6px 8px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.sb-account-job-card h3 {
    min-height: 44px;
    margin-bottom: 10px;
    color: var(--sb-navy);
    font-size: 15px;
    line-height: 1.4;
}

.sb-account-job-card p {
    margin-bottom: 18px;
    color: var(--sb-muted);
    font-size: 12px;
}

.sb-account-job-card > a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--sb-purple);
    font-size: 12px;
    font-weight: 800;
}

.sb-account-career-info {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    border-top: 1px solid var(--sb-border);
    background: var(--sb-border);
}

.sb-account-career-info > div {
    display: flex;
    gap: 13px;
    padding: 22px 30px;
    background: #fafaff;
}

.sb-account-info-icon {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 11px;
    background: #eeeaff;
    color: var(--sb-purple);
    font-size: 16px;
}

.sb-account-career-info strong {
    display: block;
    margin-bottom: 5px;
    color: var(--sb-navy);
    font-size: 13px;
}

.sb-account-career-info p {
    margin: 0;
    color: var(--sb-muted);
    font-size: 11px;
    line-height: 1.65;
}


/* ================================================================
   WOOCOMMERCE ACCOUNT SIDEBAR
   ================================================================ */

body.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    margin: 0 0 24px;
    padding: 18px;
    border: 1px solid var(--sb-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--sb-shadow);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: flex !important;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 8px 11px;
    border-radius: 14px;
    color: #475569 !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    background: #f6f4ff;
    color: var(--sb-purple) !important;
    transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: linear-gradient(135deg, #7c3aed 0%, #2563eb 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(99, 102, 241, 0.18);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
    display: grid;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    place-items: center;
    border-radius: 11px;
    background: #f1edff;
    color: var(--sb-purple);
    content: "•";
    font-size: 14px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li a::after {
    margin-left: auto;
    color: #94a3b8;
    content: "›";
    font-size: 20px;
    line-height: 1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::after {
    color: rgba(255,255,255,0.9);
}


/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (min-width: 900px) {

    body.woocommerce-account .woocommerce {
        display: grid;
        grid-template-columns: 255px minmax(0, 1fr);
        align-items: start;
        gap: 24px;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        position: sticky;
        top: 24px;
        margin-bottom: 0;
    }

    body.woocommerce-account .woocommerce-MyAccount-content {
        min-width: 0;
    }
}

@media (max-width: 1200px) {

    .sb-account-hero {
        grid-template-columns: minmax(0, 1fr) 300px;
        padding: 38px;
    }

    .sb-account-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sb-account-quick-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sb-account-job-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 899px) {

    body.woocommerce-account .woocommerce {
        width: min(94%, 760px);
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 20px;
    }

    .sb-account-hero {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 34px 28px;
    }

    .sb-account-hero-art {
        display: none;
    }

    .sb-account-quick-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sb-account-career-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .sb-account-primary-button {
        width: 100%;
        justify-content: center;
    }

    .sb-account-career-info {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {

    body.woocommerce-account .woocommerce {
        width: 94%;
    }

    body.woocommerce-account .woocommerce-MyAccount-navigation {
        padding: 12px;
        border-radius: 18px;
    }

    .sb-account-hero {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .sb-account-hero h1 {
        font-size: 32px;
    }

    .sb-account-hero-title {
        font-size: 17px;
    }

    .sb-account-stats {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .sb-account-stat {
        padding: 10px;
    }

    .sb-account-stat-icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        font-size: 15px;
    }

    .sb-account-stat strong {
        font-size: 18px;
    }

    .sb-account-stat small {
        font-size: 10px;
    }

    .sb-account-quick-grid,
    .sb-account-job-grid {
        grid-template-columns: 1fr;
    }

    .sb-account-career {
        border-radius: 22px;
    }

    .sb-account-career-header,
    .sb-account-job-grid,
    .sb-account-career-info > div {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sb-account-career-info {
        gap: 1px;
    }

    .sb-account-section {
        margin-top: 28px;
    }
}


/* ================================================================
   IMPORTANT: hide only the default dashboard paragraph when this
   custom dashboard template is active. Do NOT hide WooCommerce
   notices or endpoint content.
   ================================================================ */

body.woocommerce-account .woocommerce-MyAccount-content > p:not(.woocommerce-info):not(.woocommerce-message):not(.woocommerce-error) {
    color: inherit;
}
