.tfl-topo-access-gate {
    position: relative;
    width: 100%;
    min-height: 480px;
    border-radius: 12px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.tfl-topo-access-blur {
    position: absolute;
    inset: 0;
    z-index: 1;
    /* Map-toned base so blurred edges / loading gaps never flash white. */
    background: #adc4d1;
    overflow: hidden;
}

/* Fallback background shown if the real map tiles fail to load. */
.tfl-topo-access-fauxmap {
    position: absolute;
    inset: -20px;
    background:
        radial-gradient(circle at 20% 30%, #cfe0c8 0, transparent 40%),
        radial-gradient(circle at 75% 65%, #bcd3e6 0, transparent 45%),
        repeating-linear-gradient(45deg, #e7eadf 0 22px, #dfe4d6 22px 44px),
        linear-gradient(135deg, #e9efe3, #d8e2ea);
    filter: blur(9px) saturate(0.9);
    transform: scale(1.06);
    z-index: 0;
}

/* Real (blurred, non-interactive) map preview sits above the fallback.
   Large negative inset + scale pushes the soft blurred edges outside the
   cropped box so no white/transparent halo shows around the border. */
.tfl-topo-access-map {
    position: absolute;
    inset: -48px;
    z-index: 1;
    filter: blur(9px) saturate(0.95);
    transform: scale(1.14);
    pointer-events: none;
}

/* Leaflet's default container background is light gray — override it so
   tiles-loading and out-of-bounds areas read as map, not whiteness. */
.tfl-topo-access-map .leaflet-container {
    background: #adc4d1 !important;
}

.tfl-topo-access-map .leaflet-control-container,
.tfl-topo-access-map .leaflet-control-zoom,
.tfl-topo-access-map .leaflet-control-attribution {
    display: none !important;
}

.tfl-topo-access-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(20, 28, 38, 0.35);
    backdrop-filter: blur(2px);
}

.tfl-topo-access-card {
    width: 100%;
    max-width: 420px;
    background: #ffffff;
    border-radius: 14px;
    padding: 32px 28px;
    text-align: center;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
}

.tfl-topo-access-lock {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 10px;
}

.tfl-topo-access-title {
    margin: 0 0 8px;
    font-size: 22px;
    font-weight: 700;
    color: #1c2733;
}

.tfl-topo-access-text {
    margin: 0 0 20px;
    color: #4a5865;
    font-size: 15px;
    line-height: 1.5;
}

.tfl-topo-access-form {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.tfl-topo-access-input {
    flex: 1 1 180px;
    min-width: 0;
    padding: 12px 14px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border: 2px solid #cdd6df;
    border-radius: 8px;
    outline: none;
    transition: border-color 0.15s ease;
}

.tfl-topo-access-input:focus {
    border-color: #2e7d32;
}

.tfl-topo-access-submit {
    flex: 0 0 auto;
    padding: 12px 22px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #2e7d32;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.15s ease, opacity 0.15s ease;
}

.tfl-topo-access-submit:hover {
    background: #256628;
}

.tfl-topo-access-submit[disabled] {
    opacity: 0.6;
    cursor: default;
}

.tfl-topo-access-msg {
    margin-top: 14px;
    min-height: 20px;
    font-size: 14px;
    font-weight: 600;
}

.tfl-topo-access-msg.is-error {
    color: #c62828;
}

.tfl-topo-access-msg.is-success {
    color: #2e7d32;
}




.elementor-element-43aa81b.e-con {
    min-height: unset !important;
    height: auto !important;
}

.elementor-element-43aa81b .elementor-widget-shortcode,
.elementor-element-43aa81b .elementor-widget-container,
.elementor-element-43aa81b .elementor-shortcode {
    height: 100%;
}
