/* GIJC 2025 Conference Plugin Styles */

/* Container Styles */
.sched-modern-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 0.5em;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    background-color: #ffffff;
}

.sched-header {
    text-align: left;
    margin-bottom: 1em;
    border-bottom: 1px solid #e5e7eb;
}

.sched-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1f2937;
    margin: 0;
    letter-spacing: -0.025em;
    line-height: 1.1;
}

.sched-sessions-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Date Section Styles */
.sched-date-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 0;
}

.sched-date-header {
    background: #0b3363;
    padding: 20px 30px;
    color: white;
    border-bottom: 1px solid #0b3363;
}

.sched-date-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 15px;
}

.day-name {
    font-weight: 700;
    color: #fff;
}

.date-info {
    font-weight: 400;
    opacity: 0.9;
    color: #fff;
}

.sched-day-sessions {
    padding: 20px;
}

/* Session Card Styles */
.sched-session-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    margin-bottom: 24px;
    overflow: hidden;
    transition: all 0.2s ease;
    position: relative;
}

.sched-session-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

.sched-session-meta {
    padding: 16px 24px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.session-time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    color: #0a0a0a;
}

.time-icon {
    font-size: 1.1rem;
}

.time-text {
    font-size: 0.95rem;
}

.session-type-badge {
    background: #6c757d;
    color: white;
    padding: 4px 12px;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.session-pinned {
    background: #ffd700;
    color: #333;
    padding: 4px 12px;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 600;
    margin-left: auto;
}

.sched-session-header {
    padding: 20px 15px 10px;
    border-left: 4px solid #6c757d;
    margin-left: 0;
}

.session-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

.sched-session-content {
    padding: 0 20px 20px 20px;
}

.session-venue {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #6c757d;
    font-weight: 500;
}

.venue-icon {
    font-size: 1rem;
}

.session-description {
    padding-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
    color: #0a0a0a;
}

.session-description p {
    margin-bottom: 10px;
}

/* Speakers Section */
.session-speakers {
    border-top: 1px solid #e8ecef;
    padding-top: 15px;
    margin-top: 15px;
}

.speakers-label {
    font-weight: 600;
    color: #0a0a0a;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.speakers-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.speaker-chip {
    background: #e9ecef;
    border-radius: 0;
    padding: 3px 14px 6px;
    transition: all 0.2s ease;
}

.speaker-chip:hover {
    background: #dee2e6;
    transform: translateY(-1px);
}

.speaker-chip a {
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.speaker-chip a:hover {
    color: #2c3e50;
}

/* Event Type Color Coding */
.sched-session-card[data-event-type="panel"] .sched-session-header { border-left-color: #2E7D8A; }
.sched-session-card[data-event-type="workshop"] .sched-session-header { border-left-color: #8A2E7D; }
.sched-session-card[data-event-type="keynote"] .sched-session-header { border-left-color: #D4A019; }
.sched-session-card[data-event-type="training"] .sched-session-header { border-left-color: #7D2E8A; }
.sched-session-card[data-event-type="networking"] .sched-session-header { border-left-color: #2E8A7D; }
.sched-session-card[data-event-type="presentation"] .sched-session-header { border-left-color: #8A7D2E; }
.sched-session-card[data-event-type="discussion"] .sched-session-header { border-left-color: #2E4D8A; }
.sched-session-card[data-event-type="interview"] .sched-session-header { border-left-color: #8A4D2E; }
.sched-session-card[data-event-type="masterclass"] .sched-session-header { border-left-color: #4D8A2E; }

/* No Sessions State */
.sched-no-sessions {
    text-align: center;
    padding: 60px 20px;
    color: #6c757d;
}

.no-sessions-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.sched-no-sessions h3 {
    font-size: 1.5rem;
    color: #0a0a0a;
    margin-bottom: 10px;
}

.sched-no-sessions p {
    font-size: 1rem;
    margin: 0;
}

/* Modern Pagination */
.sched-pagination-modern {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1em 0;
    gap: 10px;
}

.sched-pagination-modern a,
.sched-pagination-modern span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    color: #0a0a0a;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    min-width: 44px;
    height: 44px;
}

.sched-pagination-modern a:hover {
    background: #ff8f1f;
    border-color: #ff8f1f;
    color: #0b3363;
    transform: translateY(-1px);
}

.sched-pagination-modern .current {
    background: #0b3363;
    border-color: #0b3363;
    color: white;
}

/* Advanced Toggle Filter Styles */
.sched-filter-toggle-container {
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.sched-filter-toggle-btn {
    width: 100%;
    background: #f8f9fa;
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    font-weight: 600;
    color: #0b3363;
}

.sched-filter-toggle-btn:hover {
    background: #f3f4f6;
}

.sched-filter-toggle-btn.active {
    background: #e5e7eb;
    border-bottom: 1px solid #d1d5db;
}

.sched-filter-toggle-btn .filter-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sched-filter-toggle-btn .filter-icon {
    font-size: 1rem;
}

.sched-filter-toggle-btn .filter-text {
    font-weight: 600;
}

.sched-filter-toggle-btn .filter-badge {
    background: #0b3363;
    color: white;
    border-radius: 10px;
    padding: 2px 8px;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 18px;
    text-align: center;
}

.sched-filter-toggle-btn .toggle-arrow {
    transition: transform 0.2s ease;
    font-size: 0.8rem;
}

.sched-filter-toggle-btn.active .toggle-arrow {
    transform: rotate(180deg);
}

.sched-filter-panel {
    max-height: 0;
    overflow: hidden;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
}

.sched-filter-panel.open {
    max-height: 400px;
    padding: 20px;
}

.filter-panel-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    align-items: start;
}

.filter-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.filter-group-label {
    font-weight: 600;
    color: #0b3363;
    font-size: 0.9rem;
    margin: 0;
}

.filter-select {
    padding: 10px 12px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    background: white;
    color: #0b3363;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
    width: 100%;
    /* Removed appearance: none to restore native dropdown functionality */
    /* Removed custom dropdown arrow to let browser handle native styling */
}

.filter-select:focus {
    outline: none;
    border-color: #6b7280;
    box-shadow: 0 0 0 2px rgba(107, 114, 128, 0.2);
}

.filter-select:hover {
    border-color: #9ca3af;
}

.filter-select:disabled {
    background: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

.filter-note {
    color: #6b7280;
    font-size: 0.8rem;
    font-style: italic;
}

.filter-actions {
    grid-column: 1 / -1;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #e5e7eb;
}

.clear-filters-btn {
    background: #0b3363;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.clear-filters-btn:hover {
    background: #1f2937;
}

.clear-filters-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .filter-panel-content {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .sched-filter-toggle-btn {
        padding: 12px 15px;
        font-size: 0.9rem;
    }
    
    .sched-filter-panel.open {
        padding: 15px;
    }
}

.sched-filter-section {
    background: #f8f9fa;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 20px 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.sched-filter-section .filter-label {
    font-weight: 600;
    color: #0b3363;
    font-size: 0.95rem;
    margin: 0;
}

.sched-filter-section .event-type-filter {
    padding: 10px 15px;
    border: 1px solid #d1d5db;
    border-radius: 0;
    background: white;
    color: #0b3363;
    font-size: 0.95rem;
    min-width: 200px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.sched-filter-section .event-type-filter:focus {
    outline: none;
    border-color: #6b7280;
    box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.1);
}

.sched-filter-section .event-type-filter:hover {
    border-color: #9ca3af;
}

/* Legacy Styles (keeping for compatibility) */
.sched-sessions-wrapper {
    margin: 20px 0;
}

.sched-session-filter {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 0;
    border: 1px solid #e8ecef;
}

.sched-session-filter label {
    font-weight: 600;
    margin-right: 10px;
    color: #0a0a0a;
}

.sched-session-filter select {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 0;
    background: white;
    color: #0a0a0a;
}





/* Card Animations */
.sched-session-card {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.sched-session-card.animate-in {
    opacity: 1;
    transform: translateY(0);
}

.sched-session-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.card-ripple {
    position: absolute;
    border-radius: 50%;
    background: rgba(102, 126, 234, 0.2);
    transform: scale(0);
    animation: ripple 0.6s linear;
    pointer-events: none;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    margin-top: -50px;
}

@keyframes ripple {
    to {
        transform: scale(4);
        opacity: 0;
    }
}

/* Loading States */
.sched-sessions-grid.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.sched-sessions-grid.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #0b3363;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Mobile Truncated Descriptions */
.session-description.mobile-truncated {
    max-height: 60px;
    overflow: hidden;
    position: relative;
}

.session-description.mobile-truncated::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: linear-gradient(transparent, white);
}

/* Enhanced Hover Effects */
.speaker-chip {
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.speaker-chip::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: left 0.5s;
}

.speaker-chip:hover::before {
    left: 100%;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
}

/* Additional Animation Classes */
.fade-in {
    animation: fadeIn 0.5s ease-in;
}

.slide-up {
    animation: slideUp 0.4s ease-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Single Speaker Page Styles */
.sched-single-speaker-container {
    max-width: 1000px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.sched-speaker-navigation {
    margin-bottom: 1em;
}

.sched-back-btn {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    color: #0b3363;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    gap: 8px;
}

.sched-back-btn:hover {
    background: #0b3363;
    border-color: #0b3363;
    color: white;
}

.sched-speaker-header-single {
    display: flex;
    gap: 20px;
    margin-bottom: 1em;
    padding: 1em;
    background: white;
    border-radius: 0;
    border: 1px solid #e5e7eb;
}

.speaker-avatar-large {
    flex-shrink: 0;
}

.speaker-image-large {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #e5e7eb;
}

.speaker-avatar-placeholder {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #0b3363;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid #e5e7eb;
}

.avatar-initials {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.speaker-info-large {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
}

.speaker-back-link {
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 20px;
    background: #0073aa;
    color: white;
    text-decoration: none;
    border-radius: 0;
    transition: background 0.3s;
}

.speaker-name-large {
    font-family: 'EB Garamond', Georgia, "Times New Roman", serif;
    font-weight: 600;
    margin: 0;
    color: #0a0a0a;
    line-height: 1.1;
}

.speaker-title-large {
    font-size: 1.2rem;
    color: #6b7280;
    font-weight: 500;
    line-height: 1.4;
}

.speaker-company-large {
    font-size: 1.1rem;
    color: #0a0a0a;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.speaker-bio-section,
.speaker-sessions-section {
    background: white;
    border-radius: 0;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecef;
}

.speaker-contact-section {
    background: white;
    border-radius: 0;
    padding: 1em;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecef;
}

.speaker-bio-section h3,
.speaker-sessions-section h3,
.speaker-contact-section h3 {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0a0a0a;
    padding-bottom: 10px;
    border-bottom: 2px solid #e8ecef;
}

.speaker-bio-content {
    font-size: 1rem;
    line-height: 1.4;
    color: #0a0a0a;
}

.speaker-bio-content p {
    margin-bottom: 15px;
}

.speaker-sessions-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.speaker-session-card {
    background: #f8f9fa;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid #e8ecef;
    margin-bottom: 1em;
}

.speaker-session-card:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.session-card-header {
    padding: 20px;
    background: white;
    border-left: 4px solid #6c757d;
}

.session-card-title {
    margin: 0;
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    line-height: 1.3;
}

h4.session-card-title {
    margin-bottom: 0;
}

.session-card-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.session-type-small {
    background: #6c757d;
    color: white;
    padding: 4px 10px;
    border-radius: 0;
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.session-time-small,
.session-venue-small {
    color: #6c757d;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 0;
    padding-bottom: 0;
}

.session-card-description {
    padding: 20px;
    color: #0a0a0a;
    line-height: 1.4;
    border-top: 1px solid #e8ecef;
}

.session-card-description p {
    margin-bottom: 10px;
}

.speaker-contact-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #0b3363;
    color: white;
    text-decoration: none;
    border-radius: 0;
    font-weight: 500;
    transition: all 0.2s ease;
}

.contact-link:hover {
    background: #5a67d8;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    color: white;
}

.sched-speaker-not-found {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid #e8ecef;
}

.sched-speaker-not-found h3 {
    font-size: 1.5rem;
    color: #0a0a0a;
    margin-bottom: 10px;
}

.sched-speaker-not-found p {
    color: #6c757d;
    margin-bottom: 20px;
}

/* Responsive Design for Single Speaker */
@media (max-width: 768px) {
    .sched-single-speaker-container {
        padding: 15px;
    }
    
    .sched-speaker-header-single {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 20px;
        padding: 20px;
    }
    
    .speaker-image-large,
    .speaker-avatar-placeholder {
        width: 120px;
        height: 120px;
    }
    
    .avatar-initials {
        font-size: 2.5rem;
    }
    
    .speaker-name-large {
        font-size: 2rem;
    }
    
    .speaker-title-large {
        font-size: 1.1rem;
    }
    
    .speaker-bio-section,
    .speaker-sessions-section,
    .speaker-contact-section {
        padding: 20px;
    }
    
    .session-card-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .speaker-contact-links {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .speaker-image-large,
    .speaker-avatar-placeholder {
        width: 100px;
        height: 100px;
    }
    
    .avatar-initials {
        font-size: 2rem;
    }
    
    .speaker-name-large {
        font-size: 1.8rem;
    }
    
    .session-card-header {
        padding: 15px;
    }
    
    .session-card-description {
        padding: 15px;
    }
}

/* Modern Speaker Grid Styles */
.sched-speakers-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.sched-featured-section,
.sched-speakers-section {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    overflow: hidden;
}

.sched-featured-header,
.sched-speakers-header {
    background: #0b3363;
    padding: 24px 30px;
    color: white;
    border-bottom: 1px solid #4b5563;
}

.sched-section-title {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 12px;
    color: white;
}

h3.sched-section-title {
    padding-bottom: 0;
}

.featured-icon,
.speakers-icon {
    font-size: 1.2em;
}

.sched-featured-speakers,
.sched-all-speakers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 30px;
}

.sched-speaker-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    padding: 24px 20px;
    text-align: center;
    transition: all 0.2s ease;
    position: relative;
}

.sched-speaker-card:hover {
    border-color: #3b82f6;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.1);
}

.sched-speaker-card.featured {
    border: 1px solid #ff8f1f;
    background: #fffbeb;
    position: relative;
}

.speaker-card-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    position: relative;
}

.sched-regular-speakers-empty {
    padding: 30px;
}

.speaker-avatar-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.speaker-avatar-modern {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #e5e7eb;
    transition: all 0.2s ease;
}

.speaker-avatar-placeholder {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #0b3363;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.8rem;
    border: 3px solid #e5e7eb;
    transition: all 0.2s ease;
    margin-bottom: 16px;
}

.sched-speaker-card:hover .speaker-avatar-modern,
.sched-speaker-card:hover .speaker-avatar-placeholder {
    border-color: #3b82f6;
}

.speaker-featured-badge {
    background: #ff8f1f;
    color: white;
    padding: 0px 10px;
    border-radius: 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: absolute;
    top: 0;
    right: 0;
}

.speaker-name-modern {
    margin: 0 0 2px 0;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2;
    color: #1f2937;
}

.speaker-name-modern a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease;
}

.speaker-name-modern a:hover {
    color: #3b82f6;
}

.speaker-position {
    color: #6b7280;
    font-size: 0.95rem;
    font-weight: 500;
    margin: 0 0 2px 0;
    line-height: 1.2;
}

h2.speaker-name-modern,
h4.speaker-position {
    padding-bottom: 0;
}

.speaker-company {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #0a0a0a;
    font-size: 0.9rem;
    font-weight: 500;
    margin: 0;
    line-height: 1.2;
}

.company-icon {
    font-size: 0.8em;
    opacity: 0.7;
}

/* No speakers state */
.sched-no-speakers {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 0;
    border: 2px dashed #dee2e6;
}

.no-speakers-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.sched-no-speakers h3 {
    color: #6c757d;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.sched-no-speakers p {
    color: #868e96;
    font-size: 1rem;
    margin: 0;
}

/* Responsive adjustments for speakers */
@media (max-width: 1200px) {
    .sched-featured-speakers,
    .sched-all-speakers {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .sched-featured-speakers,
    .sched-all-speakers {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 20px;
    }
    
    .sched-speaker-card {
        padding: 20px 15px;
    }
    
    .speaker-avatar-modern,
    .speaker-avatar-placeholder {
        width: 70px;
        height: 70px;
        margin-bottom: 12px;
    }
    
    .speaker-avatar-placeholder {
        font-size: 1.5rem;
    }
    
    .speaker-name-modern {
        font-size: 1.2rem;
    }
    
    .speaker-position {
        font-size: 0.9rem;
    }
    
    .speaker-company {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .sched-featured-speakers,
    .sched-all-speakers {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 15px;
    }
    
    .sched-section-title {
        font-size: 1.4rem;
    }
    
    .sched-featured-header,
    .sched-speakers-header {
        padding: 15px 20px;
    }
    
    .speaker-avatar-modern,
    .speaker-avatar-placeholder {
        width: 60px;
        height: 60px;
        margin-bottom: 10px;
    }
    
    .speaker-avatar-placeholder {
        font-size: 1.3rem;
    }
    
    .speaker-name-modern {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .speaker-position {
        font-size: 0.85rem;
    }
    
    .speaker-company {
        font-size: 0.8rem;
    }
}