/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/inter-300.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/inter-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/inter-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/inter-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/inter-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/outfit-400.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('fonts/outfit-500.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/outfit-600.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/outfit-700.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url('fonts/outfit-800.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ==========================================================================
   CSS Variables & Design Tokens
   ========================================================================== */
:root {
    /* Fonts */
    --font-heading: 'Outfit', sans-serif;
    --font-body: 'Inter', sans-serif;

    /* Light Theme Palette */
    --bg-primary: #f8fafc;
    --bg-secondary: #f1f5f9;
    --surface: rgba(255, 255, 255, 0.75);
    --surface-border: rgba(226, 232, 240, 0.8);
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    
    --primary: #2563eb;
    --primary-hover: #1d4ed8;
    --primary-rgb: 37, 99, 235;
    --accent-glow: rgba(37, 99, 235, 0.15);
    --gradient-accent: linear-gradient(135deg, #2563eb 0%, #10b981 100%);
    --gradient-hero: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.05), 0 4px 6px -2px rgba(0,0,0,0.02);
    --shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, 0.04);
}

[data-theme="dark"] {
    /* Dark Theme Palette */
    --bg-primary: #0b0f19;
    --bg-secondary: #111827;
    --surface: rgba(17, 24, 39, 0.65);
    --surface-border: rgba(37, 99, 235, 0.15);
    --text-primary: #f8fafc;
    --text-secondary: #94a3b8;
    --text-muted: #64748b;
    
    --primary: #3b82f6;
    --primary-hover: #60a5fa;
    --primary-rgb: 59, 130, 246;
    --accent-glow: rgba(59, 130, 246, 0.25);
    --gradient-accent: linear-gradient(135deg, #3b82f6 0%, #34d399 100%);
    --gradient-hero: linear-gradient(135deg, #0b0f19 0%, #111827 100%);
    
    --shadow-sm: 0 1px 3px rgba(0,0,0,0.3);
    --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.2), 0 2px 4px -1px rgba(0,0,0,0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.3), 0 4px 6px -2px rgba(0,0,0,0.1);
    --shadow-glass: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

/* ==========================================================================
   Base resets & layouts
   ========================================================================== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-body);
    line-height: 1.6;
    overflow-x: hidden;
    transition: background-color 0.4s cubic-bezier(0.16, 1, 0.3, 1), 
                color 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Scroll Progress Bar */
#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 4px;
    background: var(--gradient-accent);
    width: 0%;
    z-index: 1000;
    transition: width 0.1s ease-out;
}

/* Typography elements */
h1, h2, h3, h4 {
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    color: var(--primary-hover);
}

/* Utilities */
.cursor-default {
    cursor: default;
}

/* Glassmorphism Card Style */
.card {
    background: var(--surface);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--surface-border);
    border-radius: 16px;
    padding: 24px;
    box-shadow: var(--shadow-glass), var(--shadow-md);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.3s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px 0 rgba(31, 38, 135, 0.08), var(--shadow-lg);
    border-color: rgba(var(--primary-rgb), 0.4);
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: var(--bg-primary);
    background-image: none; /* Fallback */
    /* Add subtle glass transparency */
    background: var(--surface);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--surface-border);
    z-index: 100;
}

.header-container {
    max-width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-link {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: -0.04em;
}

.logo-accent {
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.site-nav {
    display: flex;
    gap: 32px;
}

.site-nav a {
    color: var(--text-secondary);
    font-weight: 500;
    font-size: 0.95rem;
    position: relative;
    padding: 4px 0;
}

.site-nav a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: var(--gradient-accent);
    transition: width 0.3s ease;
}

.site-nav a:hover {
    color: var(--text-primary);
}

.site-nav a:hover::after {
    width: 100%;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Buttons styling */
.btn-download {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-accent);
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 10px 18px;
    border-radius: 99px;
    box-shadow: 0 4px 14px rgba(var(--primary-rgb), 0.25);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-download:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(var(--primary-rgb), 0.4);
    color: white;
}

.btn-download:active {
    transform: translateY(1px);
}

.btn-theme-toggle {
    background: var(--bg-secondary);
    border: 1px solid var(--surface-border);
    color: var(--text-primary);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.2s, border-color 0.2s;
}

.btn-theme-toggle:hover {
    background: var(--bg-primary);
    border-color: rgba(var(--primary-rgb), 0.4);
}

/* Icon displays on theme toggle */
.sun-icon { display: none; }
.moon-icon { display: block; }

[data-theme="dark"] .sun-icon { display: block; }
[data-theme="dark"] .moon-icon { display: none; }

/* ==========================================================================
   Main Content Structure
   ========================================================================== */
.main-content {
    max-width: 900px;
    margin: 120px auto 60px;
    padding: 0 24px;
}

.section {
    margin-bottom: 72px;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 40px;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 2px;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
    margin-bottom: 80px;
}

.hero-container {
    text-align: left;
}

.hero-badge {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 6px 14px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    border-radius: 99px;
    margin-bottom: 20px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin-bottom: 20px;
    background: var(--gradient-accent);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 700px;
    margin-bottom: 32px;
    font-weight: 400;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.contact-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--text-secondary);
    font-size: 0.95rem;
    transition: color 0.2s;
}

