.kurs-secim-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 8px;
}
.kurs-radio-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.kurs-radio-label input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #667eea;
}
.demo-panel-input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
}

    /* ================================================
       PANEL CSS - MERKEZİ STİLLER
       v1.0
       ================================================ */
    
    /* ================================================
       1. LAYOUT - Ana Sayfa Yapısı
       ================================================ */
    .unified-page-layout,
    .yorumcu-page-layout {
        display: flex;
        gap: 30px;
        max-width: 1200px;
        margin: 40px auto;
        padding: 0 20px;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    }
    
    .unified-main-content,
    .yorumcu-main-content {
        flex: 1;
        min-width: 0;
    }
    
    /* ================================================
       2. SIDEBAR - Yan Menü
       ================================================ */
    .unified-sidebar,
    .yorumcu-sidebar {
        width: 260px;
        flex-shrink: 0;
        position: sticky;
        top: 100px;
        align-self: flex-start;
    }
    
    /* Kullanıcı Bilgisi */
    .sidebar-user {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 20px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        margin-bottom: 16px;
    }
    
    .user-avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .user-info {
        display: flex;
        flex-direction: column;
    }
    
    .user-greeting {
        font-size: 12px;
        color: #999;
    }
    
    .user-name {
        font-size: 16px;
        font-weight: 600;
        color: #1a1a2e;
    }
    
    /* Navigation */
    .sidebar-nav {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        padding: 8px 0;
        overflow: hidden;
    }
    
    .nav-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 14px 20px;
        color: #444;
        text-decoration: none;
        font-size: 14px;
        transition: all 0.2s;
        border-left: 3px solid transparent;
    }
    
    .nav-item:hover {
        background: #f8f9fa;
        color: #667eea;
    }
    
    .nav-item .sl-icon {
        opacity: 0.5;
    }
    
    .nav-item:hover .sl-icon {
        opacity: 0.8;
    }
    
    .nav-item.active {
        background: linear-gradient(135deg, #f0f1ff, #e8e6ff);
        border-left-color: #667eea;
        color: #667eea;
        font-weight: 600;
    }
    
    .nav-item.active .sl-icon {
        opacity: 1;
    }
    
    .nav-badge {
        margin-left: auto;
        background: #ef4444;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        padding: 2px 8px;
        border-radius: 10px;
    }

.nav-badge.cart-badge {
    background: linear-gradient(135deg, #00b4d8, #0096c7);
}
    
    .nav-divider {
        height: 1px;
        background: #eee;
        margin: 8px 16px;
    }
    
    /* Paylaş & Tanıt - Özel Stil */
    .nav-highlight {
        background: linear-gradient(135deg, #f093fb, #f5576c) !important;
        color: #fff !important;
        border-radius: 10px;
        margin: 8px 12px;
        border-left: none !important;
    }
    
    .nav-highlight .sl-icon {
        opacity: 1 !important;
    }
    
    .nav-highlight:hover {
        transform: translateX(3px);
        color: #fff !important;
        background: linear-gradient(135deg, #f5576c, #f093fb) !important;
    }
    
    .nav-highlight.active {
        background: linear-gradient(135deg, #f5576c, #f093fb) !important;
    }
    
    /* Yorumcu Ol CTA */
    .nav-cta {
        display: flex;
        align-items: center;
        gap: 12px;
        margin: 12px;
        padding: 16px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff !important;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.2s;
        box-shadow: 0 4px 15px rgba(102,126,234,0.3);
    }
    
    .nav-cta:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102,126,234,0.4);
        color: #fff;
    }
    
    .nav-cta div {
        flex: 1;
    }
    
    .nav-cta span {
        display: block;
        font-size: 14px;
        font-weight: 600;
    }
    
    .nav-cta small {
        display: block;
        font-size: 11px;
        opacity: 0.85;
        margin-top: 2px;
    }
    
    /* Çıkış */
    .nav-logout {
        color: #999;
    }
    
    .nav-logout:hover {
        color: #ef4444;
        background: #fef2f2;
    }
    
    /* Eski sidebar stillerini gizle */
    .sidebar-top-section,
    .sidebar-back-btn,
    .sidebar-cta-button,
    .sidebar-menu {
        display: none !important;
    }
    
    /* ================================================
       3. PANEL WRAPPER - Ana Kart Yapısı
       ================================================ */
    .demo-panel-wrapper,
    .yp-wrapper,
    .reviews-wrapper,
    .reviewer-account-wrapper {
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
        overflow: hidden;
    }
    
    /* ================================================
       4. HEADER - Panel Başlıkları
       ================================================ */
    .demo-panel-header,
    .yp-header,
    .reviews-header,
    .reviewer-account-header {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 28px 32px;
        color: #fff;
    }
    
    .demo-panel-header {
        background: linear-gradient(135deg, #00b4d8, #0096c7);
    }
    
    .yp-header {
        background: linear-gradient(135deg, #667eea, #764ba2);
    }
    
    .reviews-header {
        background: linear-gradient(135deg, #00b4d8, #0096c7);
    }
    
    .reviewer-account-header {
        background: linear-gradient(135deg, #667eea, #764ba2);
    }
    
    .demo-panel-header h1,
    .yp-header h1,
    .reviews-header h1,
    .reviewer-account-header h1 {
        margin: 0 0 4px;
        font-size: 22px;
        color: #fff !important;
    }
    
    .demo-panel-header p,
    .yp-header p,
    .reviews-header p {
        margin: 0;
        opacity: 0.9;
        font-size: 14px;
        color: #fff !important;
    }
    
    .reviews-header-icon .sl-icon,
    .yp-header-icon .sl-icon {
        stroke: #fff;
    }
    
    /* ================================================
       5. CONTENT - İçerik Alanı
       ================================================ */
    .demo-panel-content,
    .yp-content,
    .reviews-content,
    .reviewer-account-content {
        padding: 28px;
    }
    
    /* ================================================
       6. MESSAGE - Bildirim Mesajları
       ================================================ */
    .yp-message,
    .account-message {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 18px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 14px;
    }
    
    .yp-message.success,
    .account-message.success {
        background: #d4edda;
        color: #155724;
        border-left: 4px solid #28a745;
    }
    
    .yp-message.error,
    .account-message.error {
        background: #f8d7da;
        color: #721c24;
        border-left: 4px solid #dc3545;
    }
    
    .yp-message.info {
        background: #cce5ff;
        color: #004085;
        border-left: 4px solid #007bff;
    }
    
    /* ================================================
       7. SECTION - Bölümler
       ================================================ */
    .yp-section {
        margin-bottom: 28px;
    }
    
    .yp-section-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin: 0 0 14px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    
    .yp-count {
        background: #667eea;
        color: #fff;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 10px;
    }
    
    .yp-count-orange {
        background: #f59e0b !important;
    }
    
    /* ================================================
       8. CARDS - Kart Stilleri
       ================================================ */
    
    /* Request Card */
    .yp-request-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .yp-request-card {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px 20px;
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.2s;
    }
    
    .yp-request-card:hover {
        border-color: #667eea;
        background: #fff;
    }
    
    .yp-request-card.pending {
        border-left: 4px solid #ffc107;
    }
    
    .yp-request-card.active {
        border-left: 4px solid #007bff;
    }
    
    .yp-request-card.completed {
        border-left: 4px solid #28a745;
    }
    
    .yp-request-card.rejected {
        border-left: 4px solid #dc3545;
        opacity: 0.7;
    }
    
    .yp-request-card.rejected:hover {
        opacity: 1;
    }
    
    .yp-request-info {
        flex: 1;
    }
    
    .yp-request-order {
        font-weight: 700;
        color: #333;
        margin-right: 10px;
    }
    
    .yp-request-customer {
        color: #666;
        font-size: 14px;
    }
    
    .yp-request-meta {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    /* Review Card */
    .reviews-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .review-card {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 12px;
        overflow: hidden;
        transition: all 0.2s;
    }
    
    .review-card:hover {
        border-color: #00b4d8;
        box-shadow: 0 4px 12px rgba(0,180,216,0.1);
    }
    
    .review-card-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 20px;
        background: #fff;
        border-bottom: 1px solid #e9ecef;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .review-order-info {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .order-number {
        font-weight: 700;
        color: #333;
        font-size: 15px;
    }
    
    .review-card-body {
        padding: 18px 20px;
    }
    
    .review-meta {
        display: flex;
        gap: 20px;
        margin-bottom: 12px;
        flex-wrap: wrap;
    }
    
    .meta-item {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: #666;
    }
    
    .meta-item .sl-icon {
        opacity: 0.5;
    }
    
    .review-note {
        background: #fff;
        padding: 12px;
        border-radius: 8px;
        margin-top: 8px;
    }
    
    .note-label {
        font-size: 11px;
        color: #999;
        font-weight: 600;
        display: block;
        margin-bottom: 4px;
    }
    
    .review-note p {
        margin: 0;
        font-size: 13px;
        color: #555;
        line-height: 1.5;
    }
    
    .review-card-footer {
        padding: 14px 20px;
        background: #fff;
        border-top: 1px solid #e9ecef;
    }
    
    /* ================================================
       9. BADGES - Etiketler
       ================================================ */
    .yp-type-badge,
    .review-type-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .yp-type-badge.small,
    .review-type-badge.small {
        padding: 3px 8px;
        font-size: 11px;
    }
    
    .yp-type-badge.yazili,
    .review-type-badge.yazili {
        background: #9c27b0;
        color: #fff;
    }
    
    .yp-type-badge.yazili .sl-icon,
    .review-type-badge.yazili .sl-icon {
        stroke: #fff;
    }
    
    .yp-type-badge.sesli,
    .review-type-badge.sesli {
        background: #00b4d8;
        color: #fff;
    }
    
    .yp-type-badge.sesli .sl-icon,
    .review-type-badge.sesli .sl-icon {
        stroke: #fff;
    }
    
    .review-status {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
    }
    
    .badge-reviewer {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: rgba(255,255,255,0.2);
        padding: 4px 10px;
        border-radius: 16px;
        font-size: 12px;
        margin-bottom: 6px;
    }
    
    .badge-reviewer .sl-icon {
        stroke: #fff;
    }
    
    /* ================================================
       10. BUTTONS - Butonlar
       ================================================ */
    .yp-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        transition: all 0.2s;
        text-decoration: none;
    }
    
    .yp-btn-success {
        background: #28a745;
        color: #fff;
    }
    
    .yp-btn-success:hover {
        background: #218838;
        color: #fff;
    }
    
    .yp-btn-danger {
        background: #dc3545;
        color: #fff;
    }
    
    .yp-btn-danger:hover {
        background: #c82333;
        color: #fff;
    }
    
    .yp-btn-primary {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
    }
    
    .yp-btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102,126,234,0.3);
        color: #fff;
    }
    
    .yp-btn-primary:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        transform: none;
    }
    
    .yp-btn-outline {
        background: #fff;
        color: #667eea;
        border: 2px solid #667eea;
    }
    
    .yp-btn-outline:hover {
        background: #667eea;
        color: #fff;
    }
    
    .yp-btn-record {
        background: #dc3545;
        color: #fff;
    }
    
    .yp-btn-stop {
        background: #6c757d;
        color: #fff;
    }
    
    .yp-btn-small {
        padding: 10px 18px;
        font-size: 13px;
    }
    
    .btn-primary {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #00b4d8, #0096c7);
        color: #fff;
        padding: 14px 28px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        transition: all 0.2s;
    }
    
    .btn-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,180,216,0.3);
        color: #fff;
    }
    
    .btn-view-review {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #00b4d8;
        font-weight: 600;
        text-decoration: none;
        font-size: 13px;
        transition: color 0.2s;
    }
    
    .btn-view-review:hover {
        color: #0096c7;
    }
    
    .btn-share-review {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff !important;
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s;
    }
    
    .btn-share-review:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102,126,234,0.3);
        color: #fff;
    }
    
    .quick-link {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        padding: 12px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        transition: transform 0.2s;
    }
    
    .quick-link:hover {
        transform: translateY(-2px);
        color: #fff;
    }
    
    .quick-link .sl-icon {
        stroke: #fff;
    }
    
    /* ================================================
       11. FORMS - Form Elemanları
       ================================================ */
    .yp-textarea,
    .yp-qa-textarea,
    .yp-answer-textarea {
        width: 100%;
        min-height: 200px;
        padding: 16px;
        border: 2px solid #e9ecef;
        border-radius: 10px;
        font-size: 15px;
        line-height: 1.6;
        resize: vertical;
        margin-bottom: 16px;
        box-sizing: border-box;
        transition: border-color 0.2s;
    }
    
    .yp-textarea:focus,
    .yp-qa-textarea:focus,
    .yp-answer-textarea:focus {
        outline: none;
        border-color: #667eea;
    }
    
    .yp-qa-textarea {
        min-height: 100px;
    }
    
    .yp-answer-textarea {
        min-height: 80px;
    }
    
    .form-group {
        margin-bottom: 18px;
    }
    
    .form-group label {
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
        color: #333;
        font-size: 13px;
    }
    
    .form-group input[type="text"],
    .form-group input[type="email"],
    .form-group input[type="tel"],
    .form-group input[type="url"],
    .form-group select,
    .form-group textarea {
        width: 100%;
        padding: 11px 14px;
        border: 2px solid #e9ecef;
        border-radius: 8px;
        font-size: 14px;
        box-sizing: border-box;
        transition: border-color 0.2s;
    }
    
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
        outline: none;
        border-color: #667eea;
    }
    
    .form-group input:disabled {
        background: #e9ecef;
        cursor: not-allowed;
    }
    
    .form-group .hint {
        display: block;
        font-size: 11px;
        color: #999;
        margin-top: 4px;
    }
    
    .form-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    /* ================================================
       12. DEMO PANEL - Müşteri Panel Özel
       ================================================ */
    .demo-panel-message {
        background: linear-gradient(135deg, #e3f9fd, #d4f4fa);
        border-radius: 12px;
        padding: 20px 24px;
        margin-bottom: 32px;
        border-left: 4px solid #00b4d8;
    }
    
    .demo-panel-message p {
        margin: 0;
        font-size: 15px;
        line-height: 1.7;
        color: #1a5f6f;
    }
    
    .demo-panel-form-group {
        margin-bottom: 28px;
    }
    
    .demo-panel-label {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #212529;
        margin-bottom: 12px;
    }
    
    .demo-panel-upload-zone {
        border: 2px dashed #dee2e6;
        border-radius: 12px;
        padding: 40px 20px;
        text-align: center;
        background: #fafbfc;
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .demo-panel-upload-zone:hover {
        border-color: #00b4d8;
        background: #e3f9fd;
    }
    
    .demo-panel-upload-icon {
        width: 64px;
        height: 64px;
        background: linear-gradient(135deg, #00b4d8, #0096c7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 16px;
    }
    
    .demo-panel-upload-icon .sl-icon {
        stroke: #fff;
    }
    
    .demo-panel-upload-text {
        margin: 0 0 4px;
        font-size: 16px;
        color: #495057;
    }
    
    .demo-panel-upload-text span {
        color: #00b4d8;
        font-weight: 600;
    }
    
    .demo-panel-upload-hint {
        margin: 0;
        font-size: 13px;
        color: #6c757d;
    }
    
    .demo-panel-textarea {
        width: 100%;
        min-height: 120px;
        padding: 16px;
        border-radius: 12px;
        border: 1px solid #dee2e6;
        font-size: 15px;
        line-height: 1.6;
        resize: vertical;
        box-sizing: border-box;
        transition: all 0.2s;
    }
    
    .demo-panel-textarea:focus {
        outline: none;
        border-color: #00b4d8;
        box-shadow: 0 0 0 3px rgba(0,180,216,0.1);
    }
    
    .demo-panel-textarea.small {
        min-height: 80px;
    }
    
    .demo-panel-submit {
        width: 100%;
        padding: 18px 32px;
        background: linear-gradient(135deg, #ff6b6b, #ee5a5a);
        color: #fff;
        border: none;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-top: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        transition: all 0.2s;
    }
    
    .demo-panel-submit:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(238,90,90,0.35);
    }
    
    .demo-panel-submit .sl-icon {
        stroke: #fff;
    }
    
    /* Yorumcu Kartları */
    .reviewer-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 16px;
    }
    
    .reviewer-card {
        cursor: pointer;
    }
    
    .reviewer-card input {
        display: none;
    }
    
    .reviewer-card-inner {
        background: #f8f9fa;
        border: 2px solid #e9ecef;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
        transition: all 0.2s;
    }
    
    .reviewer-card input:checked + .reviewer-card-inner {
        border-color: #00b4d8;
        background: #e3f9fd;
        box-shadow: 0 4px 12px rgba(0,180,216,0.2);
    }
    
    .reviewer-card-inner:hover {
        border-color: #00b4d8;
    }
    
    .reviewer-card-inner img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 12px;
    }
    
    .reviewer-card-inner h4 {
        margin: 0 0 4px;
        font-size: 14px;
        color: #212529;
    }
    
    .reviewer-card-inner .specialty {
        display: inline-block;
        background: #00b4d8;
        color: #fff;
        padding: 2px 8px;
        border-radius: 4px;
        font-size: 11px;
        margin-bottom: 8px;
    }
    
    .reviewer-card-inner p {
        margin: 0;
        font-size: 12px;
        color: #6c757d;
        line-height: 1.4;
    }
    /* ================================================
       13. YORUMCU PANEL - Yorumcu Panel Özel
       ================================================ */
    .yp-back-link {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #667eea;
        text-decoration: none;
        font-size: 14px;
        margin-bottom: 20px;
    }
    
    .yp-detail-card {
        background: #f8f9fa;
        border-radius: 12px;
        overflow: hidden;
    }
    
    .yp-detail-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 24px;
        background: #fff;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
        gap: 16px;
    }
    
    .yp-detail-header h2 {
        margin: 0 0 8px;
        font-size: 18px;
        color: #333;
    }
    
    .yp-customer-info {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #666;
        font-size: 14px;
    }
    
    .yp-demo-section {
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
    }
    
    .yp-demo-section h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        margin: 0 0 16px;
        color: #333;
    }
    
    .yp-demo-note {
        margin-top: 16px;
        padding: 14px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .yp-demo-note strong {
        font-size: 12px;
        color: #666;
    }
    
    .yp-demo-note p {
        margin: 6px 0 0;
        font-size: 14px;
        color: #333;
    }
    
    .yp-action-buttons {
        display: flex;
        gap: 12px;
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
    }
    
    .yp-review-form {
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
    }
    
    .yp-review-form h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        margin: 0 0 16px;
        color: #333;
    }
    
    .yp-voice-recorder {
        padding: 20px;
        background: #f8f9fa;
        border-radius: 10px;
        margin-bottom: 16px;
    }
    
    .yp-recorder-controls {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px;
    }
    
    .yp-timer {
        font-size: 18px;
        font-weight: 600;
        color: #666;
        font-family: monospace;
    }
    
    .yp-recorder-hint {
        margin: 0;
        font-size: 12px;
        color: #999;
    }
    
    .yp-recordings-list {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 16px;
    }
    
    .yp-recording-item {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px;
        background: #f8f9fa;
        border-radius: 8px;
    }
    
    .yp-recording-item span {
        font-weight: 600;
        color: #333;
        min-width: 80px;
    }
    
    .yp-recording-item audio {
        flex: 1;
    }
    
    .yp-completed-section {
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
    }
    
    .yp-completed-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        background: #d4edda;
        color: #155724;
        border-radius: 10px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    
    .yp-rejected-section {
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
    }
    
    .yp-rejected-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 12px 20px;
        background: #f8d7da;
        color: #721c24;
        border-radius: 10px;
        font-weight: 600;
    }
    
    .yp-review-display {
        padding: 20px;
        background: #f8f9fa;
        border-radius: 10px;
    }
    
    .yp-review-display h4 {
        margin: 0 0 12px;
        font-size: 14px;
        color: #666;
    }
    
    .yp-review-display p {
        margin: 0;
        font-size: 15px;
        line-height: 1.7;
        color: #333;
    }
    
    .yp-voice-item {
        display: flex;
        align-items: center;
        padding: 12px;
        background: #fff;
        border-radius: 8px;
        margin-bottom: 10px;
    }
    
    .yp-voice-item span {
        font-weight: 600;
        color: #333;
        min-width: 80px;
    }
    
    .yp-voice-item audio {
        flex: 1;
    }
    
    /* ================================================
       14. Q&A - Soru Cevap
       ================================================ */
    .yp-qa-section {
        padding: 24px;
        background: #fff;
        margin: 16px;
        border-radius: 10px;
        border: 2px solid #e5e7eb;
    }
    
    .yp-qa-title {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
        margin: 0 0 16px;
        color: #333;
    }
    
    .yp-qa-question {
        background: #e3f2fd;
        border-radius: 10px;
        padding: 16px;
        margin-bottom: 16px;
        border-left: 4px solid #2196f3;
    }
    
    .yp-qa-answer {
        background: #e8f5e9;
        border-radius: 10px;
        padding: 16px;
        border-left: 4px solid #4caf50;
    }
    
    .yp-qa-meta {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
        font-size: 13px;
        color: #666;
    }
    
    .yp-qa-meta strong {
        color: #333;
    }
    
    .yp-qa-question p,
    .yp-qa-answer p {
        margin: 0;
        line-height: 1.6;
        color: #333;
    }
    
    .yp-qa-form {
        margin-top: 16px;
    }
    
    .yp-qa-form-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 12px;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .yp-qa-empty {
        text-align: center;
        padding: 30px;
        color: #999;
    }
    
    .yp-qa-empty p {
        margin: 10px 0 0;
    }
    
    .yp-char-hint {
        font-size: 12px;
        color: #999;
    }
    
    /* Questions List */
    .yp-questions-title {
        color: #f59e0b !important;
    }
    
    .yp-questions-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    
    .yp-question-card {
        background: #fffbeb;
        border: 2px solid #fcd34d;
        border-radius: 12px;
        padding: 20px;
        border-left: 4px solid #f59e0b;
    }
    
    .yp-question-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .yp-question-info {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    
    .yp-question-order {
        font-weight: 700;
        color: #333;
    }
    
    .yp-question-customer {
        color: #666;
        font-size: 14px;
    }
    
    .yp-question-date {
        font-size: 12px;
        color: #999;
    }
    
    .yp-question-message {
        background: #fff;
        border-radius: 8px;
        padding: 14px;
        margin-bottom: 16px;
    }
    
    .yp-question-message p {
        margin: 0;
        color: #333;
        line-height: 1.6;
        font-size: 14px;
    }
    
    .yp-answer-form {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    
    .yp-answer-footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .yp-answer-buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    
    /* ================================================
       15. EMPTY STATE
       ================================================ */
    .empty-state,
    .yp-empty {
        text-align: center;
        padding: 50px 20px;
    }
    
    .empty-state .sl-icon,
    .yp-empty .sl-icon {
        stroke: #ccc;
        margin-bottom: 16px;
    }
    
    .empty-state h3,
    .yp-empty h3 {
        margin: 0 0 8px;
        color: #333;
    }
    
    .empty-state p,
    .yp-empty p {
        margin: 0 0 24px;
        color: #6c757d;
    }
    
    /* ================================================
       16. STATS - İstatistik Kartları
       ================================================ */
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        margin-bottom: 24px;
    }
    
    .stat-card {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 20px;
        text-align: center;
    }
    
    .stat-number {
        display: block;
        font-size: 28px;
        font-weight: 700;
        color: #333;
    }
    
    .stat-label {
        display: block;
        font-size: 13px;
        color: #6c757d;
        margin-top: 4px;
    }
    
    .stat-card.pending .stat-number {
        color: #ffc107;
    }
    
    /* ================================================
       17. QUICK ACTIONS
       ================================================ */
    .quick-actions {
        display: flex;
        align-items: center;
        gap: 16px;
        margin-bottom: 24px;
        flex-wrap: wrap;
    }
    
    .availability-toggle {
        margin: 0;
    }
    
    .avail-switch {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 0;
        background: none;
        border: none;
        cursor: pointer;
        font-family: inherit;
    }
    
    .switch-track {
        position: relative;
        width: 50px;
        height: 28px;
        border-radius: 14px;
        transition: background 0.3s;
    }
    
    .switch-thumb {
        position: absolute;
        top: 3px;
        width: 22px;
        height: 22px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgba(0,0,0,0.2);
        transition: left 0.3s;
    }
    
    .avail-switch.available .switch-track {
        background: linear-gradient(135deg, #28a745, #20c997);
    }
    
    .avail-switch.available .switch-thumb {
        left: 25px;
    }
    
    .avail-switch.unavailable .switch-track {
        background: linear-gradient(135deg, #dc3545, #e57373);
    }
    
    .avail-switch.unavailable .switch-thumb {
        left: 3px;
    }
    
    .switch-label {
        font-size: 13px;
        font-weight: 600;
        transition: color 0.3s;
    }
    
    .avail-switch.available .switch-label {
        color: #28a745;
    }
    
    .avail-switch.unavailable .switch-label {
        color: #dc3545;
    }
    
    .avail-switch:hover .switch-track {
        box-shadow: 0 0 0 3px rgba(0,0,0,0.1);
    }
    
    /* ================================================
       18. PROFILE SECTION
       ================================================ */
    .profile-section {
        background: #f8f9fa;
        border-radius: 12px;
        padding: 28px;
    }
    
    .profile-section h2 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 20px;
        font-size: 18px;
        color: #333;
    }
    
    .profile-section h2 .sl-icon {
        opacity: 0.6;
    }
    
    /* Avatar Upload */
    .avatar-upload-container {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .avatar-preview-wrapper {
        position: relative;
    }
    
    .avatar-preview {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        border: 3px solid #e9ecef;
    }
    
    .avatar-upload-controls {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    
    .btn-choose-photo {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 10px 16px;
        background: #667eea;
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 13px;
        font-weight: 500;
        transition: background 0.2s;
    }
    
    .btn-choose-photo:hover {
        background: #5a6fd6;
    }
    
    .btn-choose-photo .sl-icon {
        stroke: #fff;
    }
    
    .photo-hint {
        font-size: 11px;
        color: #999;
    }
    
    .btn-save {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        padding: 14px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        margin-top: 8px;
        transition: transform 0.2s;
    }
    
    .btn-save:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 16px rgba(102,126,234,0.3);
    }
    
    .btn-save .sl-icon {
        stroke: #fff;
    }
    
    /* Header Info */
    .header-content {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    
    .header-avatar {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        border: 3px solid rgba(255,255,255,0.3);
        object-fit: cover;
    }
    
    .header-info .specialty {
        margin: 0;
        opacity: 0.85;
        font-size: 13px;
        color: #fff;
    }
    
    /* ================================================
       19. ALERTS
       ================================================ */
    .demo-upload-alert {
        display: flex;
        align-items: center;
        gap: 16px;
        background: linear-gradient(135deg, #fff3cd, #ffeaa7);
        border: 1px solid #f6c23e;
        border-radius: 12px;
        padding: 16px 20px;
        margin: 0 28px 20px;
    }
    
    .demo-upload-alert .alert-icon .sl-icon {
        stroke: #d68910;
    }
    
    .demo-upload-alert .alert-content {
        flex: 1;
    }
    
    .demo-upload-alert .alert-content strong {
        display: block;
        color: #856404;
        font-size: 14px;
        margin-bottom: 2px;
    }
    
    .demo-upload-alert .alert-content p {
        margin: 0;
        color: #7d6608;
        font-size: 13px;
    }
    
    .demo-upload-alert .alert-btn {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: #f6a623;
        color: #fff;
        padding: 10px 18px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 13px;
        white-space: nowrap;
        transition: all 0.2s;
    }
    
    .demo-upload-alert .alert-btn:hover {
        background: #e59a1f;
        transform: translateY(-1px);
        color: #fff;
    }
    
    .demo-upload-alert .alert-btn .sl-icon {
        stroke: #fff;
    }
    
    /* Footer Actions */
    .footer-actions {
        display: flex;
        align-items: center;
        gap: 16px;
    }
    
    .refunded-text {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: #6c757d;
        font-size: 13px;
        font-weight: 500;
    }
    
    .refunded-text .sl-icon {
        stroke: #6c757d;
    }
    
    /* ================================================
       20. REVIEWER POPUP
       ================================================ */
    .reviewer-info-card {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .reviewer-avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
    }
    
    .reviewer-name-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .reviewer-name-section strong {
        margin-bottom: 8px;
    }
    
    .reviewer-detail-btn {
        background: #f0f0f0;
        border: none;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.2s;
    }
    
    .reviewer-detail-btn:hover {
        background: #667eea;
    }
    
    .reviewer-detail-btn:hover .sl-icon {
        stroke: #fff;
    }
    
    .reviewer-popup-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        justify-content: center;
        align-items: center;
    }
    
    .reviewer-popup-overlay.active {
        display: flex;
    }
    
    .reviewer-detail-popup {
        position: relative;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 20px 60px rgba(0,0,0,0.2);
        width: 280px;
        max-width: 90%;
        max-height: 80vh;
        overflow: hidden;
    }
    
    .popup-close-btn {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(255,255,255,0.25);
        border: none;
        cursor: pointer;
        width: 28px;
        height: 28px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.2s;
        z-index: 10;
    }
    
    .popup-close-btn:hover {
        background: rgba(255,255,255,0.4);
    }
    
    .popup-close-btn .sl-icon {
        stroke: #fff;
    }
    
    .popup-header {
        padding: 16px 20px;
        padding-right: 50px;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
    }
    
    .popup-header span {
        display: flex;
        align-items: center;
        gap: 8px;
        font-weight: 600;
        font-size: 14px;
    }
    
    .popup-header span .sl-icon {
        stroke: #fff;
    }
    
    .popup-content {
        padding: 20px;
    }
    
    .popup-avatar-section {
        text-align: center;
        padding-bottom: 16px;
        margin-bottom: 16px;
        border-bottom: 1px solid #eee;
    }
    
    .popup-avatar-section img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .popup-avatar-section strong {
        display: block;
        font-size: 16px;
        color: #333;
    }
    
    .popup-row {
        padding: 12px 0;
        border-bottom: 1px solid #f5f5f5;
    }
    
    .popup-row:last-child {
        border-bottom: none;
    }
    
    .popup-row.bio {
        flex-direction: column;
    }
    
    .popup-label {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: #888;
        margin-bottom: 4px;
    }
    
    .popup-label .sl-icon {
        opacity: 0.6;
    }
    
    .popup-value {
        font-size: 14px;
        color: #333;
        font-weight: 500;
    }
    
    .popup-bio {
        margin: 6px 0 0;
        font-size: 13px;
        color: #555;
        line-height: 1.6;
    }
    
    /* ================================================
       21. AUDIO PLAYER THEMES
       ================================================ */
    .sl-audio-player.sl-player-purple {
        background: linear-gradient(135deg, #667eea, #764ba2) !important;
        border-radius: 12px !important;
        padding: 16px !important;
    }
    
    .sl-audio-player.sl-player-purple .sl-player-title,
    .sl-audio-player.sl-player-purple .sl-time-display {
        color: #fff !important;
    }
    
    .sl-audio-player.sl-player-purple .sl-play-btn {
        background: rgba(255,255,255,0.2) !important;
        color: #fff !important;
    }
    
    .sl-audio-player.sl-player-purple .sl-progress-bar {
        background: rgba(255,255,255,0.3) !important;
    }
    
    .sl-audio-player.sl-player-purple .sl-progress-fill {
        background: #fff !important;
    }
    
    /* Sesli Yorum Player Genişliği */
    .sl-audio-player {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    
    /* Değerlendirme içindeki playerlar */
    .yp-completed-review .sl-audio-player,
    .review-result .sl-audio-player,
    .sesli-review-player .sl-audio-player {
        width: 100% !important;
    }
    
    /* Yazılı Yorum Taşma Düzeltmesi */
    .yp-completed-review,
    .review-result,
    .yazili-review-content,
    .review-text-content {
        word-wrap: break-word !important;
        word-break: break-word !important;
        overflow-wrap: break-word !important;
        white-space: pre-wrap !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
    
    /* Değerlendirme kartları içindeki tüm metin alanları */
    .yp-request-card,
    .review-card {
        overflow: hidden;
    }
    
    .yp-request-card *,
    .review-card * {
        max-width: 100%;
    }
    
    /* ================================================
       22. RESPONSIVE
       ================================================ */
    @media (max-width: 900px) {
        .unified-page-layout,
        .yorumcu-page-layout {
            flex-direction: column;
        }
        
        .unified-sidebar,
        .yorumcu-sidebar {
            width: 100%;
            position: static;
        }
        
        .sidebar-user {
            display: none;
        }
        
        .sidebar-nav {
            display: flex;
            overflow-x: auto;
            padding: 8px;
            gap: 4px;
        }
        
        .nav-item {
            white-space: nowrap;
            padding: 10px 16px;
            border-left: none;
            border-bottom: 3px solid transparent;
            border-radius: 8px;
        }
        
        .nav-item.active {
            border-left: none;
            border-bottom-color: #667eea;
        }
        
        .nav-divider {
            display: none;
        }
        
        .nav-cta {
            display: none;
        }
        
        .nav-highlight {
            margin: 0;
        }
        
        .stats-grid {
            grid-template-columns: 1fr;
        }
        
        .form-row {
            grid-template-columns: 1fr;
        }
    }
    
    @media (max-width: 768px) {
        .yp-detail-header {
            flex-direction: column;
        }
        
        .yp-action-buttons {
            flex-direction: column;
        }
        
        .yp-request-card {
            flex-wrap: wrap;
        }
        
        .yp-request-meta {
            width: 100%;
            margin-top: 8px;
        }
        
        .review-card-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }
        
        .review-meta {
            flex-wrap: wrap;
            gap: 12px;
        }
        
        .header-content {
            flex-direction: column;
            text-align: center;
        }
        
        .avatar-upload-container {
            flex-direction: column;
            text-align: center;
        }
    }
    
    @media (max-width: 600px) {
        .demo-upload-alert {
            flex-direction: column;
            text-align: center;
            gap: 12px;
            margin: 0 16px 20px;
        }
        
        .demo-upload-alert .alert-btn {
            width: 100%;
            justify-content: center;
        }
        
        .demo-panel-content,
        .yp-content,
        .reviews-content,
        .reviewer-account-content {
            padding: 20px;
        }
        
        .demo-panel-header,
        .yp-header,
        .reviews-header,
        .reviewer-account-header {
            padding: 24px 20px;
        }
    }
    

    /* ================================================
       23. HESABIM DASHBOARD - Metrik Kartları & Aktiviteler
       ================================================ */
    
    /* WooCommerce default menüyü gizle */
    .woocommerce-MyAccount-navigation { display: none !important; }
    .woocommerce-MyAccount-content { width: 100% !important; float: none !important; padding: 0 !important; margin: 0 !important; }
    .woocommerce-account .woocommerce { max-width: 100% !important; }
    
    /* Hesabım Dashboard Layout */
    .hesabim-dashboard {
        display: flex;
        gap: 30px;
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 20px;
    }
    
    .dashboard-main {
        flex: 1;
        min-width: 0;
    }
    
    .dashboard-header {
        margin-bottom: 30px;
    }
    
    .dashboard-header h1 {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 24px;
        color: #1a1a2e;
        margin: 0 0 8px;
    }
    
    .dashboard-header p {
        color: #666;
        margin: 0;
        font-size: 14px;
    }
    
    /* Metrik Kartları */
    .metrics-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
        margin-bottom: 30px;
    }
    
    .metric-card {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        display: flex;
        align-items: flex-start;
        gap: 16px;
        position: relative;
        overflow: hidden;
    }
    
    .metric-icon {
        width: 50px;
        height: 50px;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .metric-blue .metric-icon { background: #dbeafe; color: #3b82f6; }
    .metric-green .metric-icon { background: #dcfce7; color: #22c55e; }
    .metric-orange .metric-icon { background: #fed7aa; color: #f97316; }
    .metric-purple .metric-icon { background: #ede9fe; color: #8b5cf6; }
    .metric-yellow .metric-icon { background: #fef3c7; color: #f59e0b; }
    
    .metric-content {
        display: flex;
        flex-direction: column;
    }
    
    .metric-value {
        font-size: 28px;
        font-weight: 700;
        color: #1a1a2e;
        line-height: 1;
    }
    
    .metric-label {
        font-size: 13px;
        color: #666;
        margin-top: 4px;
    }
    
    .metric-link {
        position: absolute;
        bottom: 12px;
        right: 16px;
        font-size: 12px;
        color: #667eea;
        text-decoration: none;
        font-weight: 500;
    }
    
    .metric-link:hover {
        text-decoration: underline;
    }
    
    /* Hızlı Eylemler - Dashboard */
    .quick-actions {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
        margin-bottom: 30px;
    }
    
    .quick-actions h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        color: #1a1a2e;
        margin: 0 0 20px;
    }
    
    .actions-grid {
        display: flex;
        gap: 12px;
        flex-wrap: wrap;
    }
    
    .action-btn {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 14px 20px;
        border-radius: 10px;
        text-decoration: none;
        font-size: 14px;
        font-weight: 500;
        transition: all 0.2s;
    }
    
    .action-primary {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        box-shadow: 0 4px 15px rgba(102,126,234,0.3);
    }
    
    .action-primary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102,126,234,0.4);
        color: #fff;
    }
    
    .action-secondary {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        color: #fff;
        box-shadow: 0 4px 15px rgba(34,197,94,0.3);
    }
    
    .action-secondary:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(34,197,94,0.4);
        color: #fff;
    }
    
    .action-outline {
        background: #fff;
        border: 2px solid #e2e8f0;
        color: #444;
    }
    
    .action-outline:hover {
        border-color: #667eea;
        color: #667eea;
    }
    
    /* Kazanç Özeti */
    .earnings-summary {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
        flex-wrap: wrap;
    }
    
    .earnings-card {
        flex: 1;
        min-width: 200px;
        background: linear-gradient(135deg, #1e3a5f, #2c5282);
        color: #fff;
        border-radius: 16px;
        padding: 24px;
    }
    
    .earnings-header {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 14px;
        opacity: 0.85;
        margin-bottom: 8px;
    }
    
    .earnings-value {
        font-size: 32px;
        font-weight: 700;
    }
    
    .earnings-link {
        display: flex;
        align-items: center;
        gap: 6px;
        background: #fff;
        color: #667eea;
        padding: 16px 24px;
        border-radius: 12px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    
    .earnings-link:hover {
        background: #667eea;
        color: #fff;
    }

.textarea-limit-info {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    font-size: 13px;
    color: #9ca3af;
    margin-top: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.textarea-limit-info span {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.textarea-limit-info.warning {
    color: #f59e0b;
}

.textarea-limit-info.error {
    color: #ef4444;
    font-weight: 600;
}
    
    /* Son Aktiviteler */
    .recent-activity {
        background: #fff;
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    
    .recent-activity h3 {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 16px;
        color: #1a1a2e;
        margin: 0 0 20px;
    }
    
    .activity-list {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .activity-item {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px;
        background: #f8f9fa;
        border-radius: 12px;
        text-decoration: none;
        transition: all 0.2s;
    }
    
    .activity-item:hover {
        background: #f0f1ff;
        transform: translateX(4px);
    }
    
    .activity-icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .activity-content {
        flex: 1;
    }
    
    .activity-title {
        display: block;
        font-size: 14px;
        color: #1a1a2e;
        font-weight: 500;
    }
    
    .activity-status {
        font-size: 12px;
    }
    
    .activity-date {
        font-size: 12px;
        color: #999;
    }
    
    /* WooCommerce Form Wrapper */
    .wc-form-wrapper,
    .wc-orders-wrapper {
        background: #fff;
        border-radius: 16px;
        padding: 30px;
        box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    }
    
/* Tüm modaller footer'ın önünde */
[id*="Modal"], 
[id*="modal"], 
.modal, 
.modal-overlay,
div[style*="position:fixed"][style*="background:rgba"] {
    z-index: 999999 !important;
}

footer, 
.site-footer, 
#colophon, 
.flavor-flavor,
.flavor-flavor--dark {
    z-index: 100 !important;
    position: relative;
}

    /* ================================================
       24. SİPARİŞLER TABLOSU STİLLERİ
       ================================================ */
    .woocommerce-orders-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0 12px;
    }
    
    .woocommerce-orders-table thead {
        display: none;
    }
    
    .woocommerce-orders-table tbody tr {
        background: #f8f9fa;
        border-radius: 12px;
        transition: all 0.2s;
    }
    
    .woocommerce-orders-table tbody tr:hover {
        background: #f0f1ff;
        transform: translateX(4px);
    }
    
    .woocommerce-orders-table td {
        padding: 18px 16px;
        vertical-align: middle;
        border: none;
    }
    
    .woocommerce-orders-table td:first-child {
        border-radius: 12px 0 0 12px;
        padding-left: 20px;
    }
    
    .woocommerce-orders-table td:last-child {
        border-radius: 0 12px 12px 0;
        padding-right: 20px;
    }
    
    .woocommerce-orders-table__cell-order-number a {
        font-weight: 700;
        font-size: 15px;
        color: #667eea;
        text-decoration: none;
    }
    
    .woocommerce-orders-table__cell-order-number a:hover {
        color: #764ba2;
    }
    
    .woocommerce-orders-table__cell-order-date {
        color: #666;
        font-size: 13px;
    }
    
    .woocommerce-orders-table__cell-order-status {
        font-size: 12px;
        font-weight: 600;
    }
    
    .woocommerce-orders-table__cell-order-total {
        font-weight: 600;
        color: #1a1a2e;
        font-size: 14px;
    }
    
    .woocommerce-orders-table__cell-order-actions {
        text-align: right;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.2s;
        margin: 2px;
        border: none;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.view,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button.view {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff !important;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.view:hover,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button.view:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102,126,234,0.3);
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.pay,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button.pay {
        background: linear-gradient(135deg, #22c55e, #16a34a);
        color: #fff !important;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.cancel,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button.cancel {
        background: #fee2e2;
        color: #ef4444 !important;
    }
    
    .woocommerce-orders-table__cell-order-actions a.button.order-again,
    .woocommerce-orders-table__cell-order-actions a.woocommerce-button.order-again {
        background: #f0f1ff;
        color: #667eea !important;
    }
    
    /* Durum badge'leri */
    .woocommerce-orders-table mark {
        background: transparent;
        padding: 0;
    }
    
    .woocommerce-orders-table mark.order-status {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
    }
    
    .woocommerce-orders-table mark.order-status::before {
        content: '';
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
    
    .woocommerce-orders-table mark.order-status.status-completed {
        background: #dcfce7;
        color: #16a34a;
    }
    .woocommerce-orders-table mark.order-status.status-completed::before {
        background: #22c55e;
    }
    
    .woocommerce-orders-table mark.order-status.status-processing {
        background: #dbeafe;
        color: #2563eb;
    }
    .woocommerce-orders-table mark.order-status.status-processing::before {
        background: #3b82f6;
    }
    
    .woocommerce-orders-table mark.order-status.status-pending,
    .woocommerce-orders-table mark.order-status.status-on-hold {
        background: #fef3c7;
        color: #d97706;
    }
    .woocommerce-orders-table mark.order-status.status-pending::before,
    .woocommerce-orders-table mark.order-status.status-on-hold::before {
        background: #f59e0b;
    }
    
    .woocommerce-orders-table mark.order-status.status-cancelled,
    .woocommerce-orders-table mark.order-status.status-refunded,
    .woocommerce-orders-table mark.order-status.status-failed {
        background: #fee2e2;
        color: #dc2626;
    }
    .woocommerce-orders-table mark.order-status.status-cancelled::before,
    .woocommerce-orders-table mark.order-status.status-refunded::before,
    .woocommerce-orders-table mark.order-status.status-failed::before {
        background: #ef4444;
    }
    
    /* Sipariş yok mesajı */
    .woocommerce-message--info,
    .woocommerce-info {
        background: #f0f1ff;
        border: none;
        border-left: 4px solid #667eea;
        padding: 16px 20px;
        border-radius: 8px;
        color: #444;
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .woocommerce-message--info::before,
    .woocommerce-info::before {
        color: #667eea;
    }
    
    /* Pagination */
    .woocommerce-pagination {
        margin-top: 24px;
        display: flex;
        justify-content: center;
        gap: 8px;
    }
    
    .woocommerce-pagination .page-numbers {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background: #f8f9fa;
        color: #444;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.2s;
    }
    
    .woocommerce-pagination .page-numbers:hover {
        background: #f0f1ff;
        color: #667eea;
    }
    
    .woocommerce-pagination .page-numbers.current {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
    }
    
    /* Dashboard Responsive */
    @media (max-width: 900px) {
        .hesabim-dashboard {
            flex-direction: column;
        }
        
        .metrics-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }
    
    @media (max-width: 768px) {
        .woocommerce-orders-table,
        .woocommerce-orders-table tbody,
        .woocommerce-orders-table tr,
        .woocommerce-orders-table td {
            display: block;
            width: 100%;
        }
        
        .woocommerce-orders-table tbody tr {
            margin-bottom: 16px;
            padding: 16px;
            border-radius: 12px;
        }
        
        .woocommerce-orders-table td {
            padding: 8px 0;
            border-radius: 0 !important;
        }
        
        .woocommerce-orders-table td:first-child {
            padding-left: 0;
        }
        
        .woocommerce-orders-table td:last-child {
            padding-right: 0;
            padding-top: 16px;
            border-top: 1px solid #e5e7eb;
            margin-top: 8px;
        }
        
        .woocommerce-orders-table__cell-order-actions {
            text-align: left;
        }
        
        .woocommerce-orders-table__cell-order-actions a.button {
            width: 100%;
            margin: 4px 0;
        }
    }
    
    @media (max-width: 600px) {
        .metrics-grid {
            grid-template-columns: 1fr;
        }
        
        .actions-grid {
            flex-direction: column;
        }
        
        .earnings-summary {
            flex-direction: column;
        }
    }
    
    /* ================================================
       25. WOOCOMMERCE FORM STİLLERİ
       Hesap Ayarları & Giriş Formu
       ================================================ */
    
    /* Hesap Ayarları Formu */
    .woocommerce-EditAccountForm,
    .woocommerce form.edit-account {
        max-width: 100%;
    }
    
    /* Form row'ları düzgün grid yapısı */
    .woocommerce form.edit-account .form-row-first,
    .woocommerce form.edit-account .form-row-last {
        display: inline-block;
        width: 48%;
        vertical-align: top;
    }
    
    .woocommerce form.edit-account .form-row-first {
        margin-right: 2%;
    }
    
    .woocommerce form.edit-account .form-row-wide {
        width: 100%;
        clear: both;
    }
    
    .woocommerce-EditAccountForm .form-row,
    .woocommerce form.edit-account .form-row {
        margin-bottom: 20px;
        position: relative;
    }
    
    .woocommerce-EditAccountForm label,
    .woocommerce form.edit-account label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #333;
        font-size: 14px;
        text-align: left;
    }
    
    .woocommerce-EditAccountForm input[type="text"],
    .woocommerce-EditAccountForm input[type="email"],
    .woocommerce-EditAccountForm input[type="password"],
    .woocommerce form.edit-account input[type="text"],
    .woocommerce form.edit-account input[type="email"],
    .woocommerce form.edit-account input[type="password"] {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e9ecef;
        border-radius: 10px;
        font-size: 15px;
        transition: border-color 0.2s;
        box-sizing: border-box;
        background: #fff !important;
    }
    
    /* Browser autofill sarı rengi kaldır */
    .woocommerce form.edit-account input:-webkit-autofill,
    .woocommerce form.edit-account input:-webkit-autofill:hover,
    .woocommerce form.edit-account input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
        box-shadow: 0 0 0 1000px #fff inset !important;
        -webkit-text-fill-color: #333 !important;
    }
    
    .woocommerce-EditAccountForm input:focus,
    .woocommerce form.edit-account input:focus {
        outline: none;
        border-color: #667eea;
    }
    
    .woocommerce-EditAccountForm fieldset,
    .woocommerce form.edit-account fieldset {
        border: 2px solid #e9ecef;
        border-radius: 12px;
        padding: 24px;
        margin: 24px 0;
    }
    
    .woocommerce-EditAccountForm legend,
    .woocommerce form.edit-account legend {
        font-weight: 600;
        color: #333;
        padding: 0 12px;
        font-size: 15px;
    }
    
    /* Açıklama metinleri (em tagları) */
    .woocommerce form.edit-account em {
        display: block;
        font-size: 12px;
        color: #667eea;
        margin-top: 6px;
        font-style: normal;
    }
    
    @media (max-width: 600px) {
        .woocommerce form.edit-account .form-row-first,
        .woocommerce form.edit-account .form-row-last {
            width: 100%;
            margin-right: 0;
        }
    }
    
    .woocommerce-EditAccountForm button[type="submit"],
    .woocommerce form.edit-account button[type="submit"],
    .woocommerce-EditAccountForm input[type="submit"],
    .woocommerce form.edit-account input[type="submit"] {
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        border: none;
        padding: 14px 32px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
    }
    
    .woocommerce-EditAccountForm button[type="submit"]:hover,
    .woocommerce form.edit-account button[type="submit"]:hover,
    .woocommerce-EditAccountForm input[type="submit"]:hover,
    .woocommerce form.edit-account input[type="submit"]:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102,126,234,0.3);
    }
    
    /* Giriş / Kayıt Formu */
    .woocommerce-form-login,
    .woocommerce-form-register {
        background: #fff;
        border-radius: 16px;
        padding: 32px;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    }
    
    .woocommerce-form-login .form-row,
    .woocommerce-form-register .form-row {
        margin-bottom: 20px;
    }
    
    .woocommerce-form-login label,
    .woocommerce-form-register label {
        display: block;
        font-weight: 600;
        margin-bottom: 8px;
        color: #333;
        font-size: 14px;
    }
    
    .woocommerce-form-login input[type="text"],
    .woocommerce-form-login input[type="email"],
    .woocommerce-form-login input[type="password"],
    .woocommerce-form-register input[type="text"],
    .woocommerce-form-register input[type="email"],
    .woocommerce-form-register input[type="password"] {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #e9ecef;
        border-radius: 10px;
        font-size: 15px;
        transition: border-color 0.2s;
        box-sizing: border-box;
    }
    
    .woocommerce-form-login input:focus,
    .woocommerce-form-register input:focus {
        outline: none;
        border-color: #667eea;
    }
    
    .woocommerce-form-login button[type="submit"],
    .woocommerce-form-register button[type="submit"] {
        width: 100%;
        background: linear-gradient(135deg, #667eea, #764ba2);
        color: #fff;
        border: none;
        padding: 14px 32px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: 10px;
    }
    
    .woocommerce-form-login button[type="submit"]:hover,
    .woocommerce-form-register button[type="submit"]:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(102,126,234,0.3);
    }
    
    .woocommerce-form-login .woocommerce-form-login__rememberme {
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 16px 0;
    }
    
    .woocommerce-LostPassword {
        margin-top: 16px;
    }
    
    .woocommerce-LostPassword a {
        color: #667eea;
        text-decoration: none;
        font-size: 14px;
    }
    
    .woocommerce-LostPassword a:hover {
        text-decoration: underline;
    }
    
    /* u2f kolonu düzeni (giriş + kayıt yan yana) */
    .u-columns {
        display: flex;
        gap: 30px;
        flex-wrap: wrap;
    }
    
    .u-columns .u-column1,
    .u-columns .u-column2,
    .u-columns .col-1,
    .u-columns .col-2 {
        flex: 1;
        min-width: 300px;
    }
    
    .u-columns h2 {
        font-size: 24px;
        color: #1a1a2e;
        margin: 0 0 24px;
    }
    
    @media (max-width: 700px) {
        .u-columns {
            flex-direction: column;
        }
        
        .u-columns .u-column1,
        .u-columns .u-column2,
        .u-columns .col-1,
        .u-columns .col-2 {
            min-width: 100%;
        }
    }

/* 3'lü metrik grid */
.metrics-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .metrics-grid-3 {
        grid-template-columns: 1fr;
    }
}

/* ================================================
   EGITIMLER SAYFASI STILLERI
   Panel CSS SNP'ye eklenecek
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&display=swap');

.eg-page {
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #1a1a2e;
    line-height: 1.6;
    overflow-x: hidden;
    --primary: #818cf8;
    --primary-dark: #a78bfa;
    --accent: #f59e0b;
    --dark: #1a1a2e;
    --light: #f8fafc;
    --lighter: #ffffff;
    --gray: #64748b;
    --gray-light: #94a3b8;
    --border: #e2e8f0;
}
		
		/* Eğitimler sayfası hero renk override */
.eg-page .eg-hero-subtitle {
    color: #fff;
}
		
.eg-page * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.eg-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Hero Section */
.eg-hero {
    width: calc(100% - 40px);
    margin: 20px auto;
    min-height: 520px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    overflow: hidden;
    border-radius: 32px;
}

.eg-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://www.seslendirme.tv/wp-content/uploads/2026/01/seslendirmeevi-studyo-5.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 32px;
}
.eg-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.4);
    border-radius: 32px;
    z-index: 1;
}
.eg-hero-bg::after {
    display: none;
}

.eg-hero-content {
    max-width: 900px;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

.eg-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 32px;
}
.eg-badge svg {
    stroke: #fff;
}

.eg-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(36px, 6vw, 56px);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.eg-hero-title span {
    color: #fff;
    text-shadow: 0 2px 20px rgba(0,0,0,0.4);
}
.eg-hero-title em {
    font-style: italic;
    font-weight: 400;
}

.eg-hero-subtitle {
    font-size: clamp(18px, 3vw, 22px);
    color: #fff;
    max-width: 600px;
    margin: 0 auto 44px;
    text-shadow: 0 1px 10px rgba(0,0,0,0.2);
}

.eg-hero-features {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.eg-hero-feature {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 14px 24px;
    border-radius: 14px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    min-width: 200px;
    text-align: center;
}

.eg-hero-feature-icon {
    width: 36px;
    height: 36px;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.eg-hero-feature-icon svg {
    stroke: #fff;
    width: 18px;
    height: 18px;
}

/* Section Common */
.eg-section {
    padding: 40px 20px;
}

.eg-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.eg-section-title {
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 14px;
    color: #1a1a2e;
    font-weight: 700;
}

.eg-section-subtitle {
    color: #64748b;
    font-size: 17px;
    max-width: 550px;
    margin: 0 auto;
}

/* Info Cards */
.eg-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.eg-info-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 36px 28px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}
.eg-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(129, 140, 248, 0.1);
    border-color: rgba(129, 140, 248, 0.3);
}

.eg-info-card-icon {
    width: 68px;
    height: 68px;
    background: linear-gradient(135deg, #818cf8, #a78bfa);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
}
.eg-info-card-icon svg {
    stroke: #fff;
}

.eg-info-card h3 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    color: #1a1a2e;
}

.eg-info-card p {
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    flex: 1;
}

.eg-info-card .eg-highlight {
    color: #818cf8;
    font-weight: 700;
    font-size: 24px;
}


/* Schedule */
.eg-schedule-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.eg-schedule-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    overflow: hidden;
}

	.eg-schedule-header {
    padding: 32px;
    background: linear-gradient(135deg, #818cf8, #a78bfa);
    text-align: center;
    color: white;
}
.eg-schedule-header.weekend {
    background: linear-gradient(135deg, #f59e0b, #f97316);
}

.eg-schedule-header h3 {
    font-size: 26px;
    margin-bottom: 6px;
    color: #fff;
    font-weight: 700;
}
.eg-schedule-header p {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
}
.eg-schedule-header h3,
.eg-schedule-header p {
    color: #fff !important;
}
.eg-schedule-body {
    padding: 32px;
}

.eg-schedule-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.eg-schedule-time {
    background: rgba(129, 140, 248, 0.1);
    color: #818cf8;
    padding: 14px 20px;
    border-radius: 14px;
    font-weight: 700;
    font-size: 15px;
    min-width: 145px;
    text-align: center;
    white-space: nowrap;
}
.eg-schedule-time.weekend {
    background: rgba(245, 158, 11, 0.1);
    color: #f59e0b;
}

.eg-schedule-info strong {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    color: #1a1a2e;
}
.eg-schedule-info span {
    color: #64748b;
    font-size: 14px;
}

/* Location */
.eg-location-section {
    padding: 0;
    margin: 30px 20px;
}

.eg-location-card {
    width: 100%;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.eg-location-bg {
    position: absolute;
    top: -10%;
    left: -5%;
    right: -5%;
    bottom: -10%;
    background-image: url('https://www.seslendirme.tv/wp-content/uploads/2026/01/KAPAK-4LU-scaled.jpg');
    background-size: cover;
    background-position: center;
}

.eg-location-content {
    position: relative;
    z-index: 2;
    padding: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.eg-location-glass {
    background: rgba(255,255,255,0.68);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 32px;
    max-width: 500px;
    width: 100%;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.6);
    text-align: center;
}

.eg-location-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.eg-location-logo {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}
.eg-location-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.eg-location-info h3 {
    font-size: 22px;
    margin-bottom: 0;
    color: #1a1a2e;
    font-weight: 700;
}

.eg-location-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #64748b;
    margin-bottom: 24px;
}

.eg-location-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(0,0,0,0.08);
}

.eg-location-brand-logo {
    max-height: 50px;
    max-width: 200px;
    width: auto;
    height: auto;
}

.eg-location-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #818cf8, #a78bfa);
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 14px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.eg-location-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(129, 140, 248, 0.4);
    color: #fff;
}
.eg-location-link svg {
    stroke: currentColor;
}

/* CTA */
.eg-cta {
    padding: 10px 10px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 32px;
    margin: 0 5px 10px;
}
.eg-cta::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.06) 0%, transparent 50%);
}

.eg-cta-content {
    position: relative;
    z-index: 2;
}

.eg-cta-title {
    font-size: clamp(28px, 4vw, 40px);
    margin-bottom: 16px;
    color: #fff !important;
    font-weight: 700;
}

.eg-cta-text {
    font-size: 17px;
    max-width: 500px;
    margin: 0 auto 16px;
    color: rgba(255,255,255,0.95) !important;
    line-height: 1.6;
}

.eg-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #a78bfa !important;
    padding: 18px 40px;
    border-radius: 20px;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.eg-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
    color: #a78bfa;
}
.eg-cta-btn svg {
    stroke: currentColor;
}

/* Responsive */
@media (max-width: 1024px) {
    .eg-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .eg-hero {
        padding: 60px 20px;
        min-height: auto;
    }
    .eg-hero-features {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
        padding: 0 16px;
    }
    .eg-hero-feature {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 300px;
        padding: 12px 16px;
        gap: 12px;
        min-width: auto;
    }
    .eg-hero-feature-icon {
        flex-shrink: 0;
        width: 38px;
        height: 38px;
        min-width: 38px;
    }
    .eg-hero-feature-icon svg {
        width: 18px;
        height: 18px;
    }
    .eg-hero-feature span {
        font-size: 13px;
        line-height: 1.3;
        text-align: left;
    }
    .eg-info-grid,
    .eg-trainers-grid,
    .eg-schedule-grid {
        grid-template-columns: 1fr;
    }
    .eg-trainer-card {
        max-width: 400px;
        margin: 0 auto;
    }
    .eg-trainer-photo {
        height: 380px;
    }
    .eg-trainer-info {
        padding: 20px;
    }
    .eg-trainer-name {
        font-size: 22px;
    }
    .eg-trainer-bio {
        font-size: 13px;
    }
    .eg-trainer-stats {
        gap: 24px;
    }
    .eg-trainer-stat-value {
        font-size: 20px;
    }
    .eg-location-section {
        margin: 20px 15px;
    }
    .eg-location-card {
        min-height: 380px;
        border-radius: 24px;
    }
    .eg-location-content {
        padding: 24px;
    }
    .eg-location-glass {
        padding: 28px;
        border-radius: 20px;
    }
    .eg-location-header {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }
    .eg-location-info h3 {
        font-size: 20px;
    }
    .eg-location-info p {
        font-size: 13px;
    }
    .eg-location-brand {
        flex-direction: column;
        gap: 16px;
    }
    .eg-schedule-item {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .eg-cta {
        margin: 0 15px 30px;
        padding: 50px 20px;
        border-radius: 24px;
    }
}

/* ================================================
   HESABIM DASHBOARD - EK CSS
   panel-css-snp'ye eklenecek
   v2 - Yaklaşan seanslar ve tıklanabilir kartlar
   ================================================ */

/* Metrik Bölüm */
.metrics-section {
    margin-bottom: 20px;
}

/* Büyük Başlık (eski) */
.metrics-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}

/* Küçük Başlık (yeni) */
.metrics-title-sm {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 10px 4px;
}

/* 2'li Grid */
.metrics-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

@media (max-width: 480px) {
    .metrics-grid-2 {
        grid-template-columns: 1fr;
    }
}

/* Tıklanabilir Metrik Kartları */
.metric-card.metric-clickable {
    text-decoration: none;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
}

.metric-card.metric-clickable:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.metric-link-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
    transition: all 0.2s ease;
}

.metric-card.metric-clickable:hover .metric-link-arrow {
    opacity: 1;
    right: 8px;
}

/* Yaklaşan Seanslar Kutusu */
.upcoming-sessions {
    background: linear-gradient(135deg, #f8fafc, #f1f5f9);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.upcoming-sessions-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.upcoming-sessions-header > span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.upcoming-sessions-header > a {
    font-size: 12px;
    color: #667eea;
    text-decoration: none;
    font-weight: 500;
}

.upcoming-sessions-header > a:hover {
    text-decoration: underline;
}

.upcoming-sessions-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.upcoming-session-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
}

.session-date-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    border-radius: 8px;
    color: #fff;
}

.session-day {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.session-month {
    font-size: 10px;
    text-transform: uppercase;
    opacity: 0.9;
}

.session-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.session-time {
    font-size: 13px;
    font-weight: 600;
    color: #334155;
}

.session-type {
    font-size: 12px;
    color: #64748b;
}

/* Mor Buton (Seans Satın Al) */
.action-btn.action-purple {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed);
    color: #fff;
    border: none;
}

.action-btn.action-purple:hover {
    background: linear-gradient(135deg, #7c3aed, #6d28d9);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}
/* Atölye Keşfet Banneri */
.atolye-discover-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(102, 126, 234, 0.3);
}

.atolye-banner-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.atolye-banner-icon {
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.atolye-banner-icon svg {
    stroke: #fff;
}

.atolye-banner-text {
    flex: 1;
    color: #fff !important;
}

.atolye-banner-text h3 {
    margin: 0 0 6px;
    font-size: 18px;
    font-weight: 700;
    color: #fff !important;
}

.atolye-banner-text p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.atolye-banner-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #667eea;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.2s;
    flex-shrink: 0;
}

.atolye-banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
    color: #667eea;
}

@media (max-width: 768px) {
    .atolye-banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .atolye-banner-btn {
        width: 100%;
        justify-content: center;
    }
}
/* ========== EĞİTİM SAYFASI PAKET KARTLARI ========== */
.eg-paketler-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 32px;
}

