:root {
    --color-bg-main: #3a0f1a;
    --color-bg-light: #f3efea;
    --color-text-main: #f7f5f3;
    --color-text-secondary: #d9d3d0;
    --color-accent: #b83a59;
    --shadow-soft: 0 12px 24px rgba(0, 0, 0, 0.16);
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: 'Inter', 'Helvetica Neue', Arial, sans-serif;
    background: var(--color-bg-main);
    color: var(--color-text-main);
    scroll-behavior: smooth;
}

.page-wrapper {
    background: linear-gradient(180deg, rgba(58, 15, 26, 0.92), rgba(58, 15, 26, 0.86));
}

.top-bar {
    background: #2b0b14;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 20;
}

.top-bar__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand-name {
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.top-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.social-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.social-links--bar {
    gap: 14px;
    justify-content: center;
    width: 100%;
}

.social-bar {
    margin-top: 18px;
    margin-bottom: 6px;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(90deg, rgba(184, 58, 89, 0.16), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    flex-wrap: wrap;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.social-bar__label {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--color-text-secondary);
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--color-text-main);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.social-link svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.social-link:hover,
.social-link:focus-visible {
    background: rgba(184, 58, 89, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-1px);
    color: #fff;
}

.logo-circle {
    width: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--color-text-main);
    border-radius: 0;
    position: relative;
    overflow: visible;
    box-shadow: none;
}

.logo-image {
    width: 100%;
    height: auto;
    max-height: 76px;
    object-fit: contain;
    padding: 0;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.35));
}

.navbar-main {
    position: sticky;
    top: 0;
    z-index: 19;
    background: rgba(47, 14, 24, 0.9);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.navbar-main .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-links {
    list-style: none;
    margin: 0;
    padding: 12px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.navbar-links a {
    color: var(--color-text-main);
    text-decoration: none;
    padding: 10px 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid transparent;
    border-radius: 8px;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.25s ease;
}

.navbar-links a:hover,
.navbar-links a:focus-visible,
.navbar-links a.is-active {
    color: var(--color-accent);
    border-color: var(--color-accent);
    background: rgba(184, 58, 89, 0.1);
}

.hero-media {
    position: relative;
    background: radial-gradient(circle at top left, rgba(184, 58, 89, 0.08), transparent 30%), var(--color-bg-main);
    padding: 32px 0 64px;
    overflow: hidden;
}

.hero-ambient {
    position: absolute;
    inset: -12% -6% auto;
    height: 420px;
    filter: blur(42px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 1;
}

.ambient-lights {
    position: absolute;
    inset: -18% -8% auto;
    width: 120%;
    height: 520px;
    pointer-events: none;
    z-index: 1;
    mix-blend-mode: screen;
    overflow: hidden;
}

.ambient-light {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.36), rgba(184, 58, 89, 0.12), transparent 58%);
    opacity: 0.36;
    filter: blur(110px);
    --light-shift-x: 0px;
    --light-shift-y: 0px;
    transform: translate3d(var(--light-shift-x), var(--light-shift-y), 0);
    transition: transform 0.6s ease-out;
    animation: ambient-drift 22s ease-in-out infinite alternate;
}

.ambient-light--primary { left: 4%; top: 6%; }
.ambient-light--secondary { right: -6%; top: 32%; animation-duration: 24s; opacity: 0.32; }
.ambient-light--tertiary { left: 24%; bottom: -22%; animation-duration: 26s; opacity: 0.3; }

.orb {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), rgba(184, 58, 89, 0.45));
    animation: float 16s ease-in-out infinite;
}

.orb-1 { width: 240px; height: 240px; left: 4%; top: 18%; animation-delay: 0s; }
.orb-2 { width: 300px; height: 300px; right: 14%; top: 10%; animation-delay: 2s; }
.orb-3 { width: 180px; height: 180px; right: 32%; bottom: -6%; animation-delay: 4s; }

.hero-video-wrapper {
    position: relative;
    width: min(1080px, 96%);
    margin: 0 auto 28px;
    background: #0c0608;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 255, 255, 0.06);
    transform-origin: center;
    z-index: 2;
}

.hero-video-frame {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.hero-video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.banner-carousel-wrapper {
    max-width: 1024px;
    margin: 16px auto 0;
}

.banner-carousel {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.06);
    background: linear-gradient(135deg, rgba(184, 58, 89, 0.1), rgba(34, 10, 18, 0.9));
    isolation: isolate;
    transform-origin: center;
}

.banner-carousel img {
    height: 360px;
    object-fit: cover;
    filter: brightness(0.9) saturate(1.05);
}

.carousel-caption {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.25));
    padding: 18px 24px;
    text-align: left;
    border-radius: 12px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

.hero-parallax {
    --shift-x: 0px;
    --shift-y: 0px;
    transform: translate3d(var(--shift-x), var(--shift-y), 0);
    transition: transform 0.45s ease, box-shadow 0.3s ease;
}

.hero-parallax:hover {
    transform: translate3d(var(--shift-x), var(--shift-y), 0) scale(1.01);
}

