/* Tora Şarj Frontend Styles */
.tora-sarj-pricing {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    max-width: 100%;
}

.tora-sarj-pricing-wrapper {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.tora-sarj-pricing-table {
    width: 100%;
    border-collapse: collapse;
}

.tora-sarj-pricing-table thead {
    background: linear-gradient(135deg, #ff6b00 0%, #e55a00 100%);
}

.tora-sarj-pricing-table thead th {
    padding: 16px 20px;
    text-align: left;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #fff;
}

.tora-sarj-pricing-table thead th:last-child {
    text-align: right;
}

.tora-sarj-pricing-table tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    background: #ffffff;
}

.tora-sarj-pricing-table tbody tr:hover {
    background: #fafafa;
}

.tora-sarj-pricing-table tbody tr:last-child {
    border-bottom: none;
}

.tora-sarj-pricing-table tbody td {
    padding: 20px;
}

.tora-sarj-pricing-table tbody td:first-child {
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.tora-sarj-pricing-table tbody td:last-child {
    text-align: right;
}

.tora-socket-type {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tora-socket-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #ff6b00 0%, #ff8c33 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tora-socket-icon svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.tora-socket-info h3 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 2px 0;
}

.tora-socket-info span {
    font-size: 12px;
    color: #888;
}

.tora-price-tag {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.tora-price-value {
    font-size: 24px;
    font-weight: 700;
    color: #ff6b00;
}

.tora-price-value span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
}

.tora-price-note {
    font-size: 11px;
    color: #999;
    margin-top: 2px;
}

/* Disclaimer */
.tora-sarj-disclaimer {
    margin-top: 16px;
    padding: 14px 16px;
    background: #fff8f3;
    border-left: 3px solid #ff6b00;
    border-radius: 0 12px 12px 0;
    font-size: 12px;
    color: #666;
    line-height: 1.5;
}

/* Responsive - Mobile First */
@media (max-width: 768px) {
    .tora-sarj-pricing-wrapper {
        border-radius: 12px;
    }

    .tora-sarj-pricing-table thead th {
        padding: 14px 16px;
        font-size: 11px;
        letter-spacing: 1px;
    }

    .tora-sarj-pricing-table tbody td {
        padding: 16px;
    }

    .tora-socket-type {
        gap: 12px;
    }

    .tora-socket-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
    }

    .tora-socket-icon svg {
        width: 18px;
        height: 18px;
    }

    .tora-socket-info h3 {
        font-size: 13px;
    }

    .tora-socket-info span {
        font-size: 11px;
    }

    .tora-price-value {
        font-size: 20px;
    }

    .tora-price-value span {
        font-size: 12px;
    }

    .tora-price-note {
        font-size: 10px;
    }

    .tora-sarj-disclaimer {
        margin-top: 12px;
        padding: 12px 14px;
        font-size: 11px;
        border-radius: 0 10px 10px 0;
    }
}

@media (max-width: 480px) {
    .tora-sarj-pricing-table thead {
        display: none;
    }

    .tora-sarj-pricing-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        padding: 16px;
        align-items: center;
        justify-content: space-between;
    }

    .tora-sarj-pricing-table tbody td {
        padding: 0;
        display: block;
    }

    .tora-sarj-pricing-table tbody td:first-child {
        flex: 1;
    }

    .tora-sarj-pricing-table tbody td:last-child {
        text-align: right;
    }

    .tora-price-tag {
        align-items: flex-end;
    }

    .tora-socket-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .tora-socket-icon svg {
        width: 16px;
        height: 16px;
    }

    .tora-socket-info h3 {
        font-size: 12px;
        margin-bottom: 1px;
    }

    .tora-socket-info span {
        font-size: 10px;
    }

    .tora-price-value {
        font-size: 18px;
    }

    .tora-price-value span {
        font-size: 11px;
    }
}

/* ==================== 100KM MALİYET HESAPLAMA ==================== */

/* Tema başlığını gizle */
.single-tora_100km .meta-header-inside,
.single-tora_100km .entry-title,
.single-tora_100km .page-title {
    display: none !important;
}