.contact-item svg {
    color: var(--primary);
    flex-shrink: 0;
}

a.contact-item:hover {
    color: var(--primary);
}

/* ==========================================================================
   Experience (Timeline)
   ========================================================================== */
.timeline {
    position: relative;
    padding-left: 28px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 8px;
    bottom: 8px;
    width: 2px;
    background: var(--surface-border);
}

.timeline-item {
    position: relative;
    margin-bottom: 36px;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-dot {
    position: absolute;
    left: -28px;
    top: 30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--bg-primary);
    border: 3px solid var(--primary);
    z-index: 2;
    transition: transform 0.2s ease, background-color 0.2s;
}

.timeline-item:hover .timeline-dot {
    transform: scale(1.3);
    background-color: var(--primary);
}

.timeline-content {
    position: relative;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 18px;
}

.role-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-primary);
}

.company-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary);
    margin-top: 2px;
}

.job-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.job-duration, .job-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.job-meta svg {
    color: var(--text-muted);
}

.job-bullets {
    list-style-type: none;
}

.job-bullets li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: var(--text-secondary);
}

.job-bullets li::before {
    content: "•";
    position: absolute;
    left: 4px;
    color: var(--primary);
    font-weight: bold;
    font-size: 1.1rem;
    top: -1px;
}

.job-bullets li:last-child {
    margin-bottom: 0;
}

/* ==========================================================================
   Skills Section
   ========================================================================== */
.skills-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
}

.skills-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.skills-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(var(--primary-rgb), 0.1);
    color: var(--primary);
    margin-bottom: 20px;
}

.skills-card-title {
    font-size: 1.2rem;
    margin-bottom: 16px;
}

.tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.skill-tag {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 6px 12px;
    background: var(--bg-secondary);
    border: 1px solid var(--surface-border);
    color: var(--text-secondary);
    border-radius: 8px;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}

.skills-card:hover .skill-tag {
    border-color: rgba(var(--primary-rgb), 0.2);
}

.skill-tag:hover {
    background: var(--primary);
    color: white !important;
    border-color: var(--primary);
}

/* ==========================================================================
   Education Section
   ========================================================================== */
.education-card {
    position: relative;
}

.education-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.degree-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-primary);
}

.school-name {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary);
    margin-top: 2px;
}

.education-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--text-muted);
}