.section-block {
    padding: 80px 0;
    background: var(--color-bg-main);
}

.section-block:nth-of-type(even) {
    background: #320f1c;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-title {
    color: var(--color-text-main);
    font-weight: 700;
    margin-bottom: 16px;
}

.section-text {
    color: var(--color-text-secondary);
    line-height: 1.6;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-accent);
    font-weight: 700;
    margin-bottom: 8px;
}

.card-tile {
    position: relative;
    background: linear-gradient(145deg, rgba(34, 10, 18, 0.92), rgba(58, 15, 26, 0.9));
    padding: 28px;
    height: 100%;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
    overflow: hidden;
}

.card-tile::after {
    content: '';
    position: absolute;
    inset: -30%;
    background: radial-gradient(circle at 20% 20%, rgba(184, 58, 89, 0.18), transparent 40%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.card-tile:hover::after {
    opacity: 1;
}

.card-tile h3 {
    margin-top: 0;
}

.section-image {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.rich-text p {
    margin-bottom: 12px;
}

.section-block {
    overflow: hidden;
}

.scroll-section {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.scroll-section.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.whatsapp-button {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: #25D366;
    color: #0a0a0a;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 18px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.04em;
    box-shadow: var(--shadow-soft);
    border-radius: 999px;
    overflow: hidden;
}

.whatsapp-label {
    animation: blink 2.6s ease-in-out infinite;
    text-transform: uppercase;
}

@keyframes ambient-drift {
    0% {
        transform: translate3d(calc(var(--light-shift-x) - 14px), calc(var(--light-shift-y) - 12px), 0) scale(1);
    }
    50% {
        transform: translate3d(calc(var(--light-shift-x) + 12px), calc(var(--light-shift-y) + 8px), 0) scale(1.02);
    }
    100% {
        transform: translate3d(calc(var(--light-shift-x) - 8px), calc(var(--light-shift-y) + 14px), 0) scale(1.04);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-18px);
    }
}

@keyframes blink {
    0%, 20% {
        opacity: 0;
    }
    30%, 70% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/* Admin area styling */
.admin-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: linear-gradient(120deg, rgba(22, 6, 12, 0.95), rgba(48, 12, 22, 0.9));
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    position: sticky;
    top: 0;
    z-index: 12;
}

.admin-topbar__brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.admin-topbar__logo {
    width: 46px;
    height: 46px;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 55%);
    border-radius: 12px;
    display: grid;
    place-items: center;
    padding: 6px;
}

.admin-topbar__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.admin-topbar__text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.admin-topbar__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.admin-topbar .btn {
    border-radius: 999px;
    padding: 8px 14px;
}

.admin-shell {
    max-width: 1220px;
    margin: 0 auto;
    padding: 32px 16px 48px;
    color: var(--color-text-main);
}

.admin-header {
    margin-bottom: 20px;
}

.admin-title {
    font-size: 28px;
    font-weight: 700;
}

.admin-subtitle {
    color: var(--color-text-secondary);
    margin: 8px 0 0;
}

.admin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 16px;
}

.admin-grid--tight {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.admin-card {
    background: linear-gradient(145deg, rgba(34, 10, 18, 0.92), rgba(58, 15, 26, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
    padding: 20px 22px;
    position: relative;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.3s ease;
}

.admin-card::before {
    content: '';
    position: absolute;
    inset: -40% 40% auto -20%;
    background: radial-gradient(circle at 30% 30%, rgba(184, 58, 89, 0.25), transparent 50%);
    opacity: 0.4;
    pointer-events: none;
}

.admin-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 38px rgba(0, 0, 0, 0.36);
}

.admin-card--link {
    color: inherit;
    text-decoration: none;
}

.admin-card__title {
    font-weight: 700;
    margin-bottom: 4px;
}

.admin-card__text {
    margin: 0;
    color: var(--color-text-secondary);
}

.admin-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
}

.admin-form input,
.admin-form textarea,
.admin-form select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(20, 5, 10, 0.85);
    color: var(--color-text-main);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.admin-form input[type='checkbox'] {
    width: auto;
    height: auto;
}

.admin-form textarea {
    min-height: 120px;
}

.admin-fieldset {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    gap: 16px;
    margin-bottom: 12px;
}

.admin-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.admin-field--wide {
    grid-column: 1 / -1;
    min-width: 0;
}

.admin-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.admin-actions--gap {
    justify-content: flex-start;
    gap: 12px;
}

.admin-card--metric {
    position: relative;
    overflow: hidden;
}

.admin-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
    margin: 12px 0;
}

.admin-metric {
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.admin-metric span {
    display: block;
    color: var(--color-text-secondary);
    font-size: 14px;
}

.admin-metric strong {
    display: block;
    font-size: 30px;
    line-height: 1.2;
    margin-top: 6px;
}

.admin-btn {
    padding: 12px 18px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(120deg, #d74f70, #b83a59);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.28);
    font-weight: 700;
}

.admin-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.admin-list__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.admin-list__item strong {
    color: #fff;
}

.admin-card .badge {
    vertical-align: middle;
}

.admin-form .form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 8px;
}

.admin-form .form-check-input {
    width: auto;
    margin: 0;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 12px;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    color: var(--color-text-main);
}

.admin-table th,
.admin-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.admin-table th {
    text-align: left;
    color: var(--color-text-secondary);
    font-weight: 700;
}

.text-end {
    text-align: right;
}

@media (max-width: 768px) {
    .top-bar__content {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .brand {
        justify-content: center;
    }

    .brand-name {
        display: none;
    }

    .logo-circle {
        width: 104px;
    }

    .top-actions {
        flex-direction: column;
    }

    .navbar-links {
        justify-content: center;
    }

    .banner-carousel img {
        height: 240px;
    }

    .hero-video-wrapper {
        border-radius: 18px;
    }

    .banner-carousel {
        border-radius: 14px;
    }

    .admin-grid {
        grid-template-columns: 1fr;
    }
}

.map-wrapper {
    position: relative;
    overflow: hidden;
}

.map-live {
    height: 280px;
    width: 100%;
    border-radius: 16px;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.06), transparent 50%),
        linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.map-live .leaflet-control-container {
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.25));
}