.eg-paket-card {
    background: white;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 2px solid #e5e7eb;
    position: relative;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    min-height: 340px;
}

.eg-paket-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.eg-paket-card.eg-popular {
    border-color: #667eea;
    transform: scale(1.02);
}

.eg-paket-card.eg-popular:hover {
    transform: scale(1.02) translateY(-4px);
}

.eg-paket-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #22c55e;
    color: white;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
}

.eg-paket-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.eg-paket-seans {
    margin: 16px 0;
}

.eg-seans-sayi {
    display: block;
    font-size: 48px;
    font-weight: 700;
    color: #1a1a2e;
    line-height: 1;
}

.eg-seans-text {
    font-size: 16px;
    color: #666;
}

.eg-paket-fiyat {
    margin-bottom: 16px;
}

.eg-fiyat-ana {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #667eea;
}

.eg-fiyat-birim {
    font-size: 13px;
    color: #999;
}

.eg-paket-ozellikler {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    flex: 1;
}

.eg-paket-ozellikler li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 13px;
    color: #666;
}

.eg-paket-ozellikler svg {
    stroke: #22c55e;
    flex-shrink: 0;
}

.eg-paket-info {
    display: flex;
    gap: 16px;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 12px;
    padding: 20px;
}

.eg-paket-info > svg {
    stroke: #0ea5e9;
    flex-shrink: 0;
}

