/**
 * Exhibition badge spacing + Our University section (theme design schema).
 */

.vl-exhibition-card .exhibition-card-content .exhibition-card-header .exhibition-badge {
    position: static !important;
    inset: auto !important;
    display: inline-flex;
    width: fit-content;
    margin: 0 0 12px !important;
    vertical-align: top;
}

/* Our University — uses vl-exhibition-card schema */
.vl-university-section {
    background: var(--ztc-bg-bg-4, #f8f9ff);
    padding: 80px 0;
}

.vl-university-section .vl-section-title4 .title {
    margin-bottom: 16px;
}

.vl-university-section .vl-section-title4 .para {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.vl-university-section .vl-exhibition-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.vl-university-section .vl-exhibition-card .exhibition-card-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.vl-university-section .vl-exhibition-card .exhibition-card-content {
    padding: 0 24px 28px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.vl-university-section .vl-exhibition-card.vl-university-card--text-only .exhibition-card-content {
    padding-top: 8px;
    padding-bottom: 28px;
    padding-left: 24px;
    padding-right: 24px;
}

.vl-university-section .exhibition-card-description {
    flex: 1;
}

.vl-university-section .exhibition-card-description p {
    color: var(--ztc-text-text-16, #514F4C);
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 0;
}

.vl-university-section .exhibition-card-header .exhibition-title {
    color: var(--ztc-text-text-15, #181713);
    font-family: var(--headings-font, "Quicksand", sans-serif);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.vl-university-section .exhibition-card-header .exhibition-badge {
    background: var(--lp-green, #6C1CEA);
    color: #fff;
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 12px !important;
    display: inline-flex;
    position: static !important;
}

.vl-university-section .exhibition-card-actions {
    margin-top: 24px;
}

.vl-university-section .university-highlight {
    margin-top: 24px;
    padding: 14px 16px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(108, 28, 234, 0.08) 0%, rgba(64, 208, 222, 0.12) 100%);
    border: 1px solid rgba(108, 28, 234, 0.15);
    color: var(--primary-color, #6C1CEA);
    font-weight: 700;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

@media (max-width: 991.98px) {
    .vl-university-section {
        padding: 60px 0;
    }

    .vl-university-section .vl-exhibition-card .exhibition-card-image img {
        height: 200px;
    }
}
