/* =========================
   Single event
   ========================= */

.kbc-single--event {
    padding: 34px 18px 72px;
}

.kbc-single--event .kbc-single-container {
    max-width: 1120px;
    margin: 0 auto;
}

.kbc-single--event .kbc-single-card {
    padding: 24px;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 42, 76, 0.08);
}

.kbc-single--event .kbc-single-top {
    display: grid;
    grid-template-columns: minmax(0, 420px) minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    margin-bottom: 24px;
}

.kbc-single--event .kbc-single-gallery {
    min-width: 0;
    overflow: hidden;
    border-radius: 18px;
    background: #eef5ff;
}

.kbc-single--event .kbc-single-gallery img {
    display: block;
    width: 100%;
    max-height: 460px;
    object-fit: contain;
    background: #eef5ff;
}

.kbc-single--event .kbc-single-info {
    min-width: 0;
}

.kbc-single--event .kbc-single-title {
    margin: 0 0 12px;
    color: #0f2a4c;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.1;
}

.kbc-single--event .kbc-single-category {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef5ff;
    color: #0f5fd7;
    font-size: 13px;
    font-weight: 700;
}

.kbc-single--event .kbc-single-description {
    color: #64748b;
    font-size: 16px;
    line-height: 1.6;
}

.kbc-single--event .kbc-single-fields {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.kbc-single--event .kbc-single-field {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 14px;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f8fafc;
}

.kbc-single--event .kbc-single-field__label {
    color: #0f2a4c;
    font-size: 14px;
    font-weight: 800;
}

.kbc-single--event .kbc-single-field__value {
    min-width: 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.5;
    overflow-wrap: anywhere;
}

.kbc-single--event .kbc-single-field__value a {
    color: #0f5fd7;
    text-decoration: none;
}

.kbc-single--event .kbc-single-field__value a:hover {
    text-decoration: underline;
}

.kbc-single--event .kbc-single-actions {
    margin-top: 22px;
}

.kbc-single--event .kbc-route-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #6d5dfc;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.kbc-single--event .kbc-route-btn:hover {
    background: #5546e8;
    color: #ffffff;
}

.kbc-single--event .kbc-single-map {
    margin-top: 24px;
    overflow: hidden;
    border-radius: 18px;
    background: #eef5ff;
}

.kbc-single--event .kbc-single-map iframe {
    display: block;
}

@media (max-width: 900px) {
    .kbc-single--event .kbc-single-top {
        grid-template-columns: 1fr;
    }

    .kbc-single--event .kbc-single-title {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .kbc-single--event {
        padding: 24px 14px 48px;
    }

    .kbc-single--event .kbc-single-card {
        padding: 16px;
        border-radius: 18px;
    }

    .kbc-single--event .kbc-single-title {
        font-size: 28px;
    }

    .kbc-single--event .kbc-single-field {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .kbc-single--event .kbc-route-btn {
        width: 100%;
    }

    .kbc-single--event .kbc-single-gallery img {
        max-height: 360px;
    }
}