.eg-paket-info strong {
    display: block;
    color: #0369a1;
    margin-bottom: 4px;
}

.eg-paket-info p {
    margin: 0;
    font-size: 14px;
    color: #0c4a6e;
    line-height: 1.5;
}

/* Arkadaş Badge - Seans Kartlarında */
.as-arkadas-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.15), rgba(245, 158, 11, 0.15));
    border: 1px solid rgba(251, 191, 36, 0.4);
    border-radius: 20px;
    font-size: 11px;
    color: #b45309;
    font-weight: 500;
    margin-top: 8px;
}

.as-arkadas-badge svg {
    stroke: #f59e0b;
    width: 14px;
    height: 14px;
}

/* Özel Paket Kartı */
.eg-paket-ozel {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(139, 92, 246, 0.1));
    border: 2px dashed rgba(99, 102, 241, 0.3);
}
.eg-paket-ozel .eg-seans-sayi {
    font-size: 1.5em;
}
.eg-paket-btn-ozel {
    background: linear-gradient(135deg, #6366f1, #8b5cf6) !important;
}
/* Yakında - Blur Overlay */
.eg-paketler-yakinda-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.eg-paketler-blur {
    filter: blur(6px);
    pointer-events: none;
    user-select: none;
}

.eg-paketler-blur .eg-paket-card.eg-popular {
    transform: none;
}

.eg-paketler-yakinda-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
}