.map-live .leaflet-popup-content-wrapper,
.map-live .leaflet-popup-tip {
    background: #0d0f14;
    color: #e6e8ed;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.map-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    font-weight: 600;
    color: var(--color-text-main);
    text-decoration: none;
    letter-spacing: 0.01em;
    position: relative;
    z-index: 1;
}

.map-link svg {
    opacity: 0.85;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.map-link:hover svg {
    transform: translateX(4px);
    opacity: 1;
}

.admin-map-panel {
    display: grid;
    gap: 1.5rem;
}

.admin-field-heading {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.admin-mini-fields {
    display: grid;
    gap: 0.75rem;
    min-width: 260px;
}

.admin-map {
    width: 100%;
    height: 320px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.admin-field--inline {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.admin-field--inline .form-control {
    flex: 1;
    min-width: 0;
}


.links-landing {
    min-height: 100vh;
    background: radial-gradient(circle at 15% 15%, rgba(184, 58, 89, 0.12), transparent 40%),
        radial-gradient(circle at 85% 10%, rgba(184, 58, 89, 0.08), transparent 38%),
        linear-gradient(140deg, #2b0b14, #3a0f1a 58%, #240910);
    color: var(--color-text-main);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1.5rem;
}

.links-landing__shell {
    width: min(720px, 100%);
    background: linear-gradient(160deg, rgba(34, 10, 18, 0.94), rgba(58, 15, 26, 0.9));
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.03);
    padding: 2.5rem 2rem;
    backdrop-filter: blur(6px);
}

.links-landing__header {
    text-align: center;
    display: grid;
    gap: 0.75rem;
    justify-items: center;
    margin-bottom: 2rem;
}

.links-landing__logo {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.12), transparent 60%), rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05), 0 12px 28px rgba(0, 0, 0, 0.25);
}

.links-landing__logo img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.links-landing__name {
    font-size: 1.85rem;
    margin: 0;
    color: var(--color-text-main);
}

.links-landing__tagline {
    margin: 0;
    color: var(--color-text-secondary);
}


.links-landing__list {
    display: grid;
    gap: 1rem;
}

.link-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: linear-gradient(145deg, rgba(184, 58, 89, 0.14), rgba(255, 255, 255, 0.03));
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: inherit;
    text-decoration: none;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
}

.link-card:hover,
.link-card:focus-visible {
    transform: translateY(-2px);
    border-color: rgba(184, 58, 89, 0.65);
    background: linear-gradient(145deg, rgba(184, 58, 89, 0.22), rgba(255, 255, 255, 0.05));
    outline: none;
}

.link-card__thumb {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(135deg, rgba(184, 58, 89, 0.2), rgba(255, 255, 255, 0.06));
    border: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    place-items: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.link-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.link-card__title {
    font-weight: 700;
    font-size: 1.05rem;
}

.link-card__text {
    margin: 0.25rem 0 0;
    color: var(--color-text-secondary);
}

.links-landing__empty {
    text-align: center;
    color: var(--color-text-secondary);
    margin: 0;
}

.links-landing__footer {
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.social-links--links {
    margin-top: 0.5rem;
}

.social-links--links .social-link {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(184, 58, 89, 0.14);
}

.social-links--links .social-link svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .links-landing {
        padding: 2rem 1rem;
    }

    .links-landing__shell {
        padding: 1.75rem 1.5rem;
    }

    .link-card {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .link-card__thumb {
        margin: 0 auto;
    }
}

.admin-hint {
    color: #b5bac6;
    font-size: 0.95rem;
    margin-top: 0.25rem;
    max-width: 620px;
}

@media (max-width: 768px) {
    .admin-field-heading {
        flex-direction: column;
    }

    .admin-mini-fields {
        width: 100%;
    }

    .map-live,
    .admin-map {
        height: 240px;
    }
}