.tora-100km-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: #f5f5f5;
    color: #1a1a2e;
    line-height: 1.6;
}

/* Hero Section */
.tora-100km-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 60px 20px;
}

.tora-100km-hero-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.tora-100km-hero-content {
    padding-right: 40px;
}

.tora-100km-hero-tag {
    display: inline-block;
    background: #ff6b35;
    color: white;
    padding: 6px 16px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tora-100km-hero-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: #1a1a2e;
    line-height: 1.2;
    margin-bottom: 0;
}

.tora-100km-hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tora-100km-hero-image img,
.tora-100km-featured-img {
    max-width: 100%;
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
}

.tora-100km-car-placeholder {
    width: 100%;
    max-width: 500px;
    height: 300px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tora-100km-car-placeholder::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    top: -50%;
    left: -50%;
}

.tora-100km-car-placeholder i {
    font-size: 6rem;
    color: white;
    opacity: 0.9;
}

/* Main Content */
.tora-100km-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.tora-100km-intro {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
    line-height: 1.8;
}

.tora-100km-intro strong {
    color: #1a1a2e;
}

/* Km Seçici - Modern Design */
.tora-100km-km-selector {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #1e3a5f 100%);
    border-radius: 16px;
    padding: 24px 32px;
    margin-bottom: 28px;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.25);
}

.tora-100km-km-label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(255,255,255,0.9);
    font-weight: 500;
}

.tora-100km-km-label i {
    color: #ffd700;
    font-size: 20px;
}