.eg-yakinda-content {
    text-align: center;
    background: white;
    padding: 32px 48px;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.eg-yakinda-content svg {
    stroke: #667eea;
    margin-bottom: 12px;
}

.eg-yakinda-content h3 {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 8px;
}

.eg-yakinda-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* Responsive */
@media (max-width: 1100px) {
    .eg-paketler-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .eg-paket-card.eg-popular {
        transform: none;
    }
}

@media (max-width: 600px) {
    .eg-paketler-grid {
        grid-template-columns: 1fr;
    }
    
    .eg-yakinda-content {
        padding: 24px 32px;
    }
}
.eg-paket-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    margin-top: auto;
}

.eg-paket-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    color: white;
}

.eg-paket-btn svg {
    stroke: currentColor;
}
/* ========== FAQ ========== */
.eg-faq-list {
    max-width: 800px;
    margin: 0 auto;
}

.eg-faq-item {
    background: white;
    border-radius: 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    overflow: hidden;
}

.eg-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    transition: all 0.2s;
}

.eg-faq-question:hover {
    background: #f8f9fa;
}

.eg-faq-question svg {
    stroke: #667eea;
    flex-shrink: 0;
    transition: transform 0.3s;
}

.eg-faq-item.active .eg-faq-question svg {
    transform: rotate(180deg);
}

