/**
 * Participant Detail Page Styles
 * 
 * Enhanced styles for single participant virtual pages
 * 
 * @package External_Participant_List
 * @since 1.0.0
 */


/* Participant Header */
.epl-participant-header {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
    align-items: flex-start;
}

.epl-participant-photo {
    flex-shrink: 0;
    position: relative;
}

.epl-participant-image {
    width: 200px;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: none;
    border: none;
    transition: transform 0.3s ease;
}

.epl-participant-image:hover {
    transform: scale(1.02);
}

.epl-participant-title-area {
    flex: 1;
    min-width: 0; /* Prevents flex item from overflowing */
}

.epl-participant-name {
    font-size: 2.8em;
    margin: 0 0 15px 0;
    font-weight: 700;
    color: #008080;
    line-height: 1.2;
    word-wrap: break-word;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.epl-participant-position {
    font-size: 1.4em;
    margin: 0 0 10px 0;
    color: #3498db;
    font-weight: 600;
    line-height: 1.3;
}

.epl-participant-organization {
    font-size: 1.1em;
    margin: 0 0 20px 0;
    color: #666;
    font-weight: normal;
    line-height: 1.4;
    font-style: italic;
}

/* Eradicate Hate section */
.epl-participant-eradicate-hate {
    margin: 20px 0;
    font-size: 1em;
    color: #333;
    line-height: 1.5;
}

.epl-participant-eradicate-hate strong {
    color: #333;
    font-weight: 600;
    margin-right: 8px;
}

/* At the Summit section */
.epl-participant-summit-section {
    margin-top: 40px;
}

.epl-summit-heading {
    font-size: 1.8em;
    color: #008080;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.epl-summit-video-placeholder {
    margin-top: 20px;
}

.epl-video-thumbnail {
    position: relative;
    background: #000;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.epl-video-thumbnail p {
    margin: 0;
    z-index: 2;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.epl-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(255, 0, 0, 0.8);
    border-radius: 50%;
    z-index: 1;
}

.epl-play-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-left: 15px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Content Sections */
.epl-participant-content {
    line-height: 1.7;
    margin-top: 30px;
}

.epl-participant-bio-content {
    font-size: 1em;
    color: #333;
    line-height: 1.6;
    margin-bottom: 30px;
}

.epl-participant-bio-content p {
    margin-bottom: 1em;
}

.epl-participant-bio,
.epl-participant-description {
    margin-bottom: 40px;
}

.epl-participant-bio h3,
.epl-participant-description h3,
.epl-participant-summits h3,
.epl-participant-types h3,
.epl-participant-speaker-types h3,
.epl-participant-leadership h3,
.epl-participant-working-groups h3 {
    font-size: 1.3em;
    margin: 0 0 20px 0;
    color: #2c3e50;
    font-weight: 600;
    border-bottom: 3px solid #3498db;
    padding-bottom: 8px;
    position: relative;
}

.epl-participant-bio h3::after,
.epl-participant-description h3::after,
.epl-participant-summits h3::after,
.epl-participant-types h3::after,
.epl-participant-speaker-types h3::after,
.epl-participant-leadership h3::after,
.epl-participant-working-groups h3::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #e74c3c;
}

.epl-participant-bio-content,
.epl-participant-description-content {
    font-size: 1.1em;
    color: #34495e;
    margin-bottom: 20px;
}

.epl-participant-bio-content p:last-child,
.epl-participant-description-content p:last-child {
    margin-bottom: 0;
}

/* Meta Information Card */
.epl-participant-meta {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid #dee2e6;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.epl-participant-meta > div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.epl-participant-meta > div:last-child {
    margin-bottom: 0;
}

.epl-participant-meta strong {
    min-width: 100px;
    color: #2c3e50;
    font-weight: 600;
    flex-shrink: 0;
}

.epl-participant-meta a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.epl-participant-meta a:hover {
    color: #2980b9;
    text-decoration: underline;
}

/* Tag Lists */
.epl-participant-summit-years,
.epl-participant-type-list,
.epl-speaker-type-list,
.epl-leadership-roles,
.epl-working-group-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
}