.education-duration, .education-location {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
    border-top: 1px solid var(--surface-border);
    background: var(--surface);
    padding: 30px 24px;
    text-align: center;
    font-size: 0.875rem;
    color: var(--text-muted);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.footer-container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.footer-socials {
    display: flex;
    gap: 16px;
    margin-bottom: 4px;
}

.footer-socials a {
    color: var(--text-secondary);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-socials a:hover {
    color: var(--primary);
    transform: translateY(-2px);
}


.footer-domain {
    font-weight: 600;
    color: var(--primary);
    letter-spacing: 0.05em;
    font-size: 0.75rem;
    text-transform: uppercase;
}

/* ==========================================================================
   Responsive Breakpoints
   ========================================================================== */
@media (max-width: 768px) {
    html {
        font-size: 15px;
    }
    
    .header-container {
        padding: 0 16px;
    }
    
    .site-nav {
        display: none; /* Hide nav links on mobile for simplicity, or can implement hamburger. Standard single page fits well on 1 view */
    }

    .hero-title {
        font-size: 2.75rem;
    }
    
    .card-header, .education-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .job-meta, .education-meta {
        align-items: flex-start;
    }
    
    .timeline {
        padding-left: 20px;
    }
    
    .timeline::before {
        left: 5px;
    }
    
    .timeline-dot {
        left: -22px;
        top: 26px;
        width: 12px;
        height: 12px;
        border-width: 2.5px;
    }
}

/* ==========================================================================
   Print Optimization Stylings
   ========================================================================== */
@media print {
    /* Reset layout for paper */
    html, body {
        background: #fff !important;
        color: #000 !important;
        font-size: 10.5pt !important;
        line-height: 1.4 !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }
    
    /* Hide screen elements */
    .site-header, 
    #scroll-progress,
    .btn-download, 
    .btn-theme-toggle,
    .timeline-dot,
    .skills-card-icon,
    .site-footer {
        display: none !important;
    }
    
    /* Remove padding & absolute positions */
    .main-content {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    
    .section {
        margin-bottom: 20pt !important;
        page-break-inside: avoid !important;
    }

    .section-title {
        font-size: 14pt !important;
        margin-bottom: 8pt !important;
        color: #000 !important;
        font-weight: bold !important;
        border-bottom: 1px solid #ccc !important;
        width: 100% !important;
        display: block !important;
        padding-bottom: 2pt !important;
    }
    
    .section-title::after {
        display: none !important;
    }
    
    /* Hero Print Styling */
    .hero-section {
        margin-bottom: 15pt !important;
        text-align: center !important;
    }
    
    .hero-badge {
        display: none !important;
    }
    
    .hero-title {
        font-size: 22pt !important;
        color: #000 !important;
        -webkit-text-fill-color: initial !important;
        background: none !important;
        margin-bottom: 4pt !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }
    
    .hero-subtitle {
        display: none !important; /* Resume standard does not have large intro subtitle paragraphs */
    }
    
    .contact-info {
        justify-content: center !important;
        gap: 12pt !important;
    }
    
    .contact-item {
        font-size: 9.5pt !important;
        color: #333 !important;
    }
    
    .contact-item svg {
        display: none !important;
    }
    
    /* Timeline Print Styling */
    .timeline {
        padding-left: 0 !important;
    }
    
    .timeline::before {
        display: none !important;
    }
    
    .timeline-item {
        margin-bottom: 12pt !important;
        page-break-inside: avoid !important;
    }
    
    /* Convert glassmorphic cards back to flat text */
    .card {
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        transform: none !important;
    }
    
    .card-header {
        margin-bottom: 4pt !important;
        flex-wrap: nowrap !important;
    }
    
    .role-title {
        font-size: 11pt !important;
        font-weight: bold !important;
        display: inline-block !important;
    }
    
    .company-name {
        font-size: 10.5pt !important;
        font-style: italic !important;
        color: #333 !important;
        display: inline-block !important;
        margin-left: 5pt !important;
    }
    
    /* Combine title and company on one line with location/dates on the right */
    .card-header > div {
        display: flex !important;
        align-items: baseline !important;
    }
    
    .job-meta {
        flex-direction: row !important;
        justify-content: flex-end !important;
        gap: 10pt !important;
        font-size: 9.5pt !important;
        color: #333 !important;
        flex-grow: 1 !important;
    }
    
    .job-meta svg {
        display: none !important;
    }
    
    .job-bullets li {
        font-size: 9.5pt !important;
        color: #222 !important;
        margin-bottom: 2pt !important;
        padding-left: 12pt !important;
    }
    
    .job-bullets li::before {
        content: "•" !important;
        color: #000 !important;
        left: 2pt !important;
    }
    
    /* Skills Print Styling */
    .skills-grid {
        grid-template-columns: 1fr !important;
        gap: 8pt !important;
    }
    
    .skills-card {
        margin-bottom: 6pt !important;
    }
    
    .skills-card-title {
        font-size: 10.5pt !important;
        margin-bottom: 4pt !important;
        font-weight: bold !important;
    }
    
    .tags-container {
        gap: 4pt !important;
    }
    
    .skill-tag {
        font-size: 9pt !important;
        padding: 2pt 4pt !important;
        background: none !important;
        border: none !important;
        border-radius: 0 !important;
        color: #111 !important;
    }
    
    .skill-tag:not(:last-child)::after {
        content: ", " !important;
    }
    
    /* Education Print Styling */
    .education-card-header {
        flex-wrap: nowrap !important;
    }
    
    .education-card-header > div {
        display: flex !important;
        align-items: baseline !important;
    }
    
    .degree-title {
        font-size: 11pt !important;
        font-weight: bold !important;
    }
    
    .school-name {
        font-size: 10.5pt !important;
        font-style: italic !important;
        color: #333 !important;
        margin-left: 5pt !important;
    }
    
    .education-meta {
        flex-direction: row !important;
        justify-content: flex-end !important;
        gap: 10pt !important;
        font-size: 9.5pt !important;
        color: #333 !important;
        flex-grow: 1 !important;
    }
    
    .education-meta svg {
        display: none !important;
    }
}