.eg-faq-answer {
    display: none;
    padding: 0 24px 20px;
}

.eg-faq-item.active .eg-faq-answer {
    display: block;
}

.eg-faq-answer p {
    margin: 0 0 12px;
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

.eg-faq-answer p:last-child {
    margin-bottom: 0;
}

.eg-faq-answer ul {
    margin: 12px 0;
    padding-left: 20px;
}

.eg-faq-answer li {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 6px;
}

.eg-faq-answer a {
    color: #667eea;
    text-decoration: none;
}

.eg-faq-answer a:hover {
    text-decoration: underline;
}
/* Yakında - Flu Eğitmen Kartları */
.eg-trainer-card.eg-trainer-coming-soon {
    position: relative;
}

.eg-trainer-card.eg-trainer-coming-soon .eg-trainer-photo {
    filter: blur(6px);
    opacity: 0.5;
}

.eg-trainer-card.eg-trainer-coming-soon .eg-coming-soon-badge {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    z-index: 10;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
}
/* ================================================
   SEANS TAKVİMİ STİLLERİ
   ================================================ */

/* Container */
.eg-takvim-container {
    transition: opacity 0.2s;
}

/* Takvim Wrapper */
.eg-takvim-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* Header - Ay Navigasyonu */
.eg-takvim-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 20px;
}

