.student-card-media > img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

.gallery-links a > img {
    width: calc(100% + 2.4rem);
    height: 115px;
    margin: -1.2rem -1.2rem .8rem;
    object-fit: cover;
}

.gallery-links a strong {
    margin-top: auto;
}

.managed-gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 16px; margin: 2rem 0; }
.managed-gallery a { overflow: hidden; height: 240px; border-radius: 14px; background: #eef2f6; }
.managed-gallery img { width: 100%; height: 100%; object-fit: cover; }
.managed-videos { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 18px; margin: 2rem 0; }
.managed-videos video { width: 100%; max-height: 520px; border-radius: 14px; background: #000; }
.person-card { position: relative; }
.standard-person-actions { position: absolute; z-index: 8; top: 10px; right: 10px; left: 10px; display: flex; flex-wrap: wrap; gap: 6px; padding: 7px; border-radius: 10px; background: rgba(16,37,61,.94); box-shadow: 0 4px 15px rgba(0,0,0,.25); }
.standard-person-actions button { flex: 1 1 auto; min-height: 34px; padding: 5px 8px; border: 1px solid #fff5; border-radius: 6px; background: #fff; color: #075cad; font-size: 12px; font-weight: 700; cursor: pointer; }
.standard-person-actions .standard-person-delete { color: #a00; }
.standard-add-person-frontend { min-height: 42px; padding: 8px 16px; border: 0; border-radius: 999px; background: #075cad; color: #fff; font-weight: 800; cursor: pointer; }
.institution-image.standard-editable-content { position: relative; overflow: visible; }
.institution-image > .standard-card-actions { z-index: 9; }
.tour-card > [data-tour-slide] { width: 100%; height: 100%; object-fit: cover; filter: brightness(.68); }
.tour-card > [data-tour-slide][hidden] { display: none; }
.tour-arrow { position: absolute; z-index: 6; top: 50%; width: 48px; height: 48px; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(7,92,173,.9); color: #fff; font-size: 32px; cursor: pointer; }
.tour-prev { left: 18px; }.tour-next { right: 18px; }
.tour-dots { position: absolute; z-index: 6; bottom: 18px; left: 50%; display: flex; gap: 8px; transform: translateX(-50%); }
.tour-dots i { width: 11px; height: 11px; border: 1px solid #fff; border-radius: 50%; background: transparent; }
.tour-dots i.is-active { border-color: #ffd000; background: #ffd000; }
.tour-edit-link { display: inline-flex; margin-top: 12px; padding: 9px 16px; border-radius: 999px; background: #10253d; color: #fff; font-weight: 800; }
.tour-card > video,.tour-card > iframe { width: 100%; height: 100%; border: 0; object-fit: contain; background: #000; }

@media (max-width: 680px) {
    .student-card-media > img { height: 210px; }
}
