/* Enhanced Design System with Premium Fonts */
:root {
    /* Premium font stack already defined in fonts.css */
    --primary-color: #007BFF;
    --secondary-color: #6c757d;
    --background-color: #f5f5f5;
    --text-color: var(--text-primary);
    --light-color: #ffffff;
    --dark-color: #2c3e50;
    --border-color: #e0e0e0;
    --hover-color: #0056b3;
    --header-color: #005994;
    --footer-color: #005994;
    
    /* Enhanced contrast variables */
    --text-high-contrast: #111827;
    --text-medium-contrast: #374151;
    --text-low-contrast: #6B7280;
    --bg-subtle: #F9FAFB;
    --bg-muted: #F3F4F6;
}

/* Additional Font Size Classes for Components */
.lesson-code-badge { font-size: 0.73rem; } /* 0.73vw desktop */
.lesson-bonus-badge { font-size: 0.65rem; } /* 0.65vw desktop */
.lesson-title { font-size: 1.1rem; } /* 1.1vw desktop */
.lesson-description { font-size: 0.83rem; } /* 0.83vw desktop */
.lesson-meta-text { font-size: 0.73rem; } /* 0.73vw desktop */
.unlock-title { font-size: 1.56rem; } /* 1.56vw desktop */
.unlock-description { font-size: 1.1rem; } /* 1.1vw desktop */
.unlock-button { font-size: 0.95rem; } /* 0.95vw desktop */
.empty-state-title { font-size: 1.25rem; } /* 1.25vw desktop */
.empty-state-text { font-size: 0.95rem; } /* 0.95vw desktop */
.lesson-viewer-title { font-size: 2.5rem; } /* 2.5vw desktop */
.lesson-viewer-description { font-size: 1.1rem; } /* 1.1vw desktop */
.lesson-viewer-tab { font-size: 1rem; } /* 1vw desktop */
.lesson-viewer-tab-content-title { font-size: 1.8rem; } /* 1.8vw desktop */
.lesson-viewer-tab-content-text { font-size: 1.1rem; } /* 1.1vw desktop */
.lesson-viewer-related-title { font-size: 1.3rem; } /* 1.3vw desktop */
.lesson-viewer-locked-title { font-size: 2rem; } /* 2vw desktop */
.lesson-viewer-locked-text { font-size: 1.2rem; } /* 1.2vw desktop */
.lesson-viewer-resource-link { font-size: 1.2rem; } /* 1.2vw desktop */
.stripe-emoji { font-size: 4rem; } /* 4vw desktop */
.stripe-safety-info { font-size: 0.94rem; } /* 0.94vw desktop */
.stripe-connect-button { font-size: 1.04rem; } /* 1.04vw desktop */
.section-heading { font-size: 1.25rem; } /* 1.25vw desktop */
.page-title { font-size: 1.8rem; } /* 1.8vw desktop */
.card-metric-label { font-size: 0.95rem; } /* 0.95vw desktop */
.card-metric-value { font-size: 1.56rem; } /* 1.56vw desktop */
.button-small { font-size: 0.83rem; } /* 0.83vw desktop */
.content-text { font-size: 0.9rem; } /* 0.9vw desktop */
.textarea-input { font-size: 0.83rem; } /* 0.83vw desktop */
.activity-title { font-size: 0.95rem; } /* 0.95vw desktop */
.activity-description { font-size: 0.85rem; } /* 0.85vw desktop */
.activity-amount { font-size: 0.9rem; } /* 0.9vw desktop */
.activity-date { font-size: 0.75rem; } /* 0.75vw desktop */

/* =============================================================================
   B2B RECRUITER RESOURCES STYLES
   ============================================================================= */

/* Container and Layout */
.b2b-container {
    width: 95vw;
    max-width: none;
    margin: 0 auto;
    padding: 6.5vw 2.6vw 4vw 2.6vw;
}

.b2b-main-card {
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 0.78vw;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
    overflow: hidden;
}

.b2b-card-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2.08vw;
    color: white;
    border-bottom: 0.05vw solid #e0e0e0;
}

.b2b-card-title {
    margin: 0;
    font-size: 1.8vw;
    font-weight: 700;
    color: white;
    text-shadow: 0 0.1vw 0.2vw rgba(0,0,0,0.3);
}

.b2b-card-content {
    padding: 2.08vw;
}

/* Dashboard Performance Cards */
.b2b-dashboard-container {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.6vw;
    border: 0.05vw solid #e9ecef;
}

.b2b-dashboard-title {
    color: #495057;
    margin: 0 0 1.56vw 0;
    font-size: 1.25vw;
    font-weight: 600;
}

.b2b-performance-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15.6vw, 1fr));
    gap: 1.56vw;
}

.b2b-metric-card-primary {
    background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
    color: white;
    padding: 1.56vw;
    border-radius: 0.52vw;
    text-align: center;
    box-shadow: 0 0.26vw 0.78vw rgba(0,123,255,0.3);
}

.b2b-metric-card-success {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    padding: 1.56vw;
    border-radius: 0.52vw;
    text-align: center;
    box-shadow: 0 0.26vw 0.78vw rgba(40,167,69,0.3);
}

.b2b-metric-card-warning {
    background: linear-gradient(135deg, #e0a100 0%, #c8900e 100%);
    color: #212529;
    padding: 1.56vw;
    border-radius: 0.52vw;
    text-align: center;
    box-shadow: 0 0.26vw 0.78vw rgba(200,144,14,0.3);
}

.b2b-metric-card-info {
    background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
    color: white;
    padding: 1.56vw;
    border-radius: 0.52vw;
    text-align: center;
    box-shadow: 0 0.26vw 0.78vw rgba(23,162,184,0.3);
}

.b2b-metric-label {
    margin: 0;
    font-size: 0.95vw;
    font-weight: 600;
    opacity: 0.9;
}

.b2b-metric-label-dark {
    margin: 0;
    font-size: 0.95vw;
    font-weight: 600;
    opacity: 0.8;
}

.b2b-metric-value {
    font-size: 1.56vw;
    font-weight: 700;
    margin: 0.52vw 0 0 0;
}

/* Content Sections */
.b2b-content-card {
    background: #f8f9fa;
    border-radius: 0.52vw;
    padding: 1.56vw;
    margin-bottom: 2.08vw;
    border: 0.05vw solid #e9ecef;
}

.b2b-section-title {
    color: #495057;
    margin: 0 0 1.04vw 0;
    font-size: 1.25vw;
    font-weight: 600;
}

.b2b-section-content {
    color: #495057;
    line-height: 1.6;
    font-size: 0.9vw;
}

/* Mode Toggle Buttons */
.b2b-button-group {
    display: flex;
    gap: 0.52vw;
    margin-bottom: 2.08vw;
    align-items: center;
}

.b2b-button-primary {
    padding: 0.78vw 1.56vw;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.b2b-button-secondary {
    padding: 0.78vw 1.56vw;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Form Sections */
.b2b-form-container {
    width: 100%;
}

.b2b-form-group {
    margin-bottom: 2.08vw;
}

.b2b-textarea-large {
    width: 100%;
    min-height: 10.42vw;
    padding: 0.78vw;
    border: 0.05vw solid #e0e0e0;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    background: white;
    box-sizing: border-box;
    resize: vertical;
}

.b2b-form-buttons {
    display: flex;
    gap: 0.52vw;
    margin-top: 2.08vw;
    padding-top: 1.56vw;
    border-top: 0.05vw solid #e0e0e0;
}

.b2b-button-save {
    padding: 0.78vw 1.56vw;
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    border: none;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.b2b-button-cancel {
    padding: 0.78vw 1.56vw;
    background: transparent;
    color: #007BFF;
    border: 0.05vw solid #007BFF;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Activity Feed */
.b2b-activity-container {
    background: #f8f9fa;
    border-radius: 0.52vw;
    padding: 1.56vw;
    margin-top: 2.6vw;
    border: 0.05vw solid #e9ecef;
}

.b2b-activity-title {
    color: #495057;
    margin: 0 0 1.56vw 0;
    font-size: 1.25vw;
    font-weight: 600;
}

.b2b-activity-list {
    background: white;
    border-radius: 0.52vw;
    padding: 1.56vw;
    box-shadow: 0 0.1vw 0.3vw rgba(0,0,0,0.1);
}

.b2b-activity-item {
    padding: 1.04vw 0;
    border-bottom: 0.05vw solid #f1f3f4;
}

.b2b-activity-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.04vw;
}

.b2b-activity-details {
    flex: 1;
}

.b2b-activity-type {
    color: #495057;
    font-size: 0.95vw;
    font-weight: 600;
}

.b2b-activity-description {
    margin: 0.26vw 0;
    color: #6c757d;
    font-size: 0.85vw;
    line-height: 1.4;
}

.b2b-activity-amount {
    color: #28a745;
    font-weight: 600;
    font-size: 0.9vw;
}

.b2b-activity-date {
    color: #6c757d;
    font-size: 0.75vw;
    white-space: nowrap;
}

/* Display Control */
.b2b-view-mode {
    display: block;
}

.b2b-edit-mode {
    display: none;
}

/* =============================================================================
   EMAIL TEMPLATES STYLES
   ============================================================================= */

/* Layout and Structure */
.email-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Message Alerts */
.email-success-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.email-error-message {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

/* Template Editor */
.email-template-editor {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
}

.email-editor-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.email-editor-title {
    color: #007BFF;
    margin: 0;
}

.email-editor-toggle {
    display: flex;
    background: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
}

.email-editor-btn-active {
    padding: 8px 16px;
    border: none;
    background: #007BFF;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.email-editor-btn-inactive {
    padding: 8px 16px;
    border: none;
    background: transparent;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
}

/* Form Layout */
.email-form-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.email-form-section {
    /* Form section styles */
}

.email-form-group {
    margin-bottom: 20px;
}

.email-form-label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.email-form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.email-form-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-family: 'Courier New', monospace;
    font-size: 14px;
}

.email-form-checkbox-label {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.email-form-checkbox {
    margin-right: 8px;
}

.email-form-buttons {
    display: flex;
    gap: 10px;
}

/* Sidebar Information */
.email-sidebar-template-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.email-sidebar-title {
    color: #007BFF;
    margin-top: 0;
}

.email-template-status-active {
    color: #28a745;
    font-weight: bold;
}

.email-template-status-inactive {
    color: #dc3545;
    font-weight: bold;
}

.email-sidebar-variables {
    background: #e7f3ff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.email-variables-title {
    color: #0066cc;
    margin-top: 0;
}

.email-variables-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.email-variables-list {
    max-height: 200px;
    overflow-y: auto;
}

.email-variable-item {
    background: white;
    padding: 8px;
    margin-bottom: 5px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 13px;
    cursor: pointer;
}

.email-variables-empty {
    color: #999;
    font-style: italic;
}

.email-sidebar-usage {
    background: #fff3cd;
    padding: 20px;
    border-radius: 6px;
}

.email-usage-title {
    color: #856404;
    margin-top: 0;
}

.email-usage-description {
    font-size: 14px;
    color: #856404;
}

/* Visual Editor */
.email-visual-editor {
    display: none;
}

.email-visual-header {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 20px;
    text-align: center;
}

.email-visual-title {
    margin: 0 0 10px 0;
    color: #007BFF;
}

.email-visual-description {
    margin: 0;
    color: #666;
}

/* Templates Overview */
.email-templates-overview {
    margin-bottom: 30px;
}

.email-templates-container {
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.email-templates-header {
    background: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

.email-templates-title {
    margin: 0;
    color: #333;
}

.email-templates-subtitle {
    margin: 5px 0 0 0;
    color: #666;
}

.email-templates-grid {
    padding: 20px;
}

/* Template Cards */
.email-template-card {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 15px;
    position: relative;
}

.email-template-card-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 10px;
}

.email-template-card-title {
    margin: 0;
    color: #007BFF;
}

.email-template-card-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.email-template-badge-active {
    background: #28a745;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.email-template-badge-inactive {
    background: #6c757d;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bold;
}

.email-template-description {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.email-template-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
}

.email-template-info-item {
    margin: 5px 0;
}

.email-template-key-code {
    background: #e9ecef;
    padding: 2px 6px;
    border-radius: 3px;
}

.email-template-preview-section {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
}

.email-template-preview-title {
    margin: 0;
    font-size: 14px;
}

.email-template-preview-text {
    margin: 5px 0 0 0;
    color: #666;
    font-style: italic;
}

/* Preview Modal */
.email-preview-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

.email-preview-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 8px;
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    overflow: hidden;
}

.email-preview-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email-preview-title {
    margin: 0;
}

.email-preview-close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

.email-preview-content {
    padding: 20px;
    overflow-y: auto;
    max-height: 500px;
}

/* Preview Content */
.email-preview-subject-section {
    margin-bottom: 20px;
}

.email-preview-subject-box {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    font-weight: bold;
}

.email-preview-body-container {
    border: 1px solid #ddd;
    border-radius: 4px;
    background: white;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .b2b-performance-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    
    .email-form-grid {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 768px) {
    .b2b-container {
        width: 98vw !important;
        padding: 1vw !important;
    }
    
    .b2b-performance-grid {
        grid-template-columns: 1fr !important;
    }
    
    .b2b-button-group {
        flex-direction: column !important;
        gap: 0.26vw !important;
    }
    
    .b2b-button-primary, 
    .b2b-button-secondary, 
    .b2b-button-save,
    .b2b-button-cancel {
        width: 100% !important;
        font-size: 0.8vw !important;
    }
    
    .b2b-textarea-large {
        min-height: 15vw !important;
        font-size: 0.75vw !important;
    }
    
    .email-template-info-grid {
        grid-template-columns: 1fr !important;
    }
}

/* Basic Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Body Styling with Premium Fonts */
body {
    font-family: var(--font-body);
    color: var(--text-high-contrast);
    background-color: var(--background-color);
    line-height: var(--leading-normal);
    font-weight: var(--weight-normal);
    font-size: var(--text-base);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* Header Styling */
header {
    background-color: var(--header-color);
    padding: 0.78vw 1.56vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 999999;
}

header .logo img {
    height: 3.125vw;
}

header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
}

header nav ul li {
    margin-left: 1.3vw;
}

header nav ul li a {
    color: var(--text-on-dark);
    text-decoration: none;
    font-family: var(--font-ui);
    font-weight: var(--weight-semibold);
    font-size: var(--text-base);
    transition: color 0.3s ease;
    letter-spacing: var(--tracking-normal);
}

header nav ul li a:hover {
    color: #ffffff;
}

/* Dropdown Menu Styles */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--light-color);
    min-width: 10.42vw;
    box-shadow: 0vw 0.42vw 0.83vw 0vw rgba(0,0,0,0.2);
    z-index: 1000000;
    border-radius: 0.21vw;
    top: 100%;
    right: 0;
    margin-top: 0.1vw;
}

.dropdown-content a {
    color: var(--text-color) !important;
    padding: 0.63vw 0.83vw;
    text-decoration: none;
    display: block;
    font-weight: 400 !important;
    border-bottom: 0.05vw solid var(--border-color);
}

.dropdown-content a:last-child {
    border-bottom: none;
    border-radius: 0 0 0.21vw 0.21vw;
}

.dropdown-content a:first-child {
    border-radius: 0.21vw 0.21vw 0 0;
}

.dropdown-content a:hover {
    background-color: var(--background-color);
    color: var(--primary-color) !important;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Add invisible bridge between trigger and dropdown */
.dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0.52vw;
    background: transparent;
    z-index: 999999;
}

.dropbtn .arrow {
    font-size: 0.63vw;
    margin-left: 0.26vw;
}

.hamburger {
    display: none;
}

/* Container Styling */
.container {
    background-color: var(--background-color);
    width: 100%;
    margin: 0 auto;
    padding: 6.5vw 1.04vw;
    min-height: auto; /* Allow content to grow naturally */
}

/* Desktop minimum height for container */
@media screen and (min-width: 1025px) {
    .container {
        min-height: 90vh;
    }
}

.lesson-container {
    padding: 6.5vw 0vw !important;
}

/* Content Wrapper */
.content-wrapper {
    display: block;
    max-width: 62.5vw;
    margin: 0 auto;
}

/* Main Content Styling */
.main-content {
    width: 100%;
    padding: 2.08vw;
    background-color: var(--light-color);
    border-radius: 0.42vw;
    box-shadow: 0 0.1vw 0.21vw rgba(0,0,0,0.1);
}

.main-content-video {
    flex: 1;
    background-color: #000000;
}

.heading_button {
    padding: 0.36vw 0.52vw;
    margin-left: 1.56vw;
}

/* Footer Styling */
footer {
    background-color: var(--footer-color);
    padding: 0.78vw;
    text-align: center;
    font-family: var(--font-ui);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    color: var(--text-on-dark);
    width: 100%;
    position: relative;
    z-index: 999999;
}

footer > * {
    color: var(--text-on-dark) !important;
    font-family: var(--font-ui);
    font-weight: var(--weight-medium);
}

/* Typography with Premium Fonts */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--text-high-contrast);
    margin-bottom: 1.04vw;
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-tight);
}

h1 {
    font-size: var(--text-4xl);
    font-weight: var(--weight-extrabold);
}

h2 {
    font-size: var(--text-3xl);
    font-weight: var(--weight-bold);
}

h3 {
    font-size: var(--text-2xl);
    font-weight: var(--weight-semibold);
    font-family: var(--font-professional);
}

h4 {
    font-size: var(--text-xl);
    font-weight: var(--weight-medium);
    font-family: var(--font-professional);
}

h5 {
    font-size: var(--text-lg);
    font-weight: var(--weight-medium);
    font-family: var(--font-ui);
}

h6 {
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    font-family: var(--font-ui);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wide);
}