.eg-takvim-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 20px;
    flex: none;
}

.eg-takvim-nav {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #f8f9fa;
    color: #667eea;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    font-size: 18px;
}

.eg-takvim-nav:hover {
    background: #667eea;
    color: #fff;
}

/* Takvim Grid */
.eg-takvim-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

/* Gün İsimleri */
.eg-takvim-day-name {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    padding: 6px 0;
}

/* Günler */
.eg-takvim-day {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #f8f9fa;
    position: relative;
    cursor: default;
    transition: all 0.2s;
}

.eg-takvim-day .day-number {
    font-size: 14px;
    font-weight: 500;
    color: #1a1a2e;
}

.eg-takvim-day.empty {
    background: transparent;
}

.eg-takvim-day.past {
    opacity: 0.4;
}

.eg-takvim-day.today {
    border: 2px solid #667eea;
}

.eg-takvim-day.has-seans {
    cursor: pointer;
}

.eg-takvim-day.has-seans:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 5;
}

/* Status Dots */
.eg-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 3px;
}

.eg-status-dot.available {
    background: #22c55e;
}

.eg-status-dot.filling {
    background: #f6a623;
}

.eg-status-dot.full {
    background: #ef4444;
}

/* Tooltip */
.eg-takvim-tooltip {
    position: absolute;
    bottom: calc(100% + 8px);
    left: 50%;
    transform: translateX(-50%);
    background: #1a1a2e;
    color: #fff;
    border-radius: 10px;
    padding: 14px;
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    z-index: 100;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
    pointer-events: none;
}