.tora-100km-km-input-wrapper {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.tora-100km-km-input {
    width: 90px;
    padding: 12px 16px;
    border: none;
    font-size: 24px;
    font-weight: 700;
    color: #1e3a5f;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    outline: none;
    background: transparent;
}

.tora-100km-km-input::-webkit-outer-spin-button,
.tora-100km-km-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tora-100km-km-unit {
    background: linear-gradient(135deg, #ff6b35 0%, #e55a2b 100%);
    color: white;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.tora-100km-km-title {
    font-size: 15px;
    color: white;
    font-weight: 500;
}

.tora-100km-km-title strong {
    color: #ffd700;
}

.tora-100km-section-title {
    font-size: 13px !important;
    font-weight: 500;
    color: #1a1a2e;
    margin-bottom: 20px;
    padding: 12px 16px;
    background: linear-gradient(135deg, #f8f9fa 0%, #fff 100%);
    border-left: 4px solid #ff6b35;
    border-radius: 0 8px 8px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Cost Cards - Modern Gradient Style */
.tora-100km-cost-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: none;
}

.tora-100km-cost-header {
    padding: 24px 28px;
    display: flex;
    align-items: center;
    gap: 16px;
    color: white;
}

.tora-100km-cost-header.orange {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #1e3a5f 100%) !important;
}

.tora-100km-cost-header i {
    font-size: 1.6rem;
    color: #ffd700;
}

.tora-100km-cost-header h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0;
    text-transform: none !important;
    letter-spacing: 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: white !important;
}

.tora-100km-cost-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 8px;
}

.tora-100km-cost-item {
    padding: 24px 20px;
    border-right: 1px solid #e8eef5;
    text-align: left;
}

.tora-100km-cost-item:last-child {
    border-right: none;
}

.tora-100km-cost-label {
    font-size: 15px;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.tora-100km-cost-calc {
    font-size: 14px;
    color: #7a8ca3;
    margin-bottom: 12px;
    font-style: normal;
}

.tora-100km-cost-value {
    font-size: 1.5rem;
    font-weight: 700;
}

.tora-100km-cost-value.orange {
    color: #1e3a5f;
}

/* Tora Card - Modern Gradient Style */
.tora-100km-tora-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    border: none;
}

.tora-100km-tora-header {
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 50%, #1e3a5f 100%) !important;
    color: white;
    padding: 24px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.tora-100km-tora-header i {
    font-size: 1.6rem;
    color: #ffd700;
}

.tora-100km-tora-header-content h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin: 0 0 6px 0;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, sans-serif !important;
    color: white !important;
}

.tora-100km-tora-header-content span {
    font-size: 13px;
    opacity: 0.85;
}

.tora-100km-tora-body {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding: 8px;
}

.tora-100km-tora-item {
    padding: 24px 20px;
    border-right: 1px solid #e8eef5;
}

.tora-100km-tora-item:last-child {
    border-right: none;
}

.tora-100km-tora-label {
    font-size: 15px;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 12px;
}

.tora-100km-tora-calc {
    font-size: 14px;
    color: #7a8ca3;
    margin-bottom: 12px;
}

.tora-100km-tora-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e3a5f;
}

/* Info Box */
.tora-100km-info-box {
    background: #fff8f5;
    border-left: 4px solid #ff6b35;
    padding: 20px 24px;
    margin-bottom: 24px;
    border-radius: 0 8px 8px 0;
}

.tora-100km-info-box p {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.7;
    margin: 0;
}

/* Result Card */
.tora-100km-result-card {
    background: linear-gradient(135deg, #fff8f5 0%, #fff0eb 100%);
    border: 2px solid #ff6b35;
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.tora-100km-result-icon {
    width: 60px;
    height: 60px;
    background: #ff6b35;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tora-100km-result-icon i {
    font-size: 1.5rem;
    color: white;
}

.tora-100km-result-content {
    flex: 1;
}

.tora-100km-result-label {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 4px;
}

.tora-100km-result-calc {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 8px;
}

.tora-100km-result-value {
    font-size: 2rem;
    font-weight: 800;
    color: #ff6b35;
}

.tora-100km-result-note {
    font-size: 14px;
    color: #555;
    margin-top: 24px;
    line-height: 1.8;
}

.tora-100km-result-note p {
    margin-bottom: 16px;
}

.tora-100km-result-note p:last-child {
    margin-bottom: 0;
}

.tora-100km-result-note strong {
    color: #1e3a5f;
    font-weight: 600;
}

/* CTA Section */
.tora-100km-cta {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    border-radius: 12px;
    padding: 40px;
    text-align: center;
    margin: 40px 0;
}

.tora-100km-cta p {
    color: white;
    font-size: 1.1rem;
    margin-bottom: 20px;
}

.tora-100km-cta strong {
    color: white;
}

.tora-100km-cta-phone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: white;
    color: #ff6b35;
    padding: 14px 32px;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
}

.tora-100km-cta-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.tora-100km-cta-note {
    color: rgba(255,255,255,0.9) !important;
    font-size: 0.9rem !important;
    margin-top: 16px !important;
}

.tora-100km-cta-note a {
    color: white;
    text-decoration: underline;
}

/* App Badges */
.tora-100km-app-badges {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.tora-100km-app-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #1a1a2e;
    color: #ffffff !important;
    padding: 14px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s;
    min-width: 160px;
}

.tora-100km-app-badge:hover {
    background: #2a2a3e;
    transform: translateY(-2px);
    color: #ffffff !important;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.tora-100km-app-badge i {
    font-size: 1.8rem;
    color: #ffffff !important;
}

.tora-100km-app-badge-text {
    text-align: left;
}

.tora-100km-app-badge-text span {
    display: block;
    font-size: 0.75rem;
    color: rgba(255,255,255,0.8) !important;
    margin-bottom: 2px;
}

.tora-100km-app-badge-text strong {
    font-size: 1rem;
    color: #ffffff !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .tora-100km-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .tora-100km-hero-content {
        padding-right: 0;
        text-align: center;
    }

    .tora-100km-hero-title {
        font-size: 2.2rem;
    }
}

@media (max-width: 768px) {
    .tora-100km-hero {
        padding: 40px 20px;
    }

    .tora-100km-hero-title {
        font-size: 1.8rem;
    }

    .tora-100km-cost-body,
    .tora-100km-tora-body {
        grid-template-columns: 1fr;
    }

    .tora-100km-cost-item,
    .tora-100km-tora-item {
        border-right: none;
        border-bottom: 1px solid #eee;
    }

    .tora-100km-cost-item:last-child,
    .tora-100km-tora-item:last-child {
        border-bottom: none;
    }

    .tora-100km-result-card {
        flex-direction: column;
        text-align: center;
    }

    .tora-100km-cta {
        padding: 30px 20px;
    }

    .tora-100km-app-badges {
        flex-direction: column;
        align-items: center;
    }

    .tora-100km-car-placeholder {
        height: 200px;
    }

    .tora-100km-car-placeholder i {
        font-size: 4rem;
    }
}

/* ========================================
   100KM ARCHIVE PAGE STYLES
   ======================================== */

.tora-100km-archive-wrapper {
    background: #f5f7fa;
    min-height: 100vh;
}

/* Archive Hero - Modern Corporate */
.tora-100km-archive-hero {
    background: #2a2a2a;
    padding: 45px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tora-100km-archive-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

.tora-100km-archive-hero-content {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.tora-100km-archive-hero h1 {
    font-size: 1.5rem;
    font-weight: 600;
    color: white;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -0.3px;
}

.tora-100km-archive-hero h1 i {
    color: #ff6b35;
    margin-right: 10px;
    font-size: 1.3rem;
}

.tora-100km-archive-hero p {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.85);
    margin-bottom: 24px;
    font-weight: 400;
}

.tora-100km-archive-stats {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.tora-100km-archive-stat {
    text-align: center;
    padding: 14px 28px;
    background: rgba(255,255,255,0.06);
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.1);
    min-width: 110px;
}

.tora-100km-archive-stat .stat-number {
    display: block;
    font-size: 1.3rem;
    font-weight: 700;
    color: #ff6b35;
    margin-bottom: 4px;
}

.tora-100km-archive-stat .stat-label {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.7);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Archive Main */
.tora-100km-archive-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Archive Grid */
.tora-100km-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 24px;
}

/* Archive Card */
.tora-100km-archive-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.tora-100km-archive-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
}