.content_heading {
    font-size: 2vw;
    line-height: 4vw;
    margin: 3vw 0vw 0vw 0vw;
    padding: 0;
}

p {
    margin-bottom: 0.78vw;
    font-family: var(--font-body);
    color: var(--text-medium-contrast);
    line-height: var(--leading-relaxed);
    font-weight: var(--weight-normal);
}

/* Lists */
ul, ol {
    margin-left: 1.04vw;
    margin-bottom: 0.78vw;
    padding-left: 1.04vw;
}

ul li, ol li {
    margin-bottom: 0.42vw;
    line-height: 1.5;
}

/* Nested lists */
ul ul, ol ol, ul ol, ol ul {
    margin-left: 0.78vw;
    margin-top: 0.42vw;
    margin-bottom: 0.42vw;
}

/* Content area lists (for influencer materials, dashboard content, etc.) */
.main-content ul, .main-content ol {
    margin-left: 1.3vw;
    padding-left: 0.78vw;
}

.main-content li {
    margin-bottom: 0.31vw;
    line-height: 1.6;
}

/* Lists within styled boxes/containers */
div[style*="background"] ul, div[style*="background"] ol {
    margin-left: 1.3vw;
    padding-left: 0.78vw;
    margin-top: 0.52vw;
    margin-bottom: 0.52vw;
}

/* Links */
a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

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

/* Buttons with Premium Typography */
button, input[type="submit"] {
    background-color: var(--primary-color);
    border: none;
    padding: 0.63vw 1.3vw;
    color: var(--text-on-dark);
    font-family: var(--font-ui);
    font-size: var(--text-base);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-normal);
    border-radius: 0.21vw;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 0.05vw 0.1vw rgba(0, 0, 0, 0.1);
}

button:hover, input[type="submit"]:hover {
    background-color: var(--hover-color);
}

.subaction_button {
	box-shadow: 0vw 0.05vw 0vw 0vw #f0f7fa;
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	background-color:#33bdef;
	border-radius:0.31vw;
	border:0.05vw solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.78vw;
	font-weight:bold;
	padding: 0.31vw 1.25vw;
    margin: 0.52vw 0vw;
	text-decoration:none;
	text-shadow:0vw -0.05vw 0vw #5b6178;
}

.subaction_button:hover {
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	background-color:#019ad2;
}

.subaction_button:active {
	position:relative;
	top:0.05vw;
}

body > div > div > div.main-content > table > tbody > tr > td:nth-child(6) input[type="submit"] {
    margin: 0.36vw 0vw;
}

/* Forms with Premium Typography */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
textarea,
select {
    width: 100%;
    padding: 0.63vw 0.78vw;
    margin-bottom: .5vw;
    border: 0.05vw solid var(--border-color);
    border-radius: 0.21vw;
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-normal);
    color: var(--text-high-contrast);
    background-color: #fafafa;
    transition: all 0.3s ease;
    line-height: var(--leading-normal);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus,
select:focus {
    border-color: var(--primary-color);
    outline: none;
}

/* Tables with Premium Typography */
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1.04vw;
    font-family: var(--font-body);
}

table th,
table td {
    padding: 0.63vw 0.78vw;
    border: 0.05vw solid var(--border-color);
    text-align: left;
    font-size: var(--text-sm);
    line-height: var(--leading-normal);
}

table th {
    background-color: var(--bg-muted);
    font-family: var(--font-ui);
    font-weight: var(--weight-semibold);
    color: var(--text-high-contrast);
    letter-spacing: var(--tracking-normal);
}

table td {
    color: var(--text-medium-contrast);
    font-weight: var(--weight-normal);
}

.alt_colors tr:nth-child(even) {
    background-color: #fffdee;

}

/* Tabs Styling */
#moreinfo-tabs {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.04vw 1.04vw 7.29vw 1.04vw;
    background-color: #606060;
    border-radius: 0.42vw;
    overflow: auto;
}

.tabs {
    width: 53.33vw;
    overflow: hidden;
    background-color: #f1f1f1;
    margin: 0vw auto;
    border-radius: 0.42vw 0.42vw 0 0;
}

.tabs .tablink {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0.73vw 0.83vw;
    transition: background 0.3s ease;
    font-size: 0.78vw;
    font-weight: 600;
    color: var(--text-color);
}

.tabs .tablink a {
    padding: 0;
}

.tabs .tablink:hover {
    background-color: #ddd;
}

.tabs .tablink.active {
    background-color: var(--light-color);
    border-bottom: 0.16vw solid var(--primary-color);
}

.tabcontent {
    width: 53.33vw;
    display: none;
    padding: 1.56vw;
    margin: 0 auto;
    border-top: none;
    background-color: #6b6b6b;
    border-radius: 0 0 0.42vw 0.42vw;
}

.tabcontent.active {
    display: block;
}

.tabcontent > * {
    color: #ffffff;
}

.tabcontent .related-item, .tabcontent .resource-item {
    padding: 1.04vw;
    background-color: var(--light-color);
    border-radius: 0.42vw;
    border: 0.05vw solid var(--border-color);
    margin-bottom: 0.78vw;
    box-shadow: 0 0.1vw 0.26vw rgba(0, 0, 0, 0.1);
}

.tabcontent .related-item h4, .tabcontent .resource-item h4 {
    font-size: 1.04vw;
    font-weight: bold;
    margin-bottom: 0.52vw;
    color: var(--dark-color);
}

.tabcontent .related-item p, .tabcontent .resource-item p {
    margin-bottom: 0.52vw;
    line-height: 1.6;
    color: var(--text-color);
}

.tabcontent .related-item a, .tabcontent .resource-item a {
    display: inline-block;
    margin-top: 0.52vw;
    padding: 0.42vw 0.78vw;
    background-color: var(--primary-color);
    color: var(--light-color);
    border-radius: 0.21vw;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.tabcontent .related-item a:hover, .tabcontent .resource-item a:hover {
    background-color: var(--hover-color);
}

#RelatedInfo h4 {
    line-height: 2vw;
    color: #005994;
    padding: .5vw 1.4vw;
    background: #ddd;
}

#NextLesson a {
    background: #ffffff;
    color: #0056b3;
    font-weight: bold;
    padding: .5vw 1vw;
    border-radius: .3vw;
}

#NextLesson a:hover {
    text-decoration: underline;
}

/* Lesson Grid and Tiles */
.lesson-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.3vw;
    margin-top: 1.56vw;
}

.lesson-tile {
    background-color: var(--light-color);
    border-radius: 0.42vw;
    overflow: hidden;
    box-shadow: 0 0.1vw 0.26vw rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 15.63vw; /* Set a fixed width for the tiles */
}

.lesson-tile:hover {
    transform: translateY(-0.26vw);
    box-shadow: 0 0.26vw 0.78vw rgba(0,0,0,0.2);
}

.lesson-tile img {
    width: 100%;
    height: auto;
}

.lesson-title {
    padding: 1.04vw;
    font-size: 0.94vw;
    font-weight: 600;
    color: var(--dark-color);
    flex-grow: 1;
}

.lesson-progress {
    padding: 0 1.04vw 1.04vw;
    font-size: 0.73vw;
    color: var(--secondary-color);
}

.lesson-tile a {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.core-lessons-heading, .supplemental-lessons-heading {
    font-size: 2.08vw;
    text-align: center;
}

.related-item {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
    margin-bottom: .8vw;
    border: 0.05vw solid #dddddd;
    background: #f7f7f7;
}

.related-item p a {
	box-shadow:inset 0vw 0.05vw 0vw 0vw #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	background-color:#3d94f6;
	border-radius:0.31vw;
	border:0.05vw solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:0.78vw;
	font-weight:bold;
	padding: 0.31vw 1.25vw;
	text-decoration:none;
	text-shadow:0vw 0.05vw 0vw #1570cd;
    margin-left: 1vw;
}

.related-item p a:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	background-color:#1e62d0;
}

.related-item p a:active {
	position:relative;
	top:0.05vw;
}


/* Add Edit Lessons */

.related_info_item, .additional_resource_item {
    display: inline-block;
    vertical-align: top;
    width: 17vw;
    height: auto;
    padding: 1vw;
    background-color: var(--light-color);
    margin-left: 1.04vw;
    margin-bottom: 1.04vw;
    border-radius: 0.42vw;
    border: 0.05vw solid #6c757d;
    box-shadow: 0 0.1vw 0.21vw rgba(0, 0, 0, 0.1);
}

.edit_screen h2, .edit_screen h3 {
    background: #f0f9ff;
    border: 0.05vw solid #ddd;
    padding: 0.26vw 0.78vw;
}

.edit_screen input[type="file"] {
    width: 100% !important;
    background: #f0f9ff;
    padding: 0.78vw;
    border: 0.05vw solid #e0e0e0;
}

#search-results {
    margin-bottom: 2vw;
}

#search-results li {
    list-style: none;
    line-height: 2.5vw;
    border-top: 0.05vw dashed #ddd;
    border-bottom: 0.05vw dashed #ddd;
    position: relative;
}

#search-results li button {
    position: absolute;
    right: 0vw;
    top: .2vw;
}

.tagged_supplemental_lesson {
    display: inline-block;
    vertical-align: middle;
    line-height: 2.7vw;
    width: 100%;
    height: 2.7vw;
    border-top: 0.05vw dashed #ddd;
    border-bottom: 0.05vw dashed #ddd;
    position: relative;
    margin-bottom: .5vw;
}

.tagged_supplemental_lesson button {
    position: absolute;
    right: 0vw;
    top: .2vw;
}

.current_file {
    font-weight: bold;
}

.current_filename {
    font-size: .7vw;
    word-wrap: break-word;
    padding: 1vw;
    background: #fffdee;
    border: 0.05vw solid #ddd;
}

/* Video Player */
#video-player-wrap {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 1.04vw;
}

#video-player-wrap h3 {
    width: 53.33vw;
    margin: 0 auto;
    color: #005895;
    padding: .8vw 0vw 0vw 0vw;
}