.eg-takvim-tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1a1a2e;
}

.eg-takvim-day.has-seans:hover .eg-takvim-tooltip {
    opacity: 1;
    visibility: visible;
}

/* Tooltip - kenar taşmalarını önle */
.eg-takvim-day:nth-child(7n+1) .eg-takvim-tooltip,
.eg-takvim-day:nth-child(7n+8) .eg-takvim-tooltip {
    left: 0;
    transform: translateX(0);
}

.eg-takvim-day:nth-child(7n+1) .eg-takvim-tooltip::after,
.eg-takvim-day:nth-child(7n+8) .eg-takvim-tooltip::after {
    left: 20px;
    transform: none;
}

.eg-takvim-day:nth-child(7n) .eg-takvim-tooltip,
.eg-takvim-day:nth-child(7n+14) .eg-takvim-tooltip {
    left: auto;
    right: 0;
    transform: translateX(0);
}

.eg-takvim-day:nth-child(7n) .eg-takvim-tooltip::after,
.eg-takvim-day:nth-child(7n+14) .eg-takvim-tooltip::after {
    left: auto;
    right: 20px;
    transform: none;
}

.tooltip-header {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.tooltip-seans {
    margin-bottom: 8px;
}

.tooltip-seans:last-child {
    margin-bottom: 0;
}

.tooltip-seans-info {
    font-size: 12px;
    margin-bottom: 4px;
}

.tooltip-seans-info strong {
    color: #a78bfa;
}

.tooltip-doluluk {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tooltip-bar {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,0.2);
    border-radius: 3px;
    overflow: hidden;
}

.tooltip-bar-fill {
    height: 100%;
    border-radius: 3px;
}

.tooltip-bar-fill.green { background: #22c55e; }
.tooltip-bar-fill.yellow { background: #f6a623; }
.tooltip-bar-fill.red { background: #ef4444; }

.tooltip-doluluk span {
    font-size: 11px;
    font-weight: 600;
    min-width: 28px;
}

/* Lejant */
.eg-takvim-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #e9ecef;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #666;
}

/* CTA */
.eg-takvim-cta {
    text-align: center;
    margin-top: 20px;
    padding: 16px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 10px;
}

.eg-takvim-cta p {
    margin: 0 0 10px;
    font-size: 13px;
    color: #666;
}

.eg-takvim-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    transition: all 0.2s;
}

.eg-takvim-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102,126,234,0.4);
    color: #fff;
}
.eg-takvim-btn,
.eg-takvim-btn:visited,
.eg-takvim-btn:link {
    color: #fff !important;
}
/* Paketler anchor offset */
#paketler {
    scroll-margin-top: 80px;
}

/* Responsive */
@media (max-width: 600px) {
    .eg-takvim-wrapper {
        padding: 16px;
        border-radius: 16px;
    }
    
    .eg-takvim-grid {
        gap: 4px;
    }
    
    .eg-takvim-day .day-number {
        font-size: 12px;
    }
    
    .eg-takvim-day {
        border-radius: 6px;
    }
    
    .eg-status-dot {
        width: 5px;
        height: 5px;
    }
    
    .eg-takvim-tooltip {
        min-width: 160px;
        padding: 10px;
    }
    
    .eg-takvim-legend {
        gap: 12px;
    }
    
    .eg-takvim-title {
        font-size: 17px;
    }
    
    .eg-takvim-nav {
        width: 32px;
        height: 32px;
    }
}
/* ================================================
   DAVET SİSTEMİ CSS
   panel-css-snp'ye eklenecek
   ================================================ */

/* Davet Header */
.davet-header { margin-bottom: 24px; }
.davet-header h1 { 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    margin: 0 0 8px 0; 
    font-size: 1.5em; 
}
.davet-subtitle { 
    margin: 0; 
    opacity: 0.7; 
    font-size: 15px; 
}

/* Benefits Cards */
.davet-benefits {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}
.benefit-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: rgba(99, 102, 241, 0.1);
    border: 1px solid rgba(99, 102, 241, 0.2);
    border-radius: 12px;
}
.benefit-icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(99, 102, 241, 0.2);
    border-radius: 10px;
    color: #818cf8;
}
.benefit-text strong {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.benefit-text span {
    font-size: 13px;
    opacity: 0.7;
}

/* Form Box */
.davet-form-box, .davet-list-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
}
.davet-form-box h3, .davet-list-box h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 20px 0;
    font-size: 1.1em;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Form Elements */
.davet-form .form-group { margin-bottom: 16px; }
.davet-form .form-row { 
    display: flex; 
    gap: 16px; 
}
.davet-form .form-row .form-group { flex: 1; }
.davet-form label { 
    display: block; 
    margin-bottom: 6px; 
    font-weight: 500; 
    font-size: 14px;
}
.davet-form input, .davet-form select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #1e293b;
    font-size: 15px;
    transition: border-color 0.2s;
}
.davet-form input:focus, .davet-form select:focus {
    outline: none;
    border-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}
.davet-form input::placeholder { color: #94a3b8; }

/* Davet Button */
.davet-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 14px 24px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}
.davet-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(99, 102, 241, 0.4);
}
.davet-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}
.davet-btn.secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Sonuç Mesajları */
.davet-sonuc {
    margin-top: 16px;
    padding: 14px;
    border-radius: 8px;
    display: none;
    text-align: center;
}
.davet-sonuc.success {
    display: block;
    background: rgba(34, 197, 94, 0.15);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #4ade80;
}
.davet-sonuc.error {
    display: block;
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #f87171;
}