.tora-100km-archive-card-image {
    height: 200px;
    overflow: hidden;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d5a87 100%);
    position: relative;
}

.tora-100km-archive-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.tora-100km-archive-card:hover .tora-100km-archive-card-image img {
    transform: scale(1.05);
}

.tora-100km-archive-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tora-100km-archive-card-placeholder i {
    font-size: 4rem;
    color: rgba(255,255,255,0.3);
}

/* Overlay Badges */
.tora-100km-archive-card-overlay {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
}

.tora-100km-archive-card-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.tora-100km-archive-card-badge.kwh {
    background: rgba(255, 215, 0, 0.95);
    color: #1e3a5f;
}

.tora-100km-archive-card-badge.kwh i {
    color: #1e3a5f;
}

.tora-100km-archive-card-badge.price {
    background: rgba(255, 107, 53, 0.95);
    color: white;
}

.tora-100km-archive-card-badge.price i {
    color: white;
}

/* Card Content */
.tora-100km-archive-card-content {
    padding: 20px;
    flex: 1;
}

.tora-100km-archive-card-content h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e3a5f;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
}

/* Info Items */
.tora-100km-archive-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tora-100km-archive-card-info .info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #555;
}

.tora-100km-archive-card-info .info-item i {
    width: 20px;
    color: #1e3a5f;
    font-size: 14px;
}

.tora-100km-archive-card-info .info-item strong {
    color: #1e3a5f;
    font-weight: 600;
}

/* Empty State */
.tora-100km-archive-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 80px 20px;
    background: white;
    border-radius: 16px;
}

.tora-100km-archive-empty i {
    font-size: 4rem;
    color: #ccd5e0;
    margin-bottom: 20px;
}

.tora-100km-archive-empty p {
    font-size: 1.1rem;
    color: #666;
}

/* Archive Responsive */
@media (max-width: 768px) {
    .tora-100km-archive-hero h1 {
        font-size: 1.8rem;
    }

    .tora-100km-archive-stats {
        flex-direction: column;
        gap: 20px;
    }

    .tora-100km-archive-grid {
        grid-template-columns: 1fr;
    }
}