#video-player-wrap .video-description {
    color: #000;
}

#video-player {
    display: block;
    width: 53.33vw;
    height: 30vw;
    margin: 0 auto;
    padding-bottom: 0.78vw;
}

#video-thumbnail {
    display: block;
    width: 53.33vw;
    height: 30vw;
    margin: 0 auto;
    cursor: pointer;
    padding-bottom: 0.78vw;
}

.main-content-video h2 {
    width: 52.08vw;
    font-weight: bold;
    font-size: 3.12vw;
    color: #FFFFFF !important;
    line-height: 1.2em;
    margin: 2.08vw auto 0vw auto;
    text-align: center;
}

.video-description {
    width: 53.33vw;
    margin: 0 auto;
    color: #FFFFFF;
    padding: .8vw 0vw 3vw 0vw;
}

.thumbnail-container {
    position: relative;
    display: block;
    cursor: pointer;
    margin: 0 auto;
}

.thumbnail {
    display: block;
    width: 100%;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8vw; /* Adjust size as needed */
    pointer-events: none;
}

.other_video_thumbnail {
    width: 5vw;
    height: 5vw;
}

/* FORM GRID LAYOUT */
.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 1.04vw;
    margin-top: 1.04vw;
}

/* FORM COLUMN */
.form-column {
    background: #f9f9f9; /* Light background for contrast */
    padding: 1.04vw;
    border-radius: 0.42vw;
    box-shadow: 0 0.1vw 0.21vw rgba(0, 0, 0, 0.1);
}

.form-column hr {
    border: none; /* Remove default border */
    height: 0.1vw;
    background-color: #ccc; /* Light gray */
    margin: 1.04vw 0; /* Equal space above and below */
    width: 100%; /* Ensure full width */
}

/* LABEL STYLING */
.form-column label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.26vw;
}

/* INPUT, TEXTAREA STYLING */
.form-column input[type="text"],
.form-column input[type="email"],
.form-column input[type="password"],
.form-column textarea,
.form-column select {
    width: 100%;
    padding: 0.52vw;
    border: 0.05vw solid #ccc;
    border-radius: 0.26vw;
    font-size: 0.73vw;
    background: #fff;
}

/* TEXTAREA SPECIFIC */
.form-column textarea {
    min-height: 4.17vw;
    resize: vertical;
}

/* ROLE SELECTION STYLING */
.role-options {
    display: flex;
    gap: 0.78vw;
    margin-bottom: 0.78vw;
}

.role-options label {
    font-size: 0.73vw;
    font-weight: normal;
    cursor: pointer;
}

/* ACCOUNT DETAILS BOX */
.account-details {
    background: #fff;
    padding: 0.78vw;
    border-radius: 0.42vw;
    border: 0.05vw solid #ddd;
    margin-top: 0.52vw;
    font-size: 0.73vw;
}

.account-details p {
    margin: 0.26vw 0;
}

/* BUTTON STYLES */
.form-column input[type="submit"],
.btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 0.52vw 0.78vw;
    border-radius: 0.26vw;
    font-size: 0.73vw;
    cursor: pointer;
    transition: 0.3s;
}

.btn:hover,
.form-column input[type="submit"]:hover {
    background: #0056b3;
}

/* RESPONSIVE DESIGN */
@media (max-width: 40vw) {
    .form-grid {
        grid-template-columns: 1fr; /* Stack into single column for smaller screens */
    }
}

/* Form Styles */
#login-form-main, #password-reset-form {
    display: block;
    width: 30vw;
    height: auto;
    margin: 0 auto;
    padding: 2.08vw;
    border-radius: 0.42vw;
    background-color: var(--light-color);
    box-shadow: 0 0.1vw 0.21vw rgba(0,0,0,0.1);
}

.login-heading {
    text-align: center;
    font-size: 1.3vw;
}

form label {
    display: block;
    margin-bottom: 0.26vw;
    font-weight: bold;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="number"],
form input[type="date"],
form input[type="tel"] {
    width: 100%;
    padding: 0.62vw 0.78vw;
    margin-bottom: 0.78vw;
    border: 0.05vw solid var(--border-color);
    border-radius: 0.21vw;
    font-size: 0.83vw;
    background-color: #fafafa;
}

form input[type="checkbox"] {
    margin-right: 0.52vw;
}

.credit-card-icons {
    margin: 0.52vw 0;
}

.credit-card-icons img {
    height: 1.56vw;
    margin-right: 0.52vw;
}

#subscription_end_date {
    max-width: 15vw;
}

/* Success and Error Messages */
.success-message,
.error-message {
    padding: 0.78vw 1.04vw;
    margin-bottom: 1.04vw;
    border-radius: 0.21vw;
    font-size: 0.83vw;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
}

/* Messages */
.success-message, .error-message {
    padding: 0.78vw 1.04vw;
    margin-bottom: 1.04vw;
    border-radius: 0.21vw;
    font-size: 0.83vw;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
}

.error-message {
    background-color: #f8d7da;
    color: #721c24;
}

/* Influencers */
#qr-modal-content {
    text-align: center;
}

#recruiterinfluencer_search {
    margin: 1vw 0vw;
}

.search-container {
    display: flex;
    justify-content: space-between;
    gap: 1.04vw;
}

.search-box {
    width: 48%;
    border: 0.05vw solid #ccc;
    padding: 0.78vw;
    border-radius: 0.26vw;
    background: #f9f9f9;
}

/* Popup Styling */
.popup {
    display: none; /* Hide initially */
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 39.06vw;
    background: white;
    border: 0.1vw solid black;
    padding: 1.04vw;
    box-shadow: 0vw 0.21vw 0.52vw rgba(0, 0, 0, 0.3);
    z-index: 1000;
    border-radius: 0.42vw;
}

/* Popup Content Box */
.popup-content {
    position: relative;
}

.centered-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.52vw; /* Adds spacing between elements */
}
.centered-content img {
    margin: 0 auto; /* Ensures the image is centered if flex doesn't fully handle it */
}
#recruiter-qr-modal button {
    margin-top: 0.52vw; /* Adds some spacing above the button */
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 0.52vw;
    right: 0.78vw;
    font-size: 1.04vw;
    cursor: pointer;
    color: red;
    font-weight: bold;
}

/* Input Field */
#user-search {
    width: 100%;
    padding: 0.42vw;
    margin-top: 0.52vw;
    border: 0.05vw solid #ccc;
    border-radius: 0.26vw;
}

/* User Results Box */
#user-results {
    margin-top: 0.52vw;
    max-height: 10.42vw;
    overflow-y: auto;
    border: 0.05vw solid #ddd;
    border-radius: 0.26vw;
    padding: 0.26vw;
}

/* User List */
#user-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#user-results li {
    padding: 0.42vw;
    border-bottom: 0.05vw solid #eee;
    cursor: pointer;
    transition: background 0.2s ease-in-out;
}

#user-results li:hover {
    background: #f1f1f1;
}

/* Add Button */
.select-user {
    margin-left: 0.52vw;
    color: blue;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.select-user:hover {
    color: darkblue;
}

/* Dev - Misc */
.maintenance-banner {
    background-color: #ffcccc;
    color: #990000;
    font-weight: bold;
    padding: 0.52vw;
    margin-bottom: 1.04vw;
    text-align: center;
    border: 0.05vw solid #990000;
}

/* Webinars Page Layout */
.webinars-container {
    display: flex;
}
.webinars-content {
    flex: 1;
    padding: 0.78vw;
}
.save-button {
    margin-top: 0.52vw;
    padding: 0.52vw 0.78vw;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}
.save-button:hover {
    background: #0056b3;
}

/* Webinar Video Player Styling */
.thumbnail-container {
    width: 53.33vw;
    height: 30vw;
    max-width: 50vw;
    max-height: 28.12vw;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.webinar-video-player {
    width: 53.33vw;
    height: 30vw;
    max-width: 50vw;
    max-height: 28.12vw;
    margin: 0 auto;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Ensure play button overlay is visible */
.play-overlay {
    position: absolute;
    width: 15%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Webinars Page Grid Layout */
.webinar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(13.02vw, 1fr));
    gap: 0.78vw;
    margin-top: 1.04vw;
}
.webinar-tile {
    background-color: var(--light-color);
    border-radius: 0.42vw;
    overflow: hidden;
    box-shadow: 0 0.1vw 0.26vw rgba(0, 0, 0, 0.1);
    transition: transform 0.3sease, box-shadow 0.3sease;
    display: flex;
    flex-direction: column;
    width: 15.62vw;
}
.webinar-tile:hover {
    transform: scale(1.05);
}
.webinar-tile img {
    width: 100%;
    height: 7.81vw;
    object-fit: cover;
}
.webinar-tile h4 {
    padding: 0.52vw;
    margin: 0;
    font-size: 0.83vw;
    color: #333;
}


/* Responsive Design */
@media screen and (max-width: 67.71vw) {
    .container {
        padding: 0.78vw;
    }

    header .logo img {
        height: 2.6vw;
    }

    .main-content {
        padding: 1.56vw;
    }

    .sidebar {
        width: 11.46vw;
    }
}

@media screen and (max-width: 57.29vw) {
    .content-wrapper {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
        padding: 1.04vw 0;
    }

    .main-content {
        margin-left: 0;
        margin-top: 1.04vw;
    }

    footer {
        position: static;
    }
}

/* Scroll to Top Button */
#scrollToTop {
    display: none;
    position: fixed;
    bottom: 2vw;
    right: 2vw;
    width: 3.5vw;
    height: 3.5vw;
    background: linear-gradient(135deg, var(--primary-color), var(--hover-color));
    color: var(--text-on-dark);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5vw;
    font-weight: var(--weight-bold);
    box-shadow: 0 0.26vw 0.78vw rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-ui);
}

#scrollToTop:hover {
    transform: translateY(-0.2vw);
    box-shadow: 0 0.4vw 1.2vw rgba(0, 0, 0, 0.4);
    background: linear-gradient(135deg, var(--hover-color), var(--primary-color));
}

#scrollToTop svg {
    width: 1.8vw;
    height: 1.8vw;
    fill: currentColor;
}

/* Show button on mobile and when scrolled down */
@media (max-width: 40vw) {
    #scrollToTop {
        display: flex;
        width: 6.5vw;
        height: 6.5vw;
        font-size: 2.6vw;
    }
    
    #scrollToTop svg {
        width: 3.13vw;
        height: 3.13vw;
    }
}

/* Video Player Styling Classes - converted from inline styles */
.video-player-hidden {
    display: none;
}

.video-element-rounded {
    border-radius: 0.8vw;
}

/* Resource Link Styling Classes - converted from inline styles */
.lesson-viewer-resource-link {
    color: #4CAF50 !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    transition: color 0.3s ease;
}

.lesson-viewer-resource-link:hover {
    color: #45a049 !important;
    text-decoration: underline !important;
}

/* Container/Layout Styling Classes - converted from inline styles */
.centered-container-padded {
    text-align: center;
    padding: 2vw;
}

.spacing-bottom-small {
    margin-bottom: 1vw;
}

.spacing-bottom-medium {
    margin-bottom: 1.25vw; /* 20px converted to vw at standard resolution */
}

/* Embedded Video Container Classes - converted from inline styles */
.embedded-video-spacing {
    margin-bottom: 1.25vw; /* 20px converted to vw */
}

/* Profile Page CSS Classes - converted from inline styles */
.profile-avatar-display {
    width: 6.25vw; /* 100px converted to vw */
    height: 6.25vw; /* 100px converted to vw */
    border-radius: 0.31vw;
    object-fit: cover;
    border: 0.05vw solid var(--border-color);
}

.profile-system-settings-section {
    margin-top: 2.5vw; /* 40px converted to vw */
    padding-top: 1.88vw; /* 30px converted to vw */
    border-top: 0.13vw solid #e0e0e0; /* 2px converted to vw */
}

.profile-settings-description {
    color: #666;
    margin-bottom: 1.25vw; /* 20px converted to vw */
    font-family: var(--font-body);
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
}

.profile-settings-category {
    margin-bottom: 1.88vw; /* 30px converted to vw */
}

.profile-category-heading {
    color: #333;
    margin-bottom: 0.94vw; /* 15px converted to vw */
    text-transform: capitalize;
    border-bottom: 0.06vw solid #ddd; /* 1px converted to vw */
    padding-bottom: 0.31vw; /* 5px converted to vw */
    font-family: var(--font-professional);
    font-weight: var(--weight-semibold);
    font-size: var(--text-xl);
}

.profile-setting-item {
    margin-bottom: 1.25vw; /* 20px converted to vw */
    padding: 0.94vw; /* 15px converted to vw */
    background: #f9f9f9;
    border-radius: 0.31vw; /* 5px converted to vw */
    border: 0.05vw solid #e9ecef;
    transition: background-color 0.3s ease;
}

.profile-setting-item:hover {
    background: #f1f3f4;
}

.profile-setting-label {
    font-weight: var(--weight-bold);
    color: #333;
    display: block;
    margin-bottom: 0.31vw; /* 5px converted to vw */
    font-family: var(--font-ui);
    font-size: var(--text-sm);
    letter-spacing: var(--tracking-normal);
}

.profile-setting-description {
    font-size: 0.75vw; /* 12px converted to vw */
    color: #666;
    margin: 0.31vw 0 0.63vw 0; /* 5px 0 10px 0 converted to vw */
    font-family: var(--font-body);
    line-height: var(--leading-relaxed);
}

.profile-setting-input,
.profile-setting-select {
    width: 100%;
    padding: 0.5vw; /* 8px converted to vw */
    border: 0.05vw solid var(--border-color);
    border-radius: 0.21vw;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    background-color: #fafafa;
    transition: all 0.3s ease;
}

.profile-setting-input:focus,
.profile-setting-select:focus {
    border-color: var(--primary-color);
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.13vw rgba(0, 123, 255, 0.1);
}