.epl-summit-year,
.epl-participant-type,
.epl-speaker-type,
.epl-leadership-role,
.epl-working-group {
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
    transition: all 0.3s ease;
    border: none;
    cursor: default;
}

.epl-summit-year:hover,
.epl-participant-type:hover,
.epl-speaker-type:hover,
.epl-leadership-role:hover,
.epl-working-group:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

/* Different colors for different tag types */
.epl-speaker-type {
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.epl-speaker-type:hover {
    box-shadow: 0 4px 12px rgba(231, 76, 60, 0.4);
}

.epl-leadership-role {
    background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
    box-shadow: 0 2px 8px rgba(243, 156, 18, 0.3);
}

.epl-leadership-role:hover {
    box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
}

.epl-working-group {
    background: linear-gradient(135deg, #9b59b6 0%, #8e44ad 100%);
    box-shadow: 0 2px 8px rgba(155, 89, 182, 0.3);
}

.epl-working-group:hover {
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.4);
}

.epl-summit-year {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
    box-shadow: 0 2px 8px rgba(46, 204, 113, 0.3);
}

.epl-summit-year:hover {
    box-shadow: 0 4px 12px rgba(46, 204, 113, 0.4);
}

/* Participant Videos Section (matching trailblaze-custom styling) */
.participant-videos {
    padding: 40px 0;
}

.participant-videos h3 {
    font-size: 1.8em;
    color: #008080;
    font-weight: 600;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.participant-videos .participant-videos-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0;
}

.participant-video {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.participant-video:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.participant-video-image {
    width: 100%;
    position: relative;
    background: #000;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.participant-video-image iframe,
.participant-video-image embed,
.participant-video-image object,
.participant-video-image video {
    width: 100%;
    height: 200px;
    border: none;
}

.participant-video-info {
    padding: 20px;
}

.participant-video-info h4 {
    margin: 0;
    font-size: 1.1em;
    color: #333;
    line-height: 1.4;
}

.participant-video-info h4 a {
    color: #008080;
    text-decoration: none;
    transition: color 0.3s ease;
}

.participant-video-info h4 a:hover {
    color: #006666;
    text-decoration: underline;
}

/* Section Containers */
.epl-participant-summits,
.epl-participant-types,
.epl-participant-speaker-types,
.epl-participant-leadership,
.epl-participant-working-groups {
    margin-bottom: 40px;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    border-left: 4px solid #3498db;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* Footer */
.epl-participant-footer {
    border-top: 2px solid #ecf0f1;
    padding-top: 30px;
    margin-top: 50px;
    text-align: center;
}

/* Breadcrumbs Enhanced */
.epl-breadcrumbs {
    margin-bottom: 30px;
    font-size: 0.9em;
    background: #f8f9fa;
    padding: 12px 20px;
    border-radius: 6px;
    border-left: 4px solid #3498db;
}

.epl-breadcrumb-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.epl-breadcrumb-item {
    margin-right: 8px;
    color: #6c757d;
}

.epl-breadcrumb-item a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.epl-breadcrumb-item a:hover {
    color: #2980b9;
    text-decoration: underline;
}

.epl-breadcrumb-current {
    font-weight: 600;
    color: #2c3e50;
}

.epl-breadcrumb-separator {
    color: #adb5bd;
    margin: 0 8px;
    font-weight: bold;
}

/* Back Link Enhanced */
.epl-participant-back-link {
    margin-top: 30px;
}

.epl-back-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
    color: white;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
}

.epl-back-button:hover {
    background: linear-gradient(135deg, #2980b9 0%, #21618c 100%);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
}

/* View Profile Link (for list pages) */
.epl-participant-actions {
    margin-top: 15px;
    text-align: center;
}

.epl-view-profile-link {
    display: inline-block;
    padding: 8px 16px;
    background: #3498db;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 500;
    transition: all 0.3s ease;
}

.epl-view-profile-link:hover {
    background: #2980b9;
    color: white;
    text-decoration: none;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 768px) {
    .epl-participant-detail {
        padding: 20px 15px;
        margin: 10px;
    }
    
    .epl-participant-header {
        flex-direction: column;
        text-align: center;
        gap: 25px;
    }
    
    .epl-participant-image {
        width: 180px;
        height: 200px;
        margin: 0 auto;
    }
    
    .epl-participant-name {
        font-size: 2.2em;
    }
    
    .epl-participant-organization {
        font-size: 1em;
    }
    
    .epl-participant-eradicate-hate {
        text-align: center;
        margin: 15px 0;
    }
    
    .epl-summit-heading {
        font-size: 1.6em;
        text-align: center;
    }
    
    .epl-video-thumbnail {
        height: 150px;
    }
    
    .epl-participant-meta {
        padding: 20px;
    }
    
    .epl-participant-meta > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .epl-participant-meta strong {
        min-width: auto;
    }
    
    .epl-participant-summit-years,
    .epl-participant-type-list,
    .epl-speaker-type-list,
    .epl-leadership-roles,
    .epl-working-group-list {
        justify-content: center;
        gap: 8px;
    }
    
    .epl-summit-year,
    .epl-participant-type,
    .epl-speaker-type,
    .epl-leadership-role,
    .epl-working-group {
        font-size: 0.8em;
        padding: 6px 12px;
    }
    
    .epl-breadcrumbs {
        padding: 10px 15px;
    }
    
    .epl-breadcrumb-list {
        justify-content: center;
    }
    
    /* Participant videos responsive */
    .participant-videos .participant-videos-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        max-width: 800px;
    }
    
    .participant-video-image {
        min-height: 180px;
    }
    
    .participant-video-info {
        padding: 15px;
    }
}

@media (max-width: 640px) {
    /* Mobile: Single column for videos */
    .participant-videos .participant-videos-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .epl-participant-name {
        font-size: 1.8em;
    }
    
    .epl-participant-position {
        font-size: 1.1em;
    }
    
    .epl-participant-meta {
        padding: 15px;
    }
    
    .epl-participant-summits,
    .epl-participant-types,
    .epl-participant-speaker-types,
    .epl-participant-leadership,
    .epl-participant-working-groups {
        padding: 20px 15px;
    }
    
    .epl-summit-year,
    .epl-participant-type,
    .epl-speaker-type,
    .epl-leadership-role,
    .epl-working-group {
        font-size: 0.75em;
        padding: 5px 10px;
    }
    
    .epl-back-button {
        padding: 10px 20px;
        font-size: 0.9em;
    }
}

/* Print Styles */
@media print {
    .epl-participant-detail {
        box-shadow: none;
        padding: 0;
        margin: 0;
    }
    
    .epl-breadcrumbs,
    .epl-participant-back-link {
        display: none;
    }
    
    .epl-participant-image {
        width: 150px;
        height: 150px;
        box-shadow: none;
    }
    
    .epl-summit-year,
    .epl-participant-type,
    .epl-speaker-type,
    .epl-leadership-role,
    .epl-working-group {
        background: #f0f0f0 !important;
        color: #333 !important;
        box-shadow: none;
    }
}

/* Accessibility Enhancements */
.epl-participant-detail *:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* High contrast mode support */
@media (prefers-contrast: high) {
    .epl-participant-detail {
        border: 2px solid #000;
    }
    
    .epl-participant-meta {
        background: #fff;
        border: 1px solid #000;
    }
    
    .epl-summit-year,
    .epl-participant-type,
    .epl-speaker-type,
    .epl-leadership-role,
    .epl-working-group {
        background: #000 !important;
        color: #fff !important;
        border: 1px solid #000;
    }
}

/* Reduced motion support */
@media (prefers-reduced-motion: reduce) {
    .epl-participant-image,
    .epl-back-button,
    .epl-view-profile-link,
    .epl-summit-year,
    .epl-participant-type,
    .epl-speaker-type,
    .epl-leadership-role,
    .epl-working-group {
        transition: none;
    }
    
    .epl-participant-image:hover,
    .epl-back-button:hover,
    .epl-summit-year:hover,
    .epl-participant-type:hover,
    .epl-speaker-type:hover,
    .epl-leadership-role:hover,
    .epl-working-group:hover {
        transform: none;
    }
}