/* Davet Tablosu */
.davet-table-wrapper { overflow-x: auto; }
.davet-table {
    width: 100%;
    border-collapse: collapse;
}
.davet-table th, .davet-table td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.davet-table th {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.6;
}
.davet-table tbody tr:hover {
    background: rgba(255, 255, 255, 0.02);
}
.arkadas-cell strong { display: block; margin-bottom: 2px; }
.arkadas-email { font-size: 12px; opacity: 0.6; }
.kupon-kod {
    background: rgba(0, 0, 0, 0.3);
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-family: monospace;
}
/* Durum Badges */
.durum {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
}
.durum.bekliyor { background: rgba(251, 191, 36, 0.15); color: #fbbf24; }
.durum.kullanildi { background: rgba(34, 197, 94, 0.15); color: #4ade80; }
.durum.secildi { background: rgba(168, 85, 247, 0.15); color: #c084fc; }
.durum.tamamlandi { background: rgba(99, 102, 241, 0.15); color: #818cf8; }
.durum.doldu { background: rgba(107, 114, 128, 0.15); color: #9ca3af; }

/* Ödül Seç Butonu */
.odul-sec-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: linear-gradient(135deg, #f59e0b, #d97706);
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: all 0.2s;
}
.odul-sec-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
    color: #fff;
}

/* Ödül Badges */
.odul-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}
.odul-badge.iade { background: rgba(34, 197, 94, 0.15); color: #4ade80; }
.odul-badge.kupon { background: rgba(245, 158, 11, 0.15); color: #fbbf24; }
.odul-badge.bekleniyor { opacity: 0.4; }

/* Empty State */
.davet-empty-box {
    text-align: center;
    padding: 48px 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
}
.davet-empty-box .empty-icon {
    margin-bottom: 16px;
    opacity: 0.5;
}
.davet-empty-box h3 { margin: 0 0 8px 0; }
.davet-empty-box p { margin: 0 0 20px 0; opacity: 0.7; }
.davet-empty-box .davet-btn { width: auto; }

/* ================================================
   ÖDÜL SEÇİM SAYFASI
   ================================================ */

.odul-header { 
    margin-bottom: 32px; 
    text-align: center; 
}
.odul-header h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 0 0 8px 0;
    font-size: 1.5em;
}
.odul-subtitle { 
    margin: 0; 
    opacity: 0.7; 
    font-size: 15px;
}

.odul-form { 
    max-width: 500px; 
    margin: 0 auto; 
}

.odul-options {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.odul-option {
    flex: 1;
    cursor: pointer;
}
.odul-option input { display: none; }

.odul-card {
    padding: 24px 16px;
    border-radius: 12px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s;
}
.odul-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05);
}

.odul-option input:checked + .odul-card.iade { 
    border-color: #22c55e; 
    background: rgba(34, 197, 94, 0.1); 
}
.odul-option input:checked + .odul-card.kupon { 
    border-color: #f59e0b; 
    background: rgba(245, 158, 11, 0.1); 
}

.odul-icon { 
    margin-bottom: 12px; 
    opacity: 0.8;
}
.odul-card.iade .odul-icon { color: #4ade80; }
.odul-card.kupon .odul-icon { color: #fbbf24; }

.odul-title { 
    font-weight: 600; 
    margin-bottom: 8px; 
    font-size: 14px;
}

.odul-amount { 
    font-size: 32px; 
    font-weight: bold; 
    margin: 8px 0; 
}
.odul-card.iade .odul-amount { color: #4ade80; }
.odul-card.kupon .odul-amount { color: #fbbf24; }

.odul-desc { 
    font-size: 13px; 
    opacity: 0.6; 
}

/* Ödül Success Box */
.odul-success-box {
    text-align: center;
    padding: 48px 24px;
    background: rgba(34, 197, 94, 0.05);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 12px;
}
.odul-success-box .success-icon {
    color: #4ade80;
    margin-bottom: 16px;
}
.odul-success-box h3 { 
    margin: 0 0 12px 0; 
    color: #4ade80;
}
.odul-success-box p { 
    margin: 0 0 20px 0; 
}
.odul-success-box code {
    background: rgba(0, 0, 0, 0.3);
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 16px;
}
.davet-iade-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.2);
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 20px;
}
/* YENİLER */
.davet-iade-info .iade-label {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #166534;
    font-size: 14px;
}
.davet-iade-info .iade-amount {
    font-weight: 600;
    color: #166534;
    font-size: 16px;
}
.iade-limit-info {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #f59e0b;
    font-size: 14px;
    margin-bottom: 16px;
}
/* Nasıl Çalışır Box */
.davet-nasil-calisir {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.05), rgba(139, 92, 246, 0.05));
    border: 1px solid rgba(99, 102, 241, 0.15);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}
.davet-nasil-calisir h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 12px 0;
    font-size: 15px;
    color: #6366f1;
}
.davet-nasil-calisir ul {
    margin: 0 0 16px 0;
    padding-left: 20px;
}
.davet-nasil-calisir li {
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
}
.davet-nasil-calisir li:last-child {
    margin-bottom: 0;
}
.davet-nasil-calisir .davet-iade-info {
    margin-bottom: 0;
}
/* ================================================
   RESPONSIVE
   ================================================ */

@media (max-width: 768px) {
    .davet-benefits {
        flex-direction: column;
    }
    .davet-form .form-row {
        flex-direction: column;
        gap: 0;
    }
    .odul-options {
        flex-direction: column;
    }
    .davet-table th:nth-child(2), 
    .davet-table td:nth-child(2) { 
        display: none; 
    }
}

/* ================================================
   TEMA UYUM DÜZELTMELERİ
   ================================================ */

/* Sayfa başlık bandını gizle - tema uyumu */
.flavor-page-header,
.page-header-wrapper,
.woocommerce-products-header,
.colibri-page-header,
.entry-header,
header.entry-header,
.page-title-section,
[class*="page-header"]:not(.sl-page-header):not(.yp-header):not(.demo-panel-header):not(.reviews-header):not(.reviewer-account-header) {
    display: none !important;
}

/* Yönetmen kartları - yazı renkleri zorla beyaz */
.eg-trainer-name,
.eg-trainer-title,
.eg-trainer-bio,
.eg-trainer-stats,
.eg-trainer-stats span,
.eg-trainer-stat-value,
.eg-trainer-stat-label,
.eg-trainer-info,
.eg-trainer-info * {
    color: #fff !important;
}

.eg-trainer-title {
    color: #c4b5fd !important;
}

.eg-trainer-stat-label {
    color: rgba(255,255,255,0.7) !important;
}

/* Overlay gradient güçlendir */
.eg-trainer-overlay {
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.8) 40%, rgba(0,0,0,0.4) 70%, transparent 100%) !important;
}
/* Sayfa başlık bandını gizle */
.sl-page-header {
    display: none !important;
}
/* Tüm sayfa başlık bantlarını gizle */
.sl-page-header,
.flavor-page-header,
.page-header-wrapper,
.woocommerce-products-header,
.colibri-page-header,
.entry-header {
    display: none !important;
}
.atolye-banner-text p {
    color: rgba(255, 255, 255, 0.9) !important;
}
.sl-page-header {
    display: none !important;
}
/* Demo Info Note - Wrapper dışında */
.single-product.postid-948 .demo-info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
    padding: 14px 16px;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.12), rgba(118, 75, 162, 0.08)) !important;
    border-radius: 10px;
    border: 1px solid rgba(102, 126, 234, 0.25) !important;
}

.single-product.postid-948 .demo-info-note .sl-icon {
    stroke: #667eea;
    flex-shrink: 0;
}

.single-product.postid-948 .demo-info-note span {
    font-size: 12px;
    color: #555;
    line-height: 1.5;
}

.single-product.postid-948 .demo-info-note a {
    color: #667eea;
    font-weight: 600;
    text-decoration: none;
}
/* Buton renk düzeltmeleri */
.action-primary, .action-primary:hover,
.action-secondary, .action-secondary:hover,
.ad-btn-primary, .ad-btn-primary:hover,
.btn-primary, .btn-primary:hover {
    color: #fff !important;
}
/* Yönetmenler notu */
.eg-trainers-note {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    padding: 20px;
}

.eg-trainers-note p {
    color: #94a3b8;
    font-size: 0.95rem;
    font-style: italic;
    margin: 0;
}
/* Yönetmen kartlarında proje stat'ını gizle */
.eg-trainer-stat:last-child {
    display: none;
}
/* Eğitimler sayfası buton fix */
.eg-paket-btn,
.eg-paket-btn:link,
.eg-paket-btn:hover,
.eg-paket-btn:visited,
.sl-page-content .eg-paket-btn,
.sl-page-content .eg-paket-btn:hover {
    color: #fff !important;
}
/* Atölye paketler buton fix */
.paket-btn,
.paket-btn:link,
.paket-btn:hover,
.paket-btn:visited {
    color: #fff !important;
}
/* ===== HERO CTA BUTONU ===== */
.eg-hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 32px;
    padding: 16px 32px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
}

.eg-hero-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 28px rgba(102, 126, 234, 0.5);
    color: #fff;
}

.eg-hero-cta-btn svg {
    stroke: currentColor;
}

@media (max-width: 768px) {
    .eg-hero-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 15px;
    }
}
/* Değerlendirmelerim - Kart Aksiyonları */
.review-card-actions { 
    padding: 16px; 
    border-top: 1px solid #f0f0f0; 
}

.review-card-actions .btn-panel,
.review-card-actions .btn-view,
.review-card-actions .btn-continue {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s;
}

.review-card-actions .btn-view {
    background: #f0f0f0;
    color: #333;
}

.review-card-actions .btn-view:hover {
    background: #e0e0e0;
}

.review-card-actions .btn-panel,
.review-card-actions .btn-continue {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff !important;
}

.review-card-actions .btn-panel:hover,
.review-card-actions .btn-continue:hover {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102,126,234,0.3);
}
/* Değerlendirmelerim Grid Fix */
.unified-main-content .reviews-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
}

.unified-main-content .review-card {
    overflow: visible !important;
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 900px) {
    .unified-main-content .reviews-grid {
        grid-template-columns: 1fr !important;
    }
}
/* MOBIL DUZELTMELER - 576px */
@media (max-width: 576px) {
    .unified-page-layout,
    .yorumcu-page-layout {
        padding: 0 8px !important;
        margin: 12px auto !important;
        gap: 10px !important;
    }
    
    .yp-wrapper,
    .demo-panel-wrapper,
    .reviews-wrapper {
        border-radius: 10px !important;
    }
    
    .yp-header,
    .demo-panel-header,
    .reviews-header {
        padding: 14px 12px !important;
    }
    
    .yp-header h1,
    .demo-panel-header h1,
    .reviews-header h1 {
        font-size: 16px !important;
    }
    
    .yp-content,
    .demo-panel-content,
    .reviews-content {
        padding: 10px !important;
    }
    
    .yp-detail-card {
        border-radius: 8px !important;
    }
    
    .yp-detail-header {
        padding: 10px !important;
    }
    
    .yp-demo-section {
        padding: 10px !important;
        margin: 8px !important;
    }
    
    .yp-completed-section,
    .yp-qa-section {
        padding: 10px !important;
        margin: 8px !important;
    }
    
    .yp-review-display {
        padding: 10px !important;
    }
    
    .yp-action-buttons {
        padding: 10px !important;
        margin: 8px !important;
    }
    
    .sl-audio-player {
        padding: 8px !important;
    }
    
    .sl-play-btn {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
    }
}