.profile-settings-submit-container {
    text-align: center;
    margin-top: 1.88vw; /* 30px converted to vw */
}

.profile-settings-submit-button {
    padding: 0.75vw 1.88vw; /* 12px 30px converted to vw */
    font-size: 1vw; /* 16px converted to vw */
    background: var(--primary-color);
    color: var(--text-on-dark);
    border: none;
    border-radius: 0.31vw;
    cursor: pointer;
    font-family: var(--font-ui);
    font-weight: var(--weight-semibold);
    letter-spacing: var(--tracking-normal);
    transition: all 0.3s ease;
    text-shadow: 0 0.05vw 0.1vw rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.13vw 0.31vw rgba(0, 0, 0, 0.1);
}

.profile-settings-submit-button:hover {
    background: var(--hover-color);
    transform: translateY(-0.05vw);
    box-shadow: 0 0.19vw 0.5vw rgba(0, 0, 0, 0.15);
}

/* Video Thumbnail Container Classes - converted from inline styles */
.video-thumbnail-container {
    width: 100%;
    max-width: 40vw; /* 640px converted to vw at standard resolution */
    height: 22.5vw; /* 360px converted to vw at standard resolution */
    background-size: cover;
    background-position: center;
    position: relative;
    cursor: pointer;
    border-radius: 0.8vw;
    overflow: hidden;
}

.video-thumbnail-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 3.75vw; /* 60px converted to vw */
    height: 3.75vw; /* 60px converted to vw */
}

/* Iframe styling for embedded videos - converted from inline styles */
.embedded-iframe-rounded {
    border-radius: 0.8vw;
}

/* Mobile responsive adjustments for converted inline styles */
@media (max-width: 768px) {
    .video-thumbnail-container {
        max-width: 90vw;
        height: 50.625vw; /* Maintain 16:9 aspect ratio */
    }
    
    .video-thumbnail-overlay {
        width: 8vw;
        height: 8vw;
    }
    
    .centered-container-padded {
        padding: 4vw;
    }
}

@media (max-width: 375px) {
    .video-thumbnail-container {
        max-width: 95vw;
        height: 53.4vw; /* Maintain 16:9 aspect ratio */
    }
    
    .video-thumbnail-overlay {
        width: 10vw;
        height: 10vw;
    }
    
    .centered-container-padded {
        padding: 5vw;
    }
}

/* Mobile responsive adjustments for Profile CSS Classes */
@media (max-width: 768px) {
    .profile-avatar-display {
        width: 12vw; /* Larger on mobile */
        height: 12vw;
    }
    
    .profile-system-settings-section {
        margin-top: 4vw;
        padding-top: 3vw;
        border-top: 0.2vw solid #e0e0e0;
    }
    
    .profile-settings-description {
        margin-bottom: 2vw;
        font-size: 3.5vw;
    }
    
    .profile-settings-category {
        margin-bottom: 3vw;
    }
    
    .profile-category-heading {
        margin-bottom: 1.5vw;
        border-bottom: 0.15vw solid #ddd;
        padding-bottom: 0.5vw;
        font-size: 4.5vw;
    }
    
    .profile-setting-item {
        margin-bottom: 2vw;
        padding: 1.5vw;
        border-radius: 0.5vw;
    }
    
    .profile-setting-label {
        margin-bottom: 0.5vw;
        font-size: 3.5vw;
    }
    
    .profile-setting-description {
        font-size: 3vw;
        margin: 0.5vw 0 1vw 0;
    }
    
    .profile-setting-input,
    .profile-setting-select {
        padding: 1vw;
        border-radius: 0.4vw;
        font-size: 3.5vw;
    }
    
    .profile-settings-submit-container {
        margin-top: 3vw;
    }
    
    .profile-settings-submit-button {
        padding: 1.5vw 3vw;
        font-size: 4vw;
        border-radius: 0.5vw;
    }
}

@media (max-width: 375px) {
    .profile-avatar-display {
        width: 15vw;
        height: 15vw;
    }
    
    .profile-settings-description {
        font-size: 4vw;
    }
    
    .profile-category-heading {
        font-size: 5vw;
    }
    
    .profile-setting-label {
        font-size: 4vw;
    }
    
    .profile-setting-description {
        font-size: 3.5vw;
    }
    
    .profile-setting-input,
    .profile-setting-select {
        font-size: 4vw;
        padding: 1.2vw;
    }
    
    .profile-settings-submit-button {
        font-size: 4.5vw;
        padding: 2vw 4vw;
    }
}

/* CORE LESSONS PAGE STYLING */
.core-lessons-container,
.supplemental-lessons-container {
    width: 95vw;
    max-width: none;
    margin: 0 auto;
    padding: 6.5vw 2.6vw 4vw 2.6vw;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.video-platform-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 1.04vw;
    padding: 3.9vw;
    margin-bottom: 3.9vw;
    color: white;
    text-align: center;
    box-shadow: 0 0.52vw 2.08vw rgba(0,0,0,0.15);
}

.supplemental-hero {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.video-platform-hero h1 {
    margin: 0 0 1.04vw 0;
    font-size: 2.6vw;
    font-weight: 700;
    text-shadow: 0 0.1vw 0.3vw rgba(0,0,0,0.3);
    color: #ffffff;
}

.video-platform-hero p {
    margin: 0;
    font-size: 1.1vw;
    opacity: 0.9;
    font-weight: 400;
    max-width: 52vw;
    margin: 0 auto;
}

.premium-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20.8vw, 1fr));
    gap: 2.08vw;
    width: 100%;
}

.premium-lesson-card {
    background: white;
    border-radius: 0.78vw;
    overflow: hidden;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    position: relative;
}

.lesson-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.lesson-thumbnail-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    background: #000;
    overflow: hidden;
}

.lesson-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.lesson-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.supplemental-placeholder {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

.lesson-placeholder svg {
    width: 3.9vw;
    height: 3.9vw;
    opacity: 0.7;
}

.play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3.9vw;
    height: 3.9vw;
    background: rgba(0,0,0,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.lesson-code-badge {
    position: absolute;
    top: 0.52vw;
    left: 0.52vw;
    background: rgba(0,0,0,0.8);
    color: white;
    padding: 0.26vw 0.52vw;
    border-radius: 0.26vw;
    font-size: 0.73vw;
    font-weight: 600;
}

.lesson-bonus-badge {
    position: absolute;
    top: 0.52vw;
    right: 0.52vw;
    color: white;
    padding: 0.26vw 0.52vw;
    border-radius: 0.26vw;
    font-size: 0.65vw;
    font-weight: 600;
}

.supplemental-badge {
    background: linear-gradient(135deg, #28a745, #20c997);
}

.lesson-details {
    padding: 1.56vw;
}

.lesson-title {
    margin: 0 0 0.52vw 0;
    font-size: 1.1vw;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
    height: 2.6vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lesson-description {
    margin: 0;
    font-size: 0.83vw;
    color: #666;
    line-height: 1.4;
    height: 2.08vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lesson-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.04vw;
    padding-top: 1.04vw;
    border-top: 0.05vw solid #f0f0f0;
}

.lesson-meta-text {
    font-size: 0.73vw;
    font-weight: 500;
}

.lesson-meta-text.core {
    color: #999;
}

.lesson-meta-text.watch {
    color: #007BFF;
    font-weight: 600;
}

.lesson-meta-actions {
    display: flex;
    align-items: center;
    gap: 0.26vw;
}

.empty-state {
    text-align: center;
    padding: 5.21vw;
    background: white;
    border-radius: 0.78vw;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
}

.empty-state svg {
    width: 5.21vw;
    height: 5.21vw;
    margin-bottom: 1.56vw;
    opacity: 0.5;
}

.empty-state-title {
    margin: 0 0 0.52vw 0;
    font-size: 1.25vw;
    color: #666;
}

.empty-state-text {
    margin: 0;
    font-size: 0.95vw;
    color: #999;
}

/* Show on desktop when scrolled */
.show-scroll-top #scrollToTop {
    display: flex;
}

/* Final inline style cleanup classes */
.btn-disabled-state {
    opacity: 0.5;
    cursor: not-allowed;
}

.inline-form {
    display: inline;
}

.inline-form-spaced {
    display: inline;
    margin-left: 0.625vw; /* 10px equivalent */
}

.inline-block-form {
    display: inline-block;
    margin: 0;
}

/* Force white text for btn-info buttons site-wide */
.btn-info,
.btn.btn-info,
button.btn-info {
    color: white !important;
    margin: 0.75vw 0 !important; /* Vertical margin above and below */
    padding: 0.5vw 1vw !important; /* Internal padding for better button size */
}

.btn-info:hover,
.btn.btn-info:hover,
button.btn-info:hover {
    color: white !important;
}

.btn-info:focus,
.btn.btn-info:focus,
button.btn-info:focus {
    color: white !important;
}

.btn-info:active,
.btn.btn-info:active,
button.btn-info:active {
    color: white !important;
}

/* Unlock Supplemental Content Section */
.unlock-supplemental {
    text-align: center;
    padding: 5.21vw;
    background: white;
    border-radius: 0.78vw;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
    border: 0.15vw dashed #28a745;
}

.unlock-supplemental-icon {
    margin-bottom: 2.08vw;
}

.unlock-supplemental-icon svg {
    width: 7.81vw;
    height: 7.81vw;
    opacity: 0.3;
}

.unlock-title {
    margin: 0 0 1.04vw 0;
    color: #28a745;
    font-weight: 700;
    font-size: 1.56vw;
}

.unlock-description {
    margin: 0 0 2.08vw 0;
    color: #666;
    max-width: 41.6vw;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size: 1.1vw;
}

.unlock-button {
    display: inline-flex;
    align-items: center;
    gap: 0.52vw;
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    padding: 1.04vw 2.08vw;
    border-radius: 0.52vw;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    transform: translateY(0);
    box-shadow: 0 0.26vw 0.78vw rgba(40,167,69,0.3);
    font-size: 0.95vw;
}

.unlock-button svg {
    width: 1.04vw;
    height: 1.04vw;
}

.unlock-button:hover {
    transform: translateY(-0.1vw);
    box-shadow: 0 0.4vw 1.2vw rgba(40,167,69,0.4);
    color: white;
}

/* Stripe Warning Banner */
.stripe-warning-banner {
    background: linear-gradient(135deg, #ffc107, #e0a100);
    color: #212529;
    padding: 0.78vw 1.56vw;
    text-align: center;
    position: relative;
    z-index: 999998;
    box-shadow: 0 0.13vw 0.26vw rgba(0,0,0,0.1);
}

.stripe-warning-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 95vw;
    margin: 0 auto;
}

.stripe-warning-message {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.52vw;
}

.stripe-warning-icon {
    font-size: 1.2em;
}

.stripe-connect-button {
    background: #212529;
    color: #ffc107;
    padding: 0.39vw 0.78vw;
    border-radius: 0.21vw;
    text-decoration: none;
    font-weight: bold;
    margin-left: 0.52vw;
}

.stripe-dismiss-button {
    background: none;
    border: none;
    color: #212529;
    font-size: 1.2em;
    cursor: pointer;
    padding: 0.26vw;
}

.stripe-warning-urgent {
    color: #dc3545;
    font-weight: bold;
    margin-left: 0.5vw;
}

/* Premium Lesson Card Hover Effects */
.premium-lesson-card:hover {
    transform: translateY(-0.26vw);
    box-shadow: 0 0.52vw 2.08vw rgba(0,0,0,0.15) !important;
}

.premium-lesson-card:hover .play-overlay {
    opacity: 1;
}

.premium-lesson-card:hover img {
    transform: scale(1.05);
}

.lesson-thumbnail-container::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30%;
    background: linear-gradient(transparent, rgba(0,0,0,0.3));
    pointer-events: none;
}

/* MY B-CODE PAGE STYLING - Converted from inline styles */

/* Dashboard Mode Controls */
.dashboard-mode-controls {
    margin-bottom: 0.94vw; /* 15px converted to vw */
}

.dashboard-default-indicator {
    margin-left: 0.63vw; /* 10px converted to vw */
    font-size: 0.75vw; /* 12px converted to vw */
    color: #666;
    font-family: var(--font-body);
    font-weight: var(--weight-normal);
}

/* Content Display Areas */
.dashboard-view-content {
    display: block;
}

.dashboard-edit-content {
    display: none;
}

.dashboard-content-textarea {
    width: 100%;
    min-height: 18.75vw; /* 300px converted to vw */
    font-family: var(--font-body);
    font-size: var(--text-base);
    border: 0.05vw solid var(--border-color);
    border-radius: 0.21vw;
    padding: 0.63vw 0.78vw;
    background-color: #fafafa;
    resize: vertical;
    transition: all 0.3s ease;
}

.dashboard-content-textarea:focus {
    border-color: var(--primary-color);
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 0 0 0.13vw rgba(0, 123, 255, 0.1);
}

/* Global Admin Section */
.dashboard-admin-separator {
    margin: 1.88vw 0; /* 30px converted to vw */
    border: none;
    height: 0.05vw;
    background-color: var(--border-color);
}

.dashboard-admin-description {
    font-size: 0.88vw; /* 14px converted to vw */
    color: #666;
    margin-bottom: 0.94vw; /* 15px converted to vw */
    font-family: var(--font-body);
    line-height: var(--leading-relaxed);
}

.dashboard-global-view-content {
    display: block;
    border: 0.05vw solid #ddd;
    padding: 0.94vw; /* 15px converted to vw */
    background: #f9f9f9;
    border-radius: 0.21vw;
    font-family: var(--font-body);
    line-height: var(--leading-relaxed);
}

.dashboard-global-edit-content {
    display: none;
}

/* Disclaimer Section */
.dashboard-disclaimer-container {
    border: 0.05vw solid #ccc;
    padding: 0.94vw; /* 15px converted to vw */
    margin-bottom: 1.25vw; /* 20px converted to vw */
    border-radius: 0.21vw;
    background-color: var(--light-color);
    box-shadow: 0 0.1vw 0.21vw rgba(0, 0, 0, 0.1);
}

.dashboard-disclaimer-error {
    color: #dc3545;
    font-weight: var(--weight-medium);
    font-family: var(--font-body);
    margin: 0.31vw 0;
}

/* Alert/Message Components */
.dashboard-success-alert {
    background: #d4edda;
    border: 0.05vw solid #c3e6cb;
    color: #155724;
    padding: 0.63vw; /* 10px converted to vw */
    margin-bottom: 0.94vw; /* 15px converted to vw */
    border-radius: 0.25vw; /* 4px converted to vw */
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
}

.dashboard-error-alert {
    background: #f8d7da;
    border: 0.05vw solid #f5c6cb;
    color: #721c24;
    padding: 0.63vw; /* 10px converted to vw */
    margin-bottom: 0.94vw; /* 15px converted to vw */
    border-radius: 0.25vw; /* 4px converted to vw */
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
}

.dashboard-redirect-message {
    color: #dc3545;
    font-weight: var(--weight-bold);
    font-family: var(--font-body);
    font-size: var(--text-base);
    margin: 0.52vw 0;
}

/* Mobile Responsive Adjustments for Dashboard */
@media (max-width: 768px) {
    .dashboard-mode-controls {
        margin-bottom: 2vw;
    }
    
    .dashboard-default-indicator {
        margin-left: 1.5vw;
        font-size: 3vw;
        display: block;
        margin-top: 1vw;
    }
    
    .dashboard-content-textarea {
        min-height: 40vw;
        font-size: 3.5vw;
        padding: 1.5vw;
        border-radius: 0.5vw;
    }
    
    .dashboard-admin-separator {
        margin: 4vw 0;
        height: 0.2vw;
    }
    
    .dashboard-admin-description {
        font-size: 3.5vw;
        margin-bottom: 2vw;
    }
    
    .dashboard-global-view-content {
        padding: 2vw;
        border-radius: 0.5vw;
        font-size: 3.5vw;
    }
    
    .dashboard-disclaimer-container {
        padding: 2vw;
        margin-bottom: 2.5vw;
        border-radius: 0.5vw;
        border-width: 0.15vw;
    }
    
    .dashboard-disclaimer-error {
        font-size: 3.5vw;
        margin: 0.8vw 0;
    }
    
    .dashboard-success-alert,
    .dashboard-error-alert {
        padding: 1.5vw;
        margin-bottom: 2vw;
        border-radius: 0.5vw;
        font-size: 3.5vw;
        border-width: 0.15vw;
    }
    
    .dashboard-redirect-message {
        font-size: 3.5vw;
        margin: 1vw 0;
    }
}

@media (max-width: 375px) {
    .dashboard-default-indicator {
        font-size: 3.5vw;
        margin-left: 2vw;
    }
    
    .dashboard-content-textarea {
        min-height: 45vw;
        font-size: 4vw;
        padding: 2vw;
    }
    
    .dashboard-admin-description {
        font-size: 4vw;
    }
    
    .dashboard-global-view-content {
        font-size: 4vw;
        padding: 2.5vw;
    }
    
    .dashboard-disclaimer-error {
        font-size: 4vw;
    }
    
    .dashboard-success-alert,
    .dashboard-error-alert {
        font-size: 4vw;
        padding: 2vw;
    }
    
    .dashboard-redirect-message {
        font-size: 4vw;
    }
}

/* AUTHENTICATION PAGES STYLING - Converted from inline styles */

/* Message styling for authentication forms */
.auth-success-message {
    color: #28a745;
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-medium);
    line-height: var(--leading-normal);
    margin: 0.63vw 0;
    padding: 0.52vw 0;
}

.auth-error-message {
    color: #dc3545;
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-medium);
    line-height: var(--leading-normal);
    margin: 0.63vw 0;
    padding: 0.52vw 0;
    text-align: center;
}

/* Link styling for authentication forms */
.auth-center-link {
    text-align: center;
    font-family: var(--font-body);
    font-size: var(--text-base);
    font-weight: var(--weight-normal);
    line-height: var(--leading-normal);
    margin: 0.52vw 0;
}

.auth-center-link a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.auth-center-link a:hover {
    color: var(--hover-color);
    text-decoration: underline;
}

/* Responsive adjustments for authentication forms */
@media (max-width: 768px) {
    .auth-success-message,
    .auth-error-message {
        font-size: 3.5vw;
        margin: 1.5vw 0;
        padding: 1vw 0;
    }
    
    .auth-center-link {
        font-size: 3.5vw;
        margin: 1.5vw 0;
    }
}

@media (max-width: 375px) {
    .auth-success-message,
    .auth-error-message {
        font-size: 4vw;
        margin: 2vw 0;
    }
    
    .auth-center-link {
        font-size: 4vw;
        margin: 2vw 0;
    }
}

/* ADMIN MANAGEMENT PAGES STYLING - Converted from inline styles */

/* Search and Filter Form Layouts */
.admin-search-form {
    display: flex;
    gap: 0.52vw;
    align-items: center;
    margin-bottom: 1.04vw;
}

.admin-search-input {
    flex: 1;
    margin-bottom: 0;
}

.admin-filter-form {
    display: flex;
    gap: 0.52vw;
    align-items: center;
    margin-bottom: 1.04vw;
}

.admin-filter-label {
    margin-bottom: 0;
    white-space: nowrap;
}

.admin-filter-select {
    margin-bottom: 0;
    min-width: 10.42vw;
}

/* Button Group Spacing */
.admin-button-group {
    margin-bottom: 1.04vw;
}

.admin-button-group-vertical {
    margin-top: 0.52vw;
}

/* Table Sort Links */
.admin-sort-link {
    color: inherit;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.26vw;
}

.admin-sort-link:hover {
    color: inherit;
    text-decoration: none;
}

.admin-sort-arrow {
    font-size: 0.65vw;
}

/* Status and Text Styling */
.admin-inactive-text {
    color: #6c757d;
    font-style: italic;
}

.admin-complimentary-status {
    color: green;
    font-weight: bold;
}

.admin-pagination-text {
    font-weight: 600;
    color: #333;
}

/* Form Field Spacing */
.admin-form-field-spacing {
    margin-bottom: 0.26vw;
}

.admin-form-input-no-margin {
    margin-bottom: 0;
}

/* Pagination Layout */
.admin-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
    margin-top: 1.56vw;
    padding: 1.04vw;
}

/* Modal and Search Results */
.admin-search-results {
    margin-top: 1.04vw;
}

/* Subscription Management Form Elements */
.subscription-reason-container {
    margin-bottom: 0.26vw;
}

.subscription-reason-label {
    display: block;
    font-size: 0.73vw;
    margin-bottom: 0.13vw;
}

.subscription-reason-input {
    margin-bottom: 0;
}

/* Mobile responsive adjustments for admin pages */
@media (max-width: 768px) {
    .admin-search-form,
    .admin-filter-form {
        flex-direction: column;
        gap: 1.5vw;
        margin-bottom: 2vw;
    }
    
    .admin-search-input {
        flex: none;
        margin-bottom: 1vw;
    }
    
    .admin-filter-label {
        margin-bottom: 1vw;
        white-space: normal;
        font-size: 3.5vw;
    }
    
    .admin-filter-select {
        margin-bottom: 1vw;
        min-width: 80vw;
        font-size: 3.5vw;
        padding: 1.5vw;
    }
    
    .admin-button-group {
        margin-bottom: 2vw;
    }
    
    .admin-button-group-vertical {
        margin-top: 1.5vw;
    }
    
    .admin-sort-link {
        gap: 0.5vw;
    }
    
    .admin-sort-arrow {
        font-size: 3vw;
    }
    
    .admin-pagination-container {
        flex-direction: column;
        gap: 2vw;
        margin-top: 3vw;
        padding: 2vw;
    }
    
    .admin-pagination-text {
        font-size: 3.5vw;
    }
    
    .admin-search-results {
        margin-top: 2vw;
    }
    
    .subscription-reason-label {
        font-size: 3vw;
        margin-bottom: 0.5vw;
    }
    
    .subscription-reason-container {
        margin-bottom: 1vw;
    }
}

@media (max-width: 375px) {
    .admin-filter-label {
        font-size: 4vw;
    }
    
    .admin-filter-select {
        min-width: 85vw;
        font-size: 4vw;
        padding: 2vw;
    }
    
    .admin-sort-arrow {
        font-size: 3.5vw;
    }
    
    .admin-pagination-text {
        font-size: 4vw;
    }
    
    .subscription-reason-label {
        font-size: 3.5vw;
        margin-bottom: 0.8vw;
    }
}

/* Commission Report Styles */

/* Container and Layout Classes */
.commission-report-container {
    width: 95vw;
    max-width: none;
    margin: 0 auto;
    padding: 6.5vw 2.6vw 4vw 2.6vw;
}

.commission-report-card {
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 0.78vw;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
    overflow: hidden;
}

.commission-report-content {
    padding: 2.08vw;
}

.commission-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.6vw;
    width: 100%;
}

/* Header Styles */
.commission-report-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2.08vw;
    color: white;
}

.commission-report-title {
    margin: 0;
    font-size: 1.8vw;
    font-weight: 700;
    color: white;
    text-shadow: 0 0.1vw 0.2vw rgba(0,0,0,0.3);
}

/* Alert and Notice Styles */
.commission-admin-alert {
    background: #fff3cd;
    padding: 2.08vw;
    border: 0.05vw solid #ffeeba;
    margin: 2.08vw;
    border-radius: 0.52vw;
}

.commission-admin-alert-heading {
    color: #856404;
    margin: 0 0 1.04vw 0;
    font-size: 1.25vw;
    font-weight: 600;
}

.commission-admin-alert-text {
    color: #856404;
    margin: 0;
    font-size: 0.95vw;
    line-height: 1.4;
}

/* Form Section Styles */
.commission-form-section {
    background: #f8f9fa;
    padding: 2.08vw;
    border-radius: 0.52vw;
    border: 0.05vw solid #e9ecef;
}

.commission-form-section-heading {
    margin: 0 0 1.56vw 0;
    color: #495057;
    font-size: 1.25vw;
    font-weight: 600;
}

.commission-form-full-width {
    width: 100%;
}

.commission-form-group {
    margin-bottom: 1.56vw;
}

.commission-form-label {
    display: block;
    margin-bottom: 0.52vw;
    font-weight: 500;
    color: #495057;
    font-size: 0.95vw;
}

.commission-form-input {
    width: 100%;
    padding: 0.78vw;
    border: 0.05vw solid #ced4da;
    border-radius: 0.26vw;
    font-size: 0.9vw;
    background: #fff;
}

.commission-form-select {
    width: 100%;
    padding: 0.78vw;
    border: 0.05vw solid #ced4da;
    border-radius: 0.26vw;
    font-size: 0.9vw;
    background: #fff;
}

.commission-form-submit {
    width: 100%;
    padding: 0.78vw 1.56vw;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 0.26vw;
    font-size: 0.9vw;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

/* Results and Info Box Styles */
.commission-info-box {
    background: #e7f3ff;
    padding: 1.56vw;
    border-radius: 0.52vw;
    margin-bottom: 2.6vw;
    border: 0.05vw solid #b3d9ff;
}

.commission-info-text {
    margin: 0;
    color: #0066cc;
    font-weight: 600;
    font-size: 1.05vw;
}

.commission-empty-state {
    text-align: center;
    padding: 3.9vw;
    background: #f8f9fa;
    border-radius: 0.52vw;
    border: 0.05vw solid #e9ecef;
}

.commission-empty-text {
    color: #6c757d;
    font-size: 1.1vw;
    margin: 0;
}

/* Table Styles */
.commission-table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 2.6vw;
    background: #fff;
    border-radius: 0.52vw;
    box-shadow: 0 0.1vw 0.3vw rgba(0,0,0,0.1);
}

.commission-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85vw;
}

.commission-table-head {
    background: #f8f9fa;
    border-bottom: 0.1vw solid #dee2e6;
}

.commission-table-header {
    padding: 1.04vw;
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-right: 0.05vw solid #dee2e6;
}

.commission-table-header-last {
    padding: 1.04vw;
    text-align: left;
    font-weight: 600;
    color: #495057;
}

.commission-table-row {
    border-bottom: 0.05vw solid #f1f3f4;
}

.commission-table-cell {
    padding: 1.04vw;
    border-right: 0.05vw solid #f1f3f4;
    color: #495057;
}

.commission-table-cell-mono {
    padding: 1.04vw;
    border-right: 0.05vw solid #f1f3f4;
    color: #495057;
    font-family: monospace;
}

.commission-table-cell-bold {
    padding: 1.04vw;
    border-right: 0.05vw solid #f1f3f4;
    color: #495057;
    font-weight: 500;
}

.commission-table-cell-success {
    padding: 1.04vw;
    color: #28a745;
    font-weight: 600;
}

.commission-table-footer {
    background: #f8f9fa;
    border-top: 0.1vw solid #dee2e6;
}

.commission-table-footer-cell {
    padding: 1.56vw;
    font-weight: 700;
    color: #495057;
    font-size: 1vw;
    border-right: 0.05vw solid #dee2e6;
}

.commission-table-footer-total {
    padding: 1.56vw;
    font-weight: 700;
    color: #28a745;
    font-size: 1.1vw;
}

/* Action Button Styles */
.commission-button-container {
    display: flex;
    gap: 1.56vw;
    justify-content: center;
    margin-top: 2.6vw;
}

.commission-btn-secondary {
    padding: 1.04vw 2.08vw;
    background: #6c757d;
    color: white;
    border: none;
    border-radius: 0.39vw;
    font-size: 0.95vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 10.4vw;
}

.commission-btn-primary {
    padding: 1.04vw 2.08vw;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 0.39vw;
    font-size: 0.95vw;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 10.4vw;
}

/* Enhanced hover effects for commission report buttons */
.commission-form-submit:hover {
    background: #0056b3;
}

.commission-btn-primary:hover {
    background: #0056b3;
    transform: translateY(-0.1vw);
    box-shadow: 0 0.3vw 0.8vw rgba(0,0,0,0.15);
}

.commission-btn-secondary:hover {
    background: #545b62;
    transform: translateY(-0.1vw);
    box-shadow: 0 0.3vw 0.8vw rgba(0,0,0,0.15);
}

.commission-form-input:focus,
.commission-form-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.15vw rgba(0,123,255,0.25);
}

.commission-table tr:hover {
    background: #f8f9fa;
}

/* Responsive Design for Commission Report */
@media (max-width: 768px) {
    .commission-form-grid {
        grid-template-columns: 1fr;
    }
    
    .commission-report-container {
        width: 98vw;
        padding: 1vw;
    }
    
    .commission-table {
        font-size: 0.75vw;
    }
    
    .commission-btn-primary,
    .commission-btn-secondary {
        min-width: 15vw;
        font-size: 0.8vw;
    }
    
    .commission-report-title {
        font-size: 2.5vw;
    }
    
    .commission-form-section-heading {
        font-size: 1.8vw;
    }
    
    .commission-admin-alert-heading {
        font-size: 1.8vw;
    }
    
    .commission-admin-alert-text {
        font-size: 1.2vw;
    }
    
    .commission-info-text {
        font-size: 1.3vw;
    }
    
    .commission-empty-text {
        font-size: 1.4vw;
    }
}

/* INFLUENCER AND LESSON MANAGEMENT STYLING - Converted from inline styles */

/* Search Form Layout Classes */
.search-form-horizontal {
    display: flex;
    gap: 0.52vw;
    align-items: center;
    margin-bottom: 1.04vw;
}

.search-input-flex {
    flex: 1;
    margin-bottom: 0;
}

/* Section Heading Classes */
.section-heading-influencer {
    color: #333;
    margin: 1.56vw 0 1.04vw 0;
}

/* Pagination Layout Classes */
.pagination-container-centered {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.04vw;
    margin: 1.56vw 0;
    padding: 1.04vw;
}

.pagination-text-bold {
    font-weight: 600;
    color: #333;
}

.pagination-link-styled {
    margin: 0 0.26vw;
    color: #007BFF;
    text-decoration: none;
}

.pagination-link-styled:hover {
    color: var(--hover-color);
    text-decoration: underline;
}

/* Action Section Classes */
.action-section-bordered {
    margin-top: 2.08vw;
    padding-top: 1.56vw;
    border-top: 0.05vw solid #e0e0e0;
    text-align: center;
}

.action-button-spaced {
    margin-left: 1.04vw;
}

/* Modal Layout Classes */
.modal-fixed-position {
    display: none;
    position: fixed;
    top: 10%;
    left: 10%;
    width: 80%;
    background: #fff;
    border: 0.05vw solid #ccc;
    padding: 1.25vw;
    z-index: 1000;
    border-radius: 0.42vw;
    box-shadow: 0 0.26vw 0.78vw rgba(0, 0, 0, 0.3);
}

.modal-details-position {
    display: none;
    position: fixed;
    top: 20%;
    left: 20%;
    width: 60%;
    background: #fff;
    border: 0.05vw solid #ccc;
    padding: 1.25vw;
    z-index: 1000;
    border-radius: 0.42vw;
    box-shadow: 0 0.26vw 0.78vw rgba(0, 0, 0, 0.3);
}

.modal-qr-position {
    display: none;
    position: fixed;
    top: 20%;
    left: 30%;
    width: 40%;
    background: #fff;
    border: 0.05vw solid #ccc;
    padding: 1.25vw;
    z-index: 1000;
    border-radius: 0.42vw;
    box-shadow: 0 0.26vw 0.78vw rgba(0, 0, 0, 0.3);
    text-align: center;
}

/* Lesson Form Layout Classes */
.lesson-content-field-hidden {
    display: none;
}

.lesson-content-field-visible {
    display: block;
}

.lesson-form-separator {
    margin: 1.25vw 0;
    border: none;
    height: 0.05vw;
    background-color: #e0e0e0;
}

.lesson-progress-container {
    display: none;
    margin-top: 1.04vw;
}

.lesson-progress-container.show {
    display: block;
}

/* Mobile responsive adjustments for new classes */
@media (max-width: 768px) {
    .search-form-horizontal {
        flex-direction: column;
        gap: 1.5vw;
        margin-bottom: 2vw;
    }
    
    .search-input-flex {
        flex: none;
        margin-bottom: 1vw;
    }
    
    .section-heading-influencer {
        font-size: 4vw;
        margin: 3vw 0 2vw 0;
    }
    
    .pagination-container-centered {
        flex-direction: column;
        gap: 2vw;
        margin: 3vw 0;
        padding: 2vw;
    }
    
    .pagination-text-bold {
        font-size: 3.5vw;
    }
    
    .pagination-link-styled {
        margin: 0 1vw;
        font-size: 3.5vw;
    }
    
    .action-section-bordered {
        margin-top: 4vw;
        padding-top: 3vw;
        border-top: 0.15vw solid #e0e0e0;
    }
    
    .action-button-spaced {
        margin-left: 0;
        margin-top: 2vw;
        display: block;
        width: 100%;
    }
    
    .modal-fixed-position,
    .modal-details-position,
    .modal-qr-position {
        top: 5%;
        left: 2.5%;
        width: 95%;
        padding: 2vw;
    }
    
    .lesson-form-separator {
        margin: 2.5vw 0;
        height: 0.1vw;
    }
}

@media (max-width: 375px) {
    .section-heading-influencer {
        font-size: 4.5vw;
        margin: 4vw 0 2.5vw 0;
    }
    
    .pagination-text-bold {
        font-size: 4vw;
    }
    
    .pagination-link-styled {
        margin: 0 1.5vw;
        font-size: 4vw;
    }
    
    .action-section-bordered {
        margin-top: 5vw;
        padding-top: 4vw;
    }
    
    .action-button-spaced {
        margin-top: 2.5vw;
    }
}

/* ========================================
   STRIPE CONNECT PAGE STYLES
   ======================================== */

/* Layout and Container Styles */
.stripe-center-text {
    text-align: center;
}

.stripe-content-padding {
    padding: 2.08vw;
}

.stripe-button-group {
    display: flex;
    gap: 1.04vw;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.stripe-two-column-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.08vw;
    margin-bottom: 2.08vw;
}

.stripe-left-aligned {
    text-align: left;
}

/* Alert and Status Message Styles */
.stripe-alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 1.04vw;
    margin-bottom: 1.56vw;
    border-radius: 0.26vw;
}

.stripe-alert-error {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 1.04vw;
    margin-bottom: 1.56vw;
    border-radius: 0.26vw;
}

.stripe-alert-warning {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
}

.stripe-alert-expired {
    margin-top: 1.56vw;
    padding: 1.04vw;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.26vw;
}

/* Card and Section Styles */
.stripe-connected-card {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
}

.stripe-info-section {
    background: #f8f9fa;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
}

.stripe-safety-section {
    background: #e7f3ff;
    border: 1px solid #b8daff;
    border-radius: 0.26vw;
    padding: 1.56vw;
}

/* Typography and Text Styles */
.stripe-emoji {
    margin-bottom: 1.56vw;
}

.stripe-heading-success {
    color: #155724;
    margin: 0 0 1.04vw 0;
}

.stripe-text-success {
    color: #155724;
    margin: 0;
}

.stripe-heading-warning {
    color: #856404;
    margin: 0 0 1.04vw 0;
}

.stripe-text-warning {
    color: #856404;
    margin: 0;
}

.stripe-heading-primary {
    color: #007BFF;
    margin: 0 0 1.04vw 0;
}

.stripe-heading-secondary {
    color: #333;
    margin: 0 0 1.56vw 0;
}

.stripe-heading-benefit {
    color: #28a745;
    margin: 0 0 0.78vw 0;
}

.stripe-heading-safety {
    color: #004085;
    margin: 0 0 0.78vw 0;
}

.stripe-text-primary {
    color: #333;
    margin: 0 0 1.04vw 0;
}

.stripe-text-secondary {
    color: #666;
    margin: 0 0 1.56vw 0;
}

.stripe-text-safety {
    color: #004085;
    margin: 0;
}

.stripe-text-danger {
    color: #721c24;
    margin: 0;
    font-weight: bold;
}

.stripe-code-style {
    background: #f8f9fa;
    padding: 0.26vw 0.52vw;
    border-radius: 0.21vw;
}

/* List Styles */
.stripe-list-styled {
    margin: 0;
    padding-left: 1.56vw;
    color: #333;
}

.stripe-list-item {
    margin-bottom: 0.52vw;
}

/* Button and Interactive Styles */
.stripe-connect-button {
    padding: 1.04vw 2.08vw;
}

.stripe-icon-spaced {
    margin-right: 0.52vw;
}

.stripe-section-spacing {
    margin-bottom: 2.08vw;
}

/* Mobile Responsive Adjustments */
@media (max-width: 768px) {
    .stripe-two-column-grid {
        grid-template-columns: 1fr;
        gap: 1.56vw;
    }
    
    .stripe-button-group {
        flex-direction: column;
        align-items: stretch;
    }
    
    .stripe-content-padding {
        padding: 1.56vw;
    }
    
    .stripe-connected-card,
    .stripe-info-section {
        padding: 1.56vw;
    }
    
    .stripe-alert-warning {
        padding: 1.56vw;
    }
}

@media (max-width: 480px) {
    .stripe-content-padding {
        padding: 1.04vw;
    }
    
    .stripe-connected-card,
    .stripe-info-section {
        padding: 1.04vw;
    }
    
    .stripe-alert-success,
    .stripe-alert-error {
        padding: 0.78vw;
    }
    
    .stripe-connect-button {
        padding: 0.78vw 1.56vw;
    }
    
    .stripe-two-column-grid {
        gap: 1.04vw;
    }
}

/* ============================================
   INFLUENCER MATERIALS PAGE STYLES
   ============================================ */

/* Main Container & Layout Styles */
.influencer-materials-container {
    width: 95vw;
    max-width: none;
    margin: 0 auto;
    padding: 6.5vw 2.6vw 4vw 2.6vw;
}

.influencer-materials-main-card {
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 0.78vw;
    box-shadow: 0 0.26vw 1.04vw rgba(0,0,0,0.1);
    overflow: hidden;
}

/* Header Styles */
.influencer-materials-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 2.08vw;
    color: white;
    border-bottom: 0.05vw solid #e0e0e0;
}

.influencer-materials-title {
    margin: 0;
    font-size: 1.8vw;
    font-weight: 700;
    color: white;
    text-shadow: 0 0.1vw 0.2vw rgba(0,0,0,0.3);
}

/* Content Areas */
.influencer-materials-content {
    padding: 2.08vw;
}

.influencer-materials-section-card {
    background: #f8f9fa;
    border-radius: 0.52vw;
    padding: 1.56vw;
    margin-bottom: 2.08vw;
    border: 0.05vw solid #e9ecef;
}

.influencer-materials-section-title {
    color: #495057;
    margin: 0 0 1.04vw 0;
    font-size: 1.25vw;
    font-weight: 600;
}

.influencer-materials-section-content {
    color: #495057;
    line-height: 1.6;
    font-size: 0.9vw;
}

/* Button Group & Navigation */
.influencer-materials-btn-group {
    display: flex;
    gap: 0.52vw;
    margin-bottom: 2.08vw;
    align-items: center;
}

.influencer-materials-btn-primary {
    padding: 0.78vw 1.56vw;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.influencer-materials-btn-secondary {
    padding: 0.78vw 1.56vw;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* View & Edit Mode Containers */
.influencer-materials-view-content {
    display: block;
}

.influencer-materials-edit-content {
    display: none;
}

/* Form Styles */
.influencer-materials-form {
    width: 100%;
}

.influencer-materials-form-group {
    margin-bottom: 2.08vw;
}

.influencer-materials-textarea {
    width: 100%;
    min-height: 10.42vw;
    padding: 0.78vw;
    border: 0.05vw solid #e0e0e0;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    background: white;
    box-sizing: border-box;
    resize: vertical;
}

/* Action Button Styles */
.influencer-materials-action-buttons {
    display: flex;
    gap: 0.52vw;
    margin-top: 2.08vw;
    padding-top: 1.56vw;
    border-top: 0.05vw solid #e0e0e0;
}

.influencer-materials-btn-success {
    padding: 0.78vw 1.56vw;
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    border: none;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.influencer-materials-btn-cancel {
    padding: 0.78vw 1.56vw;
    background: transparent;
    color: #007BFF;
    border: 0.05vw solid #007BFF;
    border-radius: 0.26vw;
    font-size: 0.83vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Enhanced Button States & Effects */
.influencer-materials-btn-primary.active {
    background: linear-gradient(135deg, #007BFF, #0056b3) !important;
    color: white !important;
    border: none !important;
    box-shadow: 0 0.13vw 0.52vw rgba(0,123,255,0.3);
}

.influencer-materials-btn-secondary:not(.active) {
    background: transparent !important;
    color: #007BFF !important;
    border: 0.05vw solid #007BFF !important;
}

.influencer-materials-btn-secondary:not(.active):hover {
    background: #007BFF !important;
    color: white !important;
}

.influencer-materials-btn-success:hover {
    transform: translateY(-0.05vw);
    box-shadow: 0 0.26vw 0.78vw rgba(40,167,69,0.4);
    background: linear-gradient(135deg, #218838, #1e7e34) !important;
}

.influencer-materials-btn-secondary:hover {
    transform: translateY(-0.05vw);
    box-shadow: 0 0.26vw 0.78vw rgba(0,123,255,0.2);
}

.influencer-materials-btn-primary:hover {
    transform: translateY(-0.05vw);
    box-shadow: 0 0.26vw 0.78vw rgba(0,123,255,0.4);
    background: linear-gradient(135deg, #0056b3, #004085) !important;
}

/* Textarea Focus States */
.influencer-materials-textarea:focus {
    outline: none;
    border-color: #007BFF !important;
    box-shadow: 0 0 0 0.16vw rgba(0,123,255,0.25);
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .influencer-materials-container {
        width: 98vw !important;
        padding: 1vw !important;
    }
    
    .influencer-materials-btn-group {
        flex-direction: column !important;
        gap: 0.26vw !important;
    }
    
    .influencer-materials-action-buttons {
        flex-direction: column !important;
        gap: 0.26vw !important;
    }
    
    .influencer-materials-btn-primary,
    .influencer-materials-btn-secondary,
    .influencer-materials-btn-success,
    .influencer-materials-btn-cancel {
        width: 100% !important;
        font-size: 0.8vw !important;
    }
    
    .influencer-materials-textarea {
        min-height: 15vw !important;
        font-size: 0.75vw !important;
    }
    
    .influencer-materials-title {
        font-size: 2.5vw !important;
    }
    
    .influencer-materials-section-title {
        font-size: 1.8vw !important;
    }
    
    .influencer-materials-section-content {
        font-size: 1.2vw !important;
    }
}

@media (max-width: 480px) {
    .influencer-materials-container {
        padding: 0.5vw !important;
    }
    
    .influencer-materials-content {
        padding: 1.56vw !important;
    }
    
    .influencer-materials-section-card {
        padding: 1.04vw !important;
        margin-bottom: 1.56vw !important;
    }
    
    .influencer-materials-title {
        font-size: 3vw !important;
    }
    
    .influencer-materials-section-title {
        font-size: 2.2vw !important;
    }
    
    .influencer-materials-section-content {
        font-size: 1.5vw !important;
    }
    
    .influencer-materials-textarea {
        min-height: 20vw !important;
        font-size: 1vw !important;
    }
}

/* ============================================
   INLINE STYLE CLEANUP - COMPREHENSIVE CLASSES
   ============================================ */

/* ===== MEDIA EMBED COMPONENTS ===== */
.media-error-message {
    color: red;
    font-style: italic;
}

.media-embed-container {
    margin: 1.25vw 0; /* 20px equivalent */
}

.media-video-container {
    margin: 1.25vw 0;
}

.media-video-element {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.media-image-container {
    margin: 1.25vw 0;
    text-align: center;
}

.media-image-element {
    max-width: 100%;
    height: auto;
    border-radius: 0.25vw; /* 4px equivalent */
    box-shadow: 0 0.125vw 0.5vw rgba(0,0,0,0.1); /* 0 2px 8px shadow */
}

.media-audio-container {
    margin: 1.25vw 0;
}

.media-audio-element {
    width: 100%;
    max-width: 31.25vw; /* 500px equivalent */
}

.media-caption {
    font-size: 0.875vw; /* 14px equivalent */
    color: #666;
    margin-top: 0.5vw; /* 8px equivalent */
}

.media-caption-centered {
    font-size: 0.875vw;
    color: #666;
    margin-top: 0.5vw;
    text-align: center;
}

.media-document-container {
    margin: 1.25vw 0;
    padding: 0.9375vw; /* 15px equivalent */
    border: 0.0625vw solid #ddd; /* 1px equivalent */
    border-radius: 0.5vw; /* 8px equivalent */
    background: #f9f9f9;
}

.media-document-layout {
    display: flex;
    align-items: center;
    gap: 0.75vw; /* 12px equivalent */
}

.media-document-icon {
    font-size: 2vw; /* 32px equivalent */
    color: #dc3545;
}

.media-file-icon {
    font-size: 2vw;
    color: #6c757d;
}

.media-info-flex {
    flex: 1;
}

.media-document-title {
    margin: 0 0 0.25vw 0; /* 0 0 4px 0 equivalent */
    font-size: 1vw; /* 16px equivalent */
}

.media-document-link {
    color: #007BFF;
    text-decoration: none;
}

.media-document-description {
    margin: 0 0 0.25vw 0;
    font-size: 0.875vw; /* 14px equivalent */
    color: #666;
}

.media-document-footer {
    margin: 0;
    font-size: 0.75vw; /* 12px equivalent */
    color: #999;
}

/* ===== LAYOUT CONTAINERS ===== */
.admin-container-wide {
    width: 95vw;
    max-width: none;
    margin: 0 auto;
    padding: 4.0625vw 1.625vw 2.5vw 1.625vw; /* 65px 26px 40px 26px equivalent */
}

.admin-card-wrapper {
    width: 100%;
    max-width: none;
    background: #fff;
    border-radius: 0.4875vw; /* 7.8px/16 = 0.4875 */
    box-shadow: 0 0.1625vw 0.65vw rgba(0,0,0,0.1); /* 0 2.6px 10.4px shadow */
    overflow: hidden;
}

.admin-card-header-gradient {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 1.3vw; /* 20.8px equivalent */
    color: white;
    border-bottom: 0.03125vw solid #e0e0e0; /* 0.5px equivalent */
}

.admin-card-title {
    margin: 0;
    font-size: 1.125vw; /* 18px equivalent */
    font-weight: 700;
    color: white;
    text-shadow: 0 0.0625vw 0.125vw rgba(0,0,0,0.3); /* 0 1px 2px shadow */
}

.admin-card-content {
    padding: 1.3vw;
}

.admin-section-container {
    background: #f8f9fa;
    padding: 0.975vw 1.625vw 0.65vw 1.625vw; /* 15.6px 26px 10.4px 26px equivalent */
    border-radius: 0.325vw; /* 5.2px equivalent */
    margin-bottom: 0.975vw;
}

.admin-upload-section {
    background: #f8f9fa;
    padding: 0.975vw; /* 15.6px equivalent */
    border-radius: 0.325vw;
    margin-bottom: 0.975vw;
}

.admin-search-section {
    background: #ffffff;
    padding: 0.975vw;
    border: 0.03125vw solid #ddd;
    border-radius: 0.325vw;
    margin-bottom: 0.975vw;
}

/* ===== TABLE COMPONENTS ===== */
.admin-table-container {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 1.625vw;
    background: #fff;
    border-radius: 0.325vw;
    box-shadow: 0 0.0625vw 0.1875vw rgba(0,0,0,0.1); /* 0 1px 3px shadow */
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.53125vw; /* 8.5px equivalent */
}

.admin-table-header {
    background: #f8f9fa;
    border-bottom: 0.0625vw solid #dee2e6; /* 1px equivalent */
}

.admin-table-header-cell {
    padding: 0.65vw; /* 10.4px equivalent */
    text-align: left;
    font-weight: 600;
    color: #495057;
    border-right: 0.03125vw solid #dee2e6; /* 0.5px equivalent */
}

.admin-table-row {
    border-bottom: 0.03125vw solid #f1f3f4;
}

.admin-table-cell {
    padding: 0.65vw;
    border-right: 0.03125vw solid #f1f3f4;
    color: #495057;
}

.admin-table-actions-cell {
    padding: 0.65vw;
    min-width: 6.5vw; /* 104.2px equivalent */
}

.admin-table-row:hover {
    background: #f8f9fa !important;
}

/* ===== FORM COMPONENTS ===== */
.admin-form-section {
    margin-bottom: 0.975vw;
}

.admin-form-textarea-large {
    min-height: 6.5vw; /* 104.2px equivalent */
}

.admin-form-textarea-content {
    min-height: 6.5vw;
    padding: 0.65vw;
    border: 0.03125vw solid #e0e0e0;
    border-radius: 0.1625vw; /* 2.6px equivalent */
    font-size: 0.52vw; /* 8.32px equivalent */
}

.admin-button-group-spaced {
    margin-bottom: 0.65vw;
}

.admin-form-hidden {
    display: none;
    margin-bottom: 0.975vw;
}

/* ===== SPACING UTILITIES ===== */
.margin-bottom-small {
    margin-bottom: 0.65vw;
}

.margin-bottom-medium {
    margin-bottom: 0.975vw;
}

.margin-bottom-large {
    margin-bottom: 1.625vw;
}

.margin-top-small {
    margin-top: 0.65vw;
}

.margin-top-medium {
    margin-top: 0.975vw;
}

.margin-top-large {
    margin-top: 1.625vw;
}

.padding-small {
    padding: 0.65vw;
}

.padding-medium {
    padding: 0.975vw;
}

.padding-large {
    padding: 1.625vw;
}

/* ===== STATUS MESSAGES ===== */
.admin-success-message {
    background: #d4edda;
    border: 0.0625vw solid #c3e6cb;
    color: #155724;
    padding: 0.9375vw; /* 15px equivalent */
    margin: 1.25vw 0; /* 20px equivalent */
    border-radius: 0.3125vw; /* 5px equivalent */
    font-size: 0.59375vw; /* 9.5px equivalent */
}

.admin-error-message {
    background: #f8d7da;
    border: 0.0625vw solid #f5c6cb;
    color: #721c24;
    padding: 0.9375vw;
    margin: 1.25vw 0;
    border-radius: 0.3125vw;
    font-size: 0.59375vw;
}

.admin-warning-message {
    background: #fff3cd;
    border: 0.0625vw solid #ffeaa7;
    color: #856404;
    padding: 0.9375vw;
    margin: 1.25vw 0;
    border-radius: 0.3125vw;
    font-size: 0.59375vw;
}

.admin-info-message {
    background: #d1ecf1;
    border: 0.0625vw solid #bee5eb;
    color: #0c5460;
    padding: 0.9375vw;
    margin: 1.25vw 0;
    border-radius: 0.3125vw;
    font-size: 0.59375vw;
}

/* ===== TYPOGRAPHY COMPONENTS ===== */
.admin-heading-section {
    color: #333;
    margin: 0 0 0.65vw 0;
    font-size: 0.78125vw; /* 12.5px equivalent */
}

.admin-text-muted {
    color: #6c757d;
    font-size: 0.45625vw; /* 7.3px equivalent */
}

.admin-text-center {
    text-align: center;
}

.admin-empty-state {
    text-align: center;
    padding: 2.4375vw; /* 39px equivalent */
    background: #f8f9fa;
    border-radius: 0.325vw;
    border: 0.03125vw solid #e9ecef;
}

.admin-empty-state-text {
    color: #6c757d;
    font-size: 0.6875vw; /* 11px equivalent */
    margin: 0;
}

/* ===== DISPLAY UTILITIES ===== */
.hidden-element {
    display: none;
}

.hidden-initially {
    display: none;
}

.show-block {
    display: block;
}

.show-flex {
    display: flex;
}

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

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

.flex-gap-small {
    gap: 0.325vw;
}

.flex-gap-medium {
    gap: 0.65vw;
}

.flex-gap-large {
    gap: 0.975vw;
}

/* ===== BUTTON COMPONENT ENHANCEMENTS ===== */
.admin-btn-group-horizontal {
    display: flex;
    gap: 0.1625vw; /* 2.6px equivalent */
    flex-wrap: wrap;
    align-items: center;
}

.admin-btn-success-gradient {
    padding: 0.325vw 0.65vw; /* 5.2px 10.4px equivalent */
    background: linear-gradient(135deg, #28a745, #218838);
    color: white;
    border: none;
    border-radius: 0.1625vw;
    font-size: 0.45625vw; /* 7.3px equivalent */
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 2.28125vw; /* 36.5px equivalent */
}

.admin-btn-danger-gradient {
    padding: 0.325vw 0.65vw;
    background: linear-gradient(135deg, #dc3545, #c82333);
    color: white;
    border: none;
    border-radius: 0.1625vw;
    font-size: 0.45625vw;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 2.28125vw;
}

.admin-btn-success-gradient:hover {
    transform: translateY(-0.03125vw); /* -0.5px equivalent */
    box-shadow: 0 0.1625vw 0.4875vw rgba(40,167,69,0.4); /* 0 2.6px 7.8px shadow */
    background: linear-gradient(135deg, #218838, #1e7e34) !important;
}

.admin-btn-danger-gradient:hover {
    transform: translateY(-0.03125vw);
    box-shadow: 0 0.1625vw 0.4875vw rgba(220,53,69,0.4);
    background: linear-gradient(135deg, #c82333, #a71e2a) !important;
}

/* ===== MODAL COMPONENTS ===== */
.admin-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.admin-modal-content {
    background: white;
    padding: 1.3vw; /* 20.8px equivalent */
    border-radius: 0.325vw;
    width: 90%;
    max-width: 20.1875vw; /* 323.0px equivalent */
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.admin-modal-close {
    position: absolute;
    top: 0.325vw;
    right: 0.4875vw; /* 7.8px equivalent */
    font-size: 0.975vw; /* 15.6px equivalent */
    cursor: pointer;
    color: #666;
    font-weight: bold;
}

/* ===== PAGINATION COMPONENTS ===== */
.admin-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.325vw;
    margin-top: 0.975vw;
    flex-wrap: wrap;
}

.admin-pagination-ellipsis {
    color: #666;
}

/* ===== MEDIA GRID ENHANCEMENTS ===== */
.admin-media-actions-container {
    margin-top: 0.975vw;
}

.admin-media-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.975vw;
    padding-bottom: 0.65vw;
    border-bottom: 0.03125vw solid #e0e0e0;
}

.admin-media-view-toggle {
    display: flex;
    gap: 0.325vw;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .admin-container-wide {
        width: 98vw !important;
        padding: 1vw !important;
    }
    
    .admin-table {
        font-size: 0.46875vw !important; /* 7.5px equivalent */
    }
    
    .admin-btn-group-horizontal {
        flex-direction: column !important;
        gap: 0.08125vw !important; /* 1.3px equivalent */
    }
    
    .admin-btn-success-gradient,
    .admin-btn-danger-gradient {
        min-width: 9.375vw !important; /* 150px equivalent */
        font-size: 0.5vw !important; /* 8px equivalent */
    }
    
    .admin-card-title {
        font-size: 1.5625vw !important; /* 25px equivalent */
    }
    
    .admin-heading-section {
        font-size: 1.125vw !important; /* 18px equivalent */
    }
    
    .admin-text-muted {
        font-size: 0.6875vw !important; /* 11px equivalent */
    }
    
    .admin-media-header-flex {
        flex-wrap: wrap;
        gap: 0.65vw;
    }
    
    .admin-media-view-toggle {
        width: 100%;
        justify-content: center;
    }
    
    .admin-modal-content {
        width: 95%;
        max-width: none;
        padding: 1.25vw; /* 20px equivalent */
    }
    
    .admin-pagination-container {
        flex-direction: column;
        gap: 0.65vw;
    }
}

@media (max-width: 480px) {
    .admin-card-title {
        font-size: 1.875vw !important; /* 30px equivalent */
    }
    
    .admin-heading-section {
        font-size: 1.375vw !important; /* 22px equivalent */
    }
    
    .admin-text-muted {
        font-size: 0.8125vw !important; /* 13px equivalent */
    }
    
    .admin-btn-success-gradient,
    .admin-btn-danger-gradient {
        font-size: 0.625vw !important; /* 10px equivalent */
        padding: 0.4875vw 0.975vw !important; /* 7.8px 15.6px equivalent */
    }
    
    .admin-modal-content {
        padding: 0.9375vw; /* 15px equivalent */
    }
    
    .admin-empty-state {
        padding: 1.875vw; /* 30px equivalent */
    }
    
    .admin-empty-state-text {
        font-size: 0.9375vw; /* 15px equivalent */
    }
}

/* ===== LEGACY COMPATIBILITY ===== */
.success-text {
    color: #28a745;
}

.error-text {
    color: #dc3545;
}

.warning-text {
    color: #fd7e14;
}

.info-text {
    color: #17a2b8;
}

.media-video-constrained {
    max-width: 37.5vw;
    width: 100%;
}

.media-audio-full {
    width: 100%;
    max-width: 37.5vw;
}

.status-message {
    padding: 0.625vw;
    margin: 0.625vw 0;
    border-radius: 0.25vw;
    font-weight: 500;
}

.status-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 0.063vw solid #c3e6cb;
}

.status-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 0.063vw solid #f5c6cb;
}

.status-message.warning {
    background-color: #fff3cd;
    color: #856404;
    border: 0.063vw solid #ffeaa7;
}

.status-message.info {
    background-color: #d1ecf1;
    color: #0c5460;
    border: 0.063vw solid #bee5eb;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .media-video-constrained,
    .media-audio-full {
        max-width: 90vw;
    }
    
    .complimentary-alert {
        padding: 2vw;
        margin: 2vw 0;
        border-radius: 1vw;
    }
    
    .complimentary-alert p {
        margin: 1vw 0;
    }
    
    .header-with-spacing {
        margin: 0 0 3vw 0;
    }
    
    .status-message {
        padding: 2vw;
        margin: 2vw 0;
        border-radius: 1vw;
    }
}

@media (max-width: 480px) {
    .media-video-constrained,
    .media-audio-full {
        max-width: 95vw;
    }
    
    .complimentary-alert {
        padding: 3vw;
        margin: 3vw 0;
        border-radius: 1.5vw;
    }
    
    .complimentary-alert h3 {
        font-size: 4vw;
    }
    
    .complimentary-alert p {
        margin: 2vw 0;
        font-size: 3.5vw;
    }
    
    .header-with-spacing {
        margin: 0 0 4vw 0;
    }
    
    .status-message {
        padding: 3vw;
        margin: 3vw 0;
        border-radius: 1.5vw;
        font-size: 3.5vw;
    }
}

/* ======================================
   EMAIL TEMPLATE STYLES
   ====================================== */

/* Email Container Styles */
.email-container-blue {
    font-family: Arial, sans-serif;
    max-width: 31.25vw; /* 600px equivalent */
    margin: 0 auto;
    background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
    border-radius: 0.42vw; /* 8px equivalent */
    overflow: hidden;
}

.email-container-green {
    font-family: Arial, sans-serif;
    max-width: 31.25vw;
    margin: 0 auto;
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
    border-radius: 0.42vw;
    overflow: hidden;
}

.email-container-gray {
    font-family: Arial, sans-serif;
    max-width: 31.25vw;
    margin: 0 auto;
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%);
    border-radius: 0.42vw;
    overflow: hidden;
}

/* Email Content Card */
.email-content-card {
    background: white;
    padding: 1.56vw; /* 30px equivalent */
    margin: 1.04vw; /* 20px equivalent */
    border-radius: 0.42vw;
    box-shadow: 0 0.21vw 0.63vw rgba(0,0,0,0.1); /* 0 4px 12px equivalent */
}

/* Email Headers */
.email-header-blue {
    color: #007BFF;
    margin-top: 0;
    text-align: center;
}

.email-header-green {
    color: #28a745;
    margin-top: 0;
    text-align: center;
}

.email-header-gray {
    color: #6c757d;
    margin-top: 0;
    text-align: center;
}

.email-section-header {
    margin-top: 0;
}

.email-section-header-dark {
    color: #333;
    margin-top: 0;
}

.email-section-header-blue {
    color: #007BFF;
    margin-top: 0;
}

.email-section-header-green {
    color: #28a745;
    margin-top: 0;
}

.email-section-header-white {
    margin-top: 0;
    color: white;
}

/* Email Info Sections */
.email-info-section {
    background: #f8f9fa;
    padding: 1.04vw; /* 20px equivalent */
    border-radius: 0.31vw; /* 6px equivalent */
    margin: 1.04vw 0;
}

.email-info-section-extended {
    background: #f8f9fa;
    padding: 1.30vw; /* 25px equivalent */
    border-radius: 0.31vw;
    margin: 1.30vw 0;
    border-left: 0.21vw solid #007BFF; /* 4px equivalent */
}

.email-success-section {
    background: #e8f5e8;
    padding: 1.04vw;
    border-radius: 0.31vw;
    margin: 1.04vw 0;
}

.email-success-section-extended {
    background: #f8f9fa;
    padding: 1.30vw;
    border-radius: 0.31vw;
    margin: 1.30vw 0;
    border-left: 0.21vw solid #28a745;
}

.email-neutral-section {
    background: #f8f9fa;
    padding: 1.30vw;
    border-radius: 0.31vw;
    margin: 1.30vw 0;
    border-left: 0.21vw solid #6c757d;
}

/* Email Action Sections */
.email-action-section {
    background: #007BFF;
    color: white;
    padding: 1.04vw;
    border-radius: 0.31vw;
    margin: 1.04vw 0;
    text-align: center;
}

.email-action-section-extended {
    background: #007BFF;
    color: white;
    padding: 1.04vw;
    border-radius: 0.31vw;
    margin: 1.30vw 0;
    text-align: center;
}

/* Email Status Badges */
.email-success-badge {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 0.78vw 1.56vw; /* 15px 30px equivalent */
    border-radius: 2.60vw; /* 50px equivalent */
    font-size: 0.94vw; /* 18px equivalent */
    font-weight: bold;
}

/* Email Code/Credential Blocks */
.email-credentials-block {
    background: white;
    padding: 0.78vw; /* 15px equivalent */
    border-radius: 0.21vw; /* 4px equivalent */
    font-family: monospace;
    border: 1px solid #dee2e6;
}

.email-warning-note {
    background: #fff3cd;
    padding: 0.78vw;
    border-radius: 0.21vw;
    margin-top: 0.78vw;
    border: 1px solid #ffeaa7;
}

/* Email Text Styles */
.email-text-large {
    font-size: 0.94vw; /* 18px equivalent */
    color: #333;
}

.email-text-normal {
    color: #666;
    line-height: 1.6;
}

.email-text-spaced {
    margin-bottom: 1.04vw;
}

.email-text-list {
    color: #666;
    line-height: 1.8;
    padding-left: 1.04vw;
}

.email-text-no-margin {
    margin: 0;
}

.email-text-small-margin {
    margin: 0.26vw 0; /* 5px equivalent */
}

.email-text-warning {
    color: #dc3545;
    font-size: 0.73vw; /* 14px equivalent */
    margin-top: 0.78vw;
}

.email-text-yellow {
    color: #856404;
    margin: 0;
    line-height: 1.6;
}

.email-text-center-spaced {
    text-align: center;
    margin: 1.56vw 0; /* 30px equivalent */
}

/* Email Action Buttons */
.email-btn {
    display: inline-block;
    background: #28a745;
    color: white;
    padding: 0.63vw 1.30vw; /* 12px 25px equivalent */
    text-decoration: none;
    border-radius: 0.21vw;
    font-weight: bold;
}

.email-link-white {
    color: #ffffff;
}

.email-link-blue {
    color: #007BFF;
}

/* ======================================
   SUBSCRIPTION PAGE STYLES
   ====================================== */

/* Page Container Styles */
.subscription-center-container {
    text-align: center;
}

.subscription-content-container {
    padding: 2.08vw;
    text-align: center;
}

.subscription-emoji-spacing {
    margin-bottom: 1.56vw;
}

/* Alert Box Styles */
.subscription-alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
}

.subscription-alert-warning {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
}

.subscription-alert-info {
    background: #e7f3ff;
    border: 1px solid #b8daff;
    border-radius: 0.52vw;
    padding: 1.56vw;
    margin: 2.08vw;
}

.subscription-section-neutral {
    background: #f8f9fa;
    border-radius: 0.52vw;
    padding: 2.08vw;
    margin-bottom: 2.08vw;
    text-align: left;
}

/* Alert Text Styles */
.subscription-alert-danger-text {
    color: #721c24;
    margin: 0 0 1.04vw 0;
}

.subscription-alert-danger-text-no-margin {
    color: #721c24;
    margin: 0;
}

.subscription-alert-warning-text {
    color: #856404;
    margin: 0 0 1.04vw 0;
}

.subscription-alert-warning-text-no-margin {
    color: #856404;
    margin: 0;
}

.subscription-alert-info-text {
    color: #004085;
    margin: 0 0 0.78vw 0;
}

.subscription-alert-info-text-no-margin {
    color: #004085;
    margin: 0;
}

.subscription-section-header-blue {
    color: #007BFF;
    margin: 0 0 1.04vw 0;
}

.subscription-section-header-neutral {
    color: #333;
    margin: 0 0 1.04vw 0;
}

/* List Styles */
.subscription-list {
    margin: 0;
    padding-left: 1.56vw;
    color: #333;
}

.subscription-list-item {
    margin-bottom: 0.52vw;
}

/* Button Group Styles */
.subscription-button-group {
    display: flex;
    gap: 1.04vw;
    justify-content: center;
    flex-wrap: wrap;
}

/* Link Styles */
.subscription-link-blue {
    color: #0056b3;
}

/* Responsive adjustments for email templates */
@media (max-width: 768px) {
    .email-container-blue,
    .email-container-green,
    .email-container-gray {
        max-width: 90vw;
        margin: 0 2vw;
    }
    
    .email-content-card {
        padding: 3vw;
        margin: 2vw;
    }
    
    .email-info-section,
    .email-success-section {
        padding: 2vw;
        margin: 2vw 0;
    }
    
    .email-info-section-extended,
    .email-success-section-extended,
    .email-neutral-section {
        padding: 2.5vw;
        margin: 2.5vw 0;
    }
    
    .email-action-section,
    .email-action-section-extended {
        padding: 2vw;
        margin: 2vw 0;
    }
    
    .email-success-badge {
        padding: 2vw 3vw;
        font-size: 3.5vw;
    }
    
    .email-text-large {
        font-size: 4vw;
    }
    
    .email-text-warning {
        font-size: 3vw;
    }
    
    .email-btn {
        padding: 2vw 3vw;
        font-size: 3.5vw;
    }
}

@media (max-width: 480px) {
    .email-container-blue,
    .email-container-green,
    .email-container-gray {
        max-width: 95vw;
        margin: 0 1vw;
    }
    
    .email-content-card {
        padding: 4vw;
        margin: 2vw;
    }
    
    .email-info-section,
    .email-success-section {
        padding: 3vw;
        margin: 3vw 0;
    }
    
    .email-info-section-extended,
    .email-success-section-extended,
    .email-neutral-section {
        padding: 3.5vw;
        margin: 3.5vw 0;
    }
    
    .email-action-section,
    .email-action-section-extended {
        padding: 3vw;
        margin: 3vw 0;
    }
    
    .email-success-badge {
        padding: 3vw 4vw;
        font-size: 4.5vw;
        border-radius: 5vw;
    }
    
    .email-text-large {
        font-size: 5vw;
    }
    
    .email-text-warning {
        font-size: 3.5vw;
    }
    
    .email-btn {
        padding: 3vw 4vw;
        font-size: 4vw;
    }
    
    .subscription-content-container {
        padding: 3vw;
    }
    
    .subscription-alert-danger,
    .subscription-alert-warning,
    .subscription-section-neutral {
        padding: 3vw;
        margin-bottom: 3vw;
        border-radius: 1vw;
    }
    
    .subscription-alert-info {
        padding: 2.5vw;
        margin: 3vw;
        border-radius: 1vw;
    }
    
    .subscription-button-group {
        gap: 2vw;
        flex-direction: column;
        align-items: center;
    }
    
    .subscription-list {
        padding-left: 3vw;
    }
    
    .subscription-list-item {
        margin-bottom: 1vw;
        font-size: 3.5vw;
    }
}

