*,::before,::after{box-sizing:border-box}
body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}
ul[role='list'],ol[role='list']{list-style:none}
html:focus-within{scroll-behavior:smooth}
body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}
a:not([class]){text-decoration-skip-ink:auto}
img,picture{max-width:100%;display:block}
input,button,textarea,select{font:inherit}
@media (prefers-reduced-motion: reduce) {
html:focus-within{scroll-behavior:auto}
*,::before,::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}
}

/* **************************************** */
/* SETUP */
/* **************************************** */
body,
html {
    font-family: sans-serif;
    min-width: 320px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    color: #242423;
    font-family: Camphor, Open Sans, Segoe UI, sans-serif;
    font-variant-numeric: proportional-nums;
    overflow-y: hidden;
}

:root {
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #e44141;
    --danger-dark: #942b2b;

    --blue: #007bff;
    --red: #dc3545;
    --grey: #c6c6c6;
    --dark-grey: grey;
    --super-light-grey: #f3f3f3;
    --light-grey: lightgray;
    --grey-hover: #f1f3f5;
    /* --brand-green-light: #E6F5E7; */

    --brand-white: #F6F6F3;
    --brand-black: #060400;

    --brand-main: #703b18;
    --brand-main-hover: #582e12;

    --paper: #ffefbf;
    --green-default: #457528;
    --green-dark: #1a2f0d;

    --accent-orange: #ff8800;
    --accent-orange-dark: #e57a00;
    --accent-orange-light: #ff9a2e;
    --accent-orange-muted: #ffdfc2;

    --button-bg: #3688fc;
    --button-hover: #1c79fc;
    --button-dark: #0360e2;

    --button-danger: #ff3e32;
    --button-danger-hover: #ff261b;
    --button-danger-light: #ff8d84;
    --button-danger-dark: #ff3e32;

    --bg-primary: #f8fafc;
    --bg-secondary: #ffffff;
    --bg-panel: #ffffff;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #64748b;
    --border-color: #e2e8f0;
    --border-hover: #cbd5e1;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.08), 0 2px 4px -2px rgb(0 0 0 / 0.08);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

*,
:after,
:before {
    box-sizing: inherit
}

h1,
h2,
h3 {
    color: #32325d;
    font-weight: 500
}

h2 {
    font-size: 34px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 12px;
    letter-spacing: -0.8px;
}

h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 10px;
    letter-spacing: -0.8px;
}

a {
    text-decoration: none
}

a.link {
    text-decoration: none;
    color: #01579b;
    font-weight: 700
}

a.link:hover {
    background: #01579b;
    transition: .5s;
    color: #fff;
    cursor: pointer
}

.mn {
    margin: 0
}

.di {
    display: inline
}

.tar {
    text-align: right;
}

.pr {
    position: relative
}

.fr {
    float: right
}

.displayBlock {
    display: block
}

.displayNone {
    display: none
}

.clear {
    clear: both
}

.left {
    float: left;
    width: 49%
}

.right {
    float: right;
    width: 49%
}

.subtle-hr {
    height: 1.75px;
    background: #9a9a9a54;
    margin: 10px 0;
}

.no-dot-list {
    list-style: none;
    padding-left: 0;
}

.uk-modal-dialog h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}

.uk-modal-dialog h3 {
    margin: 0;
    font-weight: 500;
    font-size: 22px;
}

.uk-modal-dialog .modal-close-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 1;
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d1d5db;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    cursor: pointer;
}

.uk-modal-dialog .modal-close-btn:hover {
    border-color: #9ca3af;
    background: #f3f4f6;
}

.uk-modal-dialog .modal-close-btn svg {
    width: 20px;
    height: 20px;
}

.uk-modal-dialog > .uk-modal-title,
.uk-modal-dialog .park-editor-modal__heading {
    padding-right: 52px;
}

.input-grid {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.input-grid .field,
.input-grid .form-group {
    flex-basis: 48%;
    flex-grow: 1;
    flex-shrink: 0;
}
/* **************************************** */





/* **************************************** */
/* * Page */
/* **************************************** */
.map-width {
    height: calc(100vh - 10px);
    width: 100vw;
    display: inline-block;
}

#map {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

.map-controls {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 300px;
    background: white;
    border-radius: 6px;
    z-index: 999;
    padding: 15px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.map-controls-inner {
    position: relative;
}

h3.output-title {
    font-weight: bold;
    font-size: 16px;
    margin: 15px 0 12px 0;
}

.area-box {
    background: black;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 0;
    border-radius: 6px;
    text-align: center;
    color: white;
    margin-top: 10px;
}

#outputBox {
    display: none;
}

.reset-zoom-btn {
    position: absolute;
    z-index: 999;
    left: 10px;
    color: black;
    background: white;
    border: 1.7px solid black;
    top: 80px;
    outline: none;
    display: inline-block;
    line-height: 0;
    padding: 5px 7px;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    border-radius: 4px;
    text-align: center;
}

.circle-btn,
.isochrone-btn {
    padding: 6px 8px;
    border-radius: 4px;
    position: absolute;
    z-index: 999;
    color: black;
    line-height: 0;
    background: white;
    border: 1.7px solid black;
    top: 15px;
}

.isochrone-btn {
    right: 15px;
}

.circle-btn {
    right: 150px;
    padding: 7px 8px;
}

.circle-btn svg,
.isochrone-btn svg {
    width: 15px;
    display: inline-block;
    vertical-align: middle;
}

.circle-btn:hover,
.isochrone-btn:hover,
.reset-zoom-btn:hover {
    cursor: pointer;
    transition: all .15s ease;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.floating-outer {
    position: absolute;
    top: 10px;
    left: 55px;
    z-index: 999;
    width: 310px;
    /* max-height: calc(100% - 30px);
    overflow-y: auto;
    overflow-x: hidden; */
}

.logo-area {
    border-radius: 6px;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    width: 100%;
    max-width: 305px;
    margin-bottom: 15px;
}

.logo-area img {
    width: 100%;
}

.bottom-right-details {
    position: absolute;
    bottom: 35px;
    right: 15px;
    z-index: 999;
}

.area-info-outer {
    border-radius: 6px;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
    max-width: 320px;
}

.search-inputs-box .postcode-area {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: flex-end;
}

.postcode-area img {
    margin: 0 auto;
    width: 200px;
    display: flex;
    padding-top: 6px;
    margin-bottom: 12px;
}

.reset-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
}

.reset-search-btn:hover {
    transition: .3s;
    cursor: pointer;
    opacity: .4;
}

.dot-icon {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
    border: 2px solid white;
}

#keyOuter {
    position: absolute;
    min-width: 160px;
    font-size: 12px;
    top: 0;
    right: 0;
}


.key-header {
    background: black;
    color: white;
    width: 154px;
    padding: 4px 15px;
    font-weight: 600;
    font-size: 13px;
    border-radius: 4px 4px 0 0;
    margin-top: -28px;
    width: calc(100% + 23px);
    margin-left: -11px;
}

.map-key span {
    margin: 6px 1px;
    display: flex;
    align-items: center;
    position: relative;
    gap: 10px;
    white-space: nowrap;
}

.key-el .key-color {
    margin: 0;
    background: black;
    width: 20px;
    text-align: center;
    height: 20px;
    vertical-align: middle;
    line-height: 20px;
}

.key-el .key-name {
    margin: 0 !important;
}

.key-el .key-el__color-swatch,
.border-colour-swatch {
    width: 69px;
    height: 46px;
}

.key-el .key-el__color-swatch:hover,
.border-colour-swatch:hover,
.color-swatch:hover {
    opacity: 0.6;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

.hidden-key-el {
    background: #b2b2b2;
    opacity: .6;
}

.labels {
    display: none
}

.toggles-container {
    position: absolute;
    z-index: 999;
    left: 55px;
    top: 135px;
    padding: 10px;
    border-radius: 4px;
    border: 1.5px solid black;
    background: #ffffff;
    color: black;
}

.teaching-check label span {
    background: #ff5454;
    padding: 2px 10px;
}

.non-teaching-check label span {
    background: #249af0;
    padding: 2px 10px;
}

.trusts-check label span {
    background: yellow;
    padding: 2px 10px;
}

.minimise-marker-info {
    overflow-y: hidden;
    height: 40px;
}

.minimise-btn {
    width: 15px;
    margin-left: 12px;
}

.minimise-btn:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .6;
}

.marker-popup p {
    font-size: 15px;
    margin: 5px 0;
}

.marker-popup h3 {
    margin-bottom: 0;
}

.input-grid {
    display: flex;
    margin-bottom: 12px;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    flex-wrap: wrap;
}

.input-grid .field {
    flex: 48%;
}

.rating {
    display: inline-flex;
    cursor: pointer;
}

.star {
    font-size: 2rem;
    padding: 0 5px;
    color: lightgray;
}

.star.hover,
.star.selected {
    color: gold;
}



.star-rating-box {
    /* position: absolute; */
    /* right: 15px; */
    /* bottom: 390px; */
    border-radius: 4px;
    background: #ffffff !important;
    color: black;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    margin-bottom: 12px;
}

.star-rating-box h4 {
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.rating-definition {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 11px;
}
.rating-definition .rating-row {
    justify-content: end;
    width: 100px;
}

.user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    width: 100%;
    justify-content: space-between;
}

.user .dual-buttons {
    margin: 0 !important;
}

section#adminContainer,
section#mapContainer {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 294px;
    width: 100%;
    padding-top: 95px;
    padding-right: 25px;
}

section#mapContainer {
    padding-top: 75px;
    padding-left: 275px;
}

.popup-image-select-outer {
    margin: 10px 0;
    padding: 6px;
    border: 1.5px solid black;
    border-radius: 2px;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.popup-image-select-outer:hover {
    cursor: pointer;
    transition: .3s;
    opacity: .6;
}

.uk-modal-body h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.256px;
    margin-bottom: 25px;
}

.uk-modal-body h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.256px;
    margin-bottom: 25px;
}

.form-inputs-wrapper {
    max-height: calc(100vh - 300px);
    overflow-y: auto;
    padding-right: 15px;
}
/* **************************************** */





/* **************************************** */
/* * Popup */
/* **************************************** */
#popup {
    position: absolute;
    background: #fff;
    border-radius: 12px;
    box-shadow:
        0 2px 4px rgba(0, 0, 0, 0.06),
        0 8px 16px rgba(0, 0, 0, 0.12);
    padding: 12px;
    width: min(300px, calc(100vw - 32px));
    max-width: 300px;
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1a1a1a;
    animation: popup-fade 0.15s ease, popup-scale 0.15s ease;
    z-index: 9999;
}

#popup > .popup-image-preview {
    display: block;
    width: 100%;
    height: auto;
    max-height: 150px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 16px;
}

#popup h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 8px 0;
    color: #111827;
}

#popup .pitch-popup-heading-row {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    align-items: center;
    margin-bottom: 9px;
}

#popup .pitch-popup-heading-row h3 {
    margin: 0;
    flex: 1 1 auto;
}

#popup .pitch-popup-number {
    color: #111827;
    font-size: 16px;
    line-height: 24px;
}

#popup p {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px 0;
    color: #374151;
}

#popup .available,
#popup .not-available {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
}

#popup .available::before,
#popup .not-available::before {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    content: '';
}

#popup .available {
    background: #d7f7e5;
    color: #0e6245;
}

#popup .available::before {
    background: #0e6245;
}

#popup .not-available {
    background: #fde2e1;
    color: #8e1b10;
}

#popup .not-available::before {
    background: #8e1b10;
}


.popup-admin-btns {
    display: flex;
    justify-content: flex-end;
    gap: 2px;
    position: absolute;
    top: 19px;
    right: 21px;
    width: 100px;
    border-radius: 0 6px 0 6px;
    align-items: center;
}

.popup-admin-btns button {
    /* border: none;
    border-radius: 6px;
    padding: 4px 8px;
    cursor: pointer;
    transition: background 0.15s ease;
    flex-grow: 1; */
}

.popup-admin-btns button:hover {
    background: #e5e7eb;
}

.popup-admin-btns svg {
    width: 16px !important;
    height: 16px !important;
}

@keyframes popup-fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes popup-scale {
    from {
        transform: scale(0.96);
    }

    to {
        transform: scale(1);
    }
}

/* **************************************** */






/* **************************************** */
/* * Context Menu */
/* **************************************** */
.contextUl {
    z-index: 999;
    display: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    font-size: 13px;
    outline: 0;
    padding: 2px 0;
    list-style: none;
    margin: 0;
    max-width: 250px;
    min-width: 125px;
    position: absolute;
}

.contextUl li {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 6px 12px;
}

.contextUl li:hover {
    background-color: rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: .3s;
}
/* **************************************** */






/* **************************************** */
/* * Leaflet */
/* **************************************** */
.leaflet-popup-tip-container {display: none;}
/* .area-details-hover {pointer-events: none;} */


.leaflet-popup-content-wrapper {
    /* pointer-events: none; */
    border-radius: 0;
}

.leaflet-popup-content {
    margin: 5px 12px;
}

.leaflet-popup {
    margin-bottom: 10px;
    /* pointer-events: none; */
}

.leaflet-popup-close-button {
    display: none;
}

.dealer-polygon {
    pointer-events: none !important;
}

.area-details-hover {
    pointer-events: none !important;
}
/* **************************************** */





/* **************************************** */
/* * Nice JS Inputs */
/* **************************************** */
.field {
    width: 100%;
    float: left;
    padding: .4285714286em 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.field__input-wrapper {
    position: relative;
}

.field__input-wrapper label {
    line-height: 1.3em;
    word-wrap: break-word;
    word-break: break-word;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-box-direction: normal;
    text-align: left;
    margin: 0.5em 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    top: 0;
    width: 90%;
    margin-top: 0.4285714286em;
    margin-left: 1px;
    padding: 0 0.9166666667em;
    z-index: 1;
    user-select: none;
    transform: translateY(3px);
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    opacity: 0;
    transition: all .2s ease-out;
    color: var(--black);
    /* background: #f6f8fa; */
}

.field__input-wrapper select,
.field__input-wrapper textarea,
.field__input-wrapper input,
.field__input-wrapper .StripeElement {
    margin: 0;
    display: block;
    width: 100%;
    padding: 11px 0.7857142857em;
    line-height: inherit;
    border-radius: 5px;
    background-color: var(--light-gray);
    color: var(--black);
    transition: all .2s ease-out;
    border: 1px solid #d6d6d6;
    position: relative;
}

.field--show-floating-label .field__label {
    -webkit-transform: none;
    transform: none;
    opacity: 1
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {color: transparent}
.field--show-floating-label .field__input:-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input::-moz-placeholder {color: transparent;opacity: 1}
.field--show-floating-label .field__input:-ms-input-placeholder {color: transparent}

select.field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.field__caret {
    display: block;
    width: 2.1428571429em;
    height: 43%;
    pointer-events: none;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    border-left: 1px rgba(179, 179, 179, 0.5) solid;
}

.field__caret svg {
    color: #919191;
    position: absolute;
    margin-left: -2px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
}

.field--show-floating-label .field__input {
    padding-top: 17px;
    padding-bottom: .3571428571em;
}

.field--show-floating-label .field__input::-webkit-input-placeholder {
    color: transparent
}

.field--show-floating-label .field__input:-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input::-moz-placeholder {
    color: transparent;
    opacity: 1
}

.field--show-floating-label .field__input:-ms-input-placeholder {
    color: transparent
}

#payment-form .input-group>.form-control {
    border: 1px transparent solid;
    display: block;
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: var(--black);
    border-color: #d9d9d9;
    transition: all .2s ease-out;
    height: 47px;
    padding: .9285714286em .7857142857em;
}

.cvc-icon {
    position: absolute;
    top: 8px;
    right: 14px;
}

.card-icons {
    margin: 0;
    /* justify-content: flex-end; */
    position: absolute;
    top: 14px;
    right: -5px;
    border-color: transparent !important;
    background: none !important;
    box-shadow: none !important;
    outline: none !important;
    pointer-events: none;
    /* display: flex; */
    /* align-items: center; */
    bottom: 0;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
}

.card-icons .card-images {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 82px;
    top: 0;
    right: 18px;
}

.card-icons .card-images .card-brand-item:nth-child(2) {
    margin: 0 5px;
}

.card-error-icon {
    position: absolute;
    top: 0;
    right: 13px;
    z-index: 999;
    width: 24px;
}

.card-error-icon svg {
    fill: red;
}


.loading-icon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}

.loading-icon div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    margin: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: loading-icon 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.loading-icon div:nth-child(1) {
    animation-delay: -0.45s;
}

.loading-icon div:nth-child(2) {
    animation-delay: -0.3s;
}

.loading-icon div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes loading-icon {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* **************************************** */





/* **************************************** */
/* * GOV.uk form */
/* **************************************** */
.form-group {
    color: #0b0c0c;
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 19px;
    line-height: 1.3157894737;
    text-align: left;
    vertical-align: baseline;
    border: none;
    margin: 0;
    padding: 0;
    margin-top: 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    flex-grow: 1;
    flex-basis: 320px;
}

.form-group>label {
    overflow-wrap: anywhere;
    word-break: break-word;
    text-align: left;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-group>input,
.form-group>select,
.form-group>textarea,
#envelopeStrapline {
    overflow-wrap: anywhere;
    word-break: break-word;
    -webkit-font-smoothing: antialiased;
    appearance: none;
    box-sizing: border-box;
    margin-top: 0;
    line-height: 20px;
    width: 100%;
    padding: 10px 15px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    background: white;
    color: var(--text-primary);
    transition: all 0.2s ease;

}

.form-group>select {
    background: #fff url(../images/down-triangle.svg) no-repeat;
    background-position: right;
    background-size: 15px;
    padding-right: 20px;
}

.form-group>textarea {
    height: 50px;
}

fieldset#printTypeSelect {
    margin: 0;
}

.form-group p {
    margin: 0 0 10px 0;
    font-size: 14px;
}

.form-group>input:hover,
.form-group>select:hover,
.form-group>textarea:hover {
    border-color: var(--border-hover);
}

.form-group>input:focus,
.form-group>select:focus,
.form-group>textarea:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}


.govuk-checkbox {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.govuk-checkbox input[type="checkbox"] {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    accent-color: #1d70b8;
    cursor: pointer;
    border: 2px solid #0b0c0c;
}

.govuk-checkbox label {
    font-size: 19px;
    color: #0b0c0c;
    cursor: pointer;
}

.pitch-details-section {
    border-top: 1px solid #e5e7eb;
    padding: 12px 0;
}

.pitch-details-section summary {
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.pitch-details-section[open] summary {
    margin-bottom: 14px;
}

.pitch-details-section h4 {
    margin: 4px 0 8px;
    font-size: 14px;
    font-weight: 700;
}

.pitch-field-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 14px;
}

.pitch-option-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 12px;
    margin-bottom: 10px;
}

.pitch-option {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
    cursor: pointer;
}

.pitch-option input {
    width: 17px;
    height: 17px;
    margin: 0;
    accent-color: #1d70b8;
    flex: 0 0 auto;
}

.pitch-option img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex: 0 0 auto;
}

.pitch-popup-facts,
.pitch-popup-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin: 8px 0;
}

.pitch-popup-fact,
.pitch-popup-tag {
    display: inline-flex;
    align-items: center;
    padding: 3px 7px;
    border-radius: 5px;
    background: #f3f4f6;
    color: #374151;
    font-size: 11px;
    line-height: 1.35;
}

.pitch-popup-amenity {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background: #f3f4f6;
    cursor: help;
}

.pitch-popup-amenity img {
    width: 21px;
    height: 21px;
    object-fit: contain;
}

.pitch-popup-group {
    margin-top: 9px;
}

.pitch-popup-group strong {
    display: block;
    margin-bottom: 4px;
    color: #111827;
    font-size: 11px;
}

.pitch-popup-more {
    margin: 9px 0;
    font-size: 11px;
}

.pitch-popup-more summary {
    cursor: pointer;
    color: #374151;
    font-weight: 700;
}

#popup .pitch-popup-read-more {
    display: inline;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    color: #1d70b8;
    font: inherit;
    font-weight: 700;
    line-height: inherit;
    cursor: pointer;
}

#popup .pitch-popup-read-more:hover {
    text-decoration: underline;
}

/* **************************************** */
/* * Save loading wheel */
/* **************************************** */
.save-loading-overlay {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.78);
    color: #111827;
}

.save-loading-overlay[hidden] {
    display: none;
}

.save-loading-wheel {
    width: 42px;
    height: 42px;
    border: 5px solid #dbe5ef;
    border-top-color: #1d70b8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
/* **************************************** */

@media (max-width: 640px) {
    .pitch-field-grid,
    .pitch-option-grid {
        grid-template-columns: 1fr;
    }
}

.pitch-editor-modal .uk-modal-dialog {
    width: min(920px, calc(100vw - 40px));
    max-height: calc(100vh - 40px);
    padding: 28px 32px;
    overflow-y: auto;
    border-radius: 14px;
}

.pitch-editor-modal .uk-modal-title {
    margin-bottom: 18px;
}

.pitch-editor-summary {
    display: grid;
    grid-template-columns: minmax(200px, 0.38fr) minmax(0, 1fr);
    gap: 20px;
    align-items: stretch;
    padding: 16px;
    border: 1px solid #e1e7ef;
    border-radius: 12px;
    background: #f8fafc;
}

.pitch-editor-image-select {
    position: relative;
    display: block;
    min-height: 190px;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d6dee8;
    border-radius: 10px;
    background: #eef2f6;
    box-shadow: none;
}

.pitch-editor-image-select:hover {
    border-color: #1d70b8;
    opacity: 1;
}

.pitch-editor-image-select img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 190px;
    object-fit: cover;
}

.pitch-editor-image-select span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 7px 10px;
    border-radius: 7px;
    background: rgb(17 24 39 / 0.82);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.pitch-editor-summary-fields,
.pitch-editor-summary-fields .form-group {
    min-width: 0;
}

.pitch-editor-name-grid {
    align-items: flex-start;
    margin-bottom: 0;
}

.pitch-editor-summary-fields .form-group {
    margin-bottom: 12px;
}

.pitch-editor-summary-fields .form-group:last-child {
    margin-bottom: 0;
}

.pitch-editor-summary-fields textarea {
    height: 92px;
}

.pitch-editor-availability {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 14px 0;
    padding: 12px 14px;
    border: 1px solid #cfe1c5;
    border-radius: 10px;
    background: #f1f8ed;
}

.pitch-editor-availability input {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    accent-color: #4f7f35;
    flex: 0 0 auto;
}

.pitch-editor-availability label,
.pitch-editor-availability strong,
.pitch-editor-availability span {
    display: block;
}

.pitch-editor-availability label {
    color: #26351f;
    cursor: pointer;
}

.pitch-editor-availability span {
    margin-top: 2px;
    color: #60705a;
    font-size: 12px;
}

.pitch-editor-availability--with-copy {
    display: grid;
    grid-template-columns: minmax(190px, 0.8fr) minmax(280px, 1.2fr);
    gap: 0;
    align-items: stretch;
    padding: 0;
}

.pitch-editor-availability__status {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    padding: 12px 14px;
}

.pitch-copy-details {
    padding: 12px 14px;
    border-left: 1px solid #cfe1c5;
}

.pitch-copy-details__controls {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 7px 0 0;
}

.pitch-copy-details__controls select {
    min-width: 0;
    flex: 1;
}

.pitch-copy-details__controls .pitch-copy-details__select {
    appearance: none;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    padding: 10px 36px 10px 15px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    background: #fff url(../images/down-triangle.svg) no-repeat right 12px center;
    background-size: 15px;
    color: var(--text-primary);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pitch-copy-details__controls .pitch-copy-details__select:hover {
    border-color: var(--border-hover);
}

.pitch-copy-details__controls .pitch-copy-details__select:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.pitch-copy-details__controls .pitch-copy-details__select:disabled {
    background-color: #f3f4f6;
    color: #667085;
    cursor: not-allowed;
}

.pitch-copy-details__controls button {
    flex: 0 0 auto;
    white-space: nowrap;
}

.pitch-editor-modal .pitch-details-section {
    margin: 12px 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    background: #fff;
}

.pitch-editor-modal .pitch-details-section summary {
    padding: 13px 16px;
    background: #f8fafc;
}

.pitch-editor-modal .pitch-details-section[open] summary {
    margin-bottom: 0;
    border-bottom: 1px solid #e1e7ef;
}

.pitch-editor-modal .pitch-details-section > .pitch-field-grid {
    margin: 16px 16px 14px;
}

.pitch-editor-modal .pitch-details-section > h4 {
    margin: 0 16px 9px;
}

.pitch-editor-modal .pitch-details-section > .pitch-option-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0 16px 16px;
}

.pitch-editor-modal .pitch-option {
    min-height: 38px;
    padding: 6px 8px;
    border-radius: 7px;
    background: #f8fafc;
}

.pitch-editor-modal .pitch-option:hover,
.pitch-editor-modal .pitch-option:has(input:checked) {
    background: #edf5e8;
}

.pitch-editor-modal .pitch-details-section > .input-grid {
    margin: 0 16px 16px;
}

.pitch-editor-modal .pitch-details-section > .clear {
    display: none;
}

.pitch-editor-modal form > .dual-buttons {
    position: sticky;
    z-index: 2;
    bottom: -28px;
    justify-content: flex-end;
    margin: 18px -32px -28px;
    padding: 14px 32px;
    border-top: 1px solid #e1e7ef;
    background: rgb(255 255 255 / 0.96);
    backdrop-filter: blur(8px);
}

@media (max-width: 760px) {
    .pitch-editor-modal .uk-modal-dialog {
        width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
        padding: 22px 20px;
    }

    .pitch-editor-summary {
        grid-template-columns: 1fr;
    }

    .pitch-editor-availability--with-copy {
        grid-template-columns: 1fr;
    }

    .pitch-copy-details {
        border-top: 1px solid #cfe1c5;
        border-left: 0;
    }

    .pitch-editor-image-select,
    .pitch-editor-image-select img {
        height: 210px;
        min-height: 210px;
    }

    .pitch-editor-modal .pitch-details-section > .pitch-option-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pitch-editor-modal form > .dual-buttons {
        bottom: -22px;
        margin: 18px -20px -22px;
        padding: 14px 20px;
    }
}

@media (max-width: 540px) {
    .pitch-editor-name-grid,
    .pitch-editor-modal .pitch-field-grid,
    .pitch-editor-modal .pitch-details-section > .pitch-option-grid {
        grid-template-columns: 1fr;
    }

    .pitch-editor-name-grid {
        display: grid;
    }

    .pitch-copy-details__controls {
        align-items: stretch;
        flex-direction: column;
    }
}
/* **************************************** */





/* **************************************** */
/* * Admin */
/* **************************************** */
.admin-section {
    margin-bottom: 35px;
}

section.logo-header {
    width: 100%;
    padding: 15px 30px 20px;
    background: linear-gradient(to right, #399f6b 0%, #363f3d 100%);
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 30px; */
}

section.logo-header img {
    height: 40px;
}

.uk-navbar-container>.uk-navbar-nav>li>a {
    color: white;
    font-weight: bold;
}
/* **************************************** */





/* **************************************** */
/* * Toolbar */
/* **************************************** */
.toolbar-outer {
    border-radius: 6px;
    z-index: 999;
    padding: 10px;
    box-shadow: 0 2px 15px 0 rgb(0 0 0 / 10%);
    background: #fff;
    width: 100%;
    max-height: calc(100vh - 165px);
    overflow-y: auto;
}

.toolbar-outer .sbtn {
    margin-top: 0 !important;
}

.provider-filters {
    max-height: calc(100vh - 430px);
    overflow-y: auto;
}
/* **************************************** */




/* **************************************** */
/* * Buttons and Inputs */
/* **************************************** */
.search-icon {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    border-radius: 100px;
    display: inline-block;
    vertical-align: middle;
}

.btn {
    font-style: normal;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
    /* text-shadow: 0 1px 3px rgba(36, 180, 126, .4); */
}

.btn:hover {
    cursor: pointer;
    transition: all .15s ease;
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    /* text-shadow: 0 1px 3px rgba(36, 180, 126, .4); */
}

.search-btn {
    background: var(--blue);
    width: 43px;
    height: 43px;
    padding: 10px;
    fill: white;
    margin-top: 5px;
}

.search-btn:hover {
    
opacity: .6;}

.disabled-btn {
    pointer-events: none;
    opacity: 0.4;
}

.search-inputs-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
/* **************************************** */





/* **************************************** */
/* Material Checkbox */
/* **************************************** */
.checkbox {
    display: block;
    position: relative;
    margin: 0 0 6px;
    font-size: 14px;
    font-weight: 500;
}

.checkbox__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    z-index: 0;
}

.checkbox__label {
    display: block;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.checkbox__label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 38, 70, 83.54);
    border-radius: 2px;
    z-index: 1;
    -webkit-transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-property: background-color, border-color;
    transition-property: background-color, border-color;
}

.checkbox__label:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid transparent;
    border-right: 2px solid transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 2;
    -webkit-transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox__input:checked+.checkbox__label:before {
    background-color: #70943d;
    border-color: #70943d;
}

.checkbox__input:checked+.checkbox__label:after {
    border-color: #fff;
}
/* **************************************** */
/* * Checkbox Dropdown */
/* **************************************** */
.checkbox-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.checkbox-dropdown {
    position: relative;
    display: block;
}

.checkbox-dropdown>summary {
    list-style: none;
    cursor: pointer;
    padding: 12px 15px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-primary);
}

.checkbox-dropdown>summary::-webkit-details-marker {
    display: none;
}

.checkbox-dropdown[open]>summary {
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.checkbox-dropdown__menu {
    position: absolute;
    z-index: 30;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 12px;
    margin-top: 6px;
    width: 100%;
    max-height: 260px;
    overflow: auto;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}

.checkbox-dropdown__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
/* **************************************** */





/* **************************************** */
/* * Admin */
/* **************************************** */
section.logo-header {
    width: 100%;
    padding: 15px 30px 20px;
    background: var(--black);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.uk-navbar-container>.uk-navbar-nav>li>a {
    color: white;
    font-weight: bold;
    min-height: 30px !important;
}

section.logo-header img {
    height: 30px;
}

footer.footer {
    width: 100%;
    background: var(--black);
    color: white;
    padding: 20px 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.content-width {
    display: flex;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: var(--grey-hover);
}

.form-outer {
    width: 800px;
    margin: 30px auto;
    padding: 0 15px;
}

.form-outer label {
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

.form-outer select, .form-outer input {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
    padding: 7px 10px;
    border-radius: 4px;
    border: 1px solid black;
}

.edit-managers-outer {
    margin-bottom: 15px;
}

.edit-managers-outer .manager {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.manager-btn-svg {
    color: #fff;
    text-decoration: none;
    background: var(--blue);
    padding: 9px 13px;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    font-size: 17px;
    margin-top: 6px;
}

.manager-btn-svg:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    cursor: pointer;
    transition: .3s;
}

.manager-btn {
    color: #fff;
    text-decoration: none;
    background: var(--blue);
    padding: 10px 15px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    font-weight: 600;
    border: none;
}

.manager-btn:hover {
    color: #fff;
    text-decoration: none;
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}
/* **************************************** */





/* **************************************** */
/* * Login/signup */
/* **************************************** */
.sidebar {
    width: 225px;
    height: 100vh;
    background: white;
    border-right: 1.5px solid var(--border-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.3s ease;
}

.sidebar-padding {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 24px 12px;
    transition: padding 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.sidebar-tool-outer {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sidebar-tool-name.active {
    background: var(--accent-light);
    color: var(--accent);
    font-weight: 600;
    border-left: 4px solid var(--accent);
}

.sidebar-expand {
    display: none;
    padding: 0 5px;
    height: 100px;
    background: #f3f5f7;
    border-radius: 0 5px 5px 0;
    border: 1.5px solid #e6ebf1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1009;
    align-items: center;
}

.sidebar-expand:hover {
    background: #e4e5e7;
    cursor: pointer;
    transition: .3s;
}

.sidebar-expanded {
    left: 399px;
}

.sortable-icon {
    display: none;
    background: url(../images/sortable-icon.svg) no-repeat;
    height: 13px;
    width: 16px;
    background-size: cover;
    /* position: absolute; */
    /* margin-left: -15px; */
    opacity: .6;
}

.sidebar-tool-body .key-el:hover>.sortable-icon {
    display: block;
}

/* .sidebar-tool-body .key-el:hover {
    margin-left: -22px;
} */

.sidebar-buttons-container {
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.sidebar-big-btn {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: var(--brand-main);
    padding: 10px 12px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border: none;
    line-height: 14px;
}

.sidebar-big-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.sidebar-big-btn svg {
    width: 14px;
}

/* **************************************** */
/* * Save/open buttons */
/* **************************************** */
.save-drop-duo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    width: 100%;
}

.save-drop-duo .sidebar-big-btn {
    width: 100%;
    min-height: 48px;
    border: 1px solid var(--brand-main);
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1;
}

.save-drop-duo .sidebar-big-btn:hover {
    border-color: var(--brand-main-hover);
    background: var(--brand-main-hover);
}

.save-drop-duo .sidebar-big-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.save-drop-duo .sidebar-big-btn:last-child {
    color: var(--brand-main);
    background: #fff;
}

.save-drop-duo .sidebar-big-btn:last-child:hover {
    color: #fff;
    background: var(--brand-main-hover);
}

.sidebar-profile {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    margin: 15px 0 0 0;
    border-top: 1.5px solid #e6ebf1;
    padding: 20px 15px 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    width: 100%;
}

.sidebar-profile svg {
    margin-left: auto;
}

.sidebar-profile-image {
    width: 16px;
}

.sidebar-profile .sidebar-profile-email {
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
}

.sidebar-profile .logout-link {
    color: #818790;
    font-size: 13px;
}

.settings-dropdown {
    margin-left: auto;
}

.sidebar-profile .settings-icon:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}

.sidebar-tool-name {position: relative;width: 100%;background: transparent;border: none;border-radius: 8px;font-size: 15px;font-weight: 500;color: var(--text-secondary);cursor: pointer;display: flex;align-items: center;gap: 12px;transition: all 0.2s 
ease;text-align: left;font-family: 'Inter', sans-serif;white-space: nowrap;padding: 12px 16px;justify-content: flex-start;overflow: hidden;}

.sidebar-tool-name:hover,
.sidebar-tool-name .sidebar-expand-icon:hover~.sidebar-tool-name {background: var(--bg-primary);color: var(--text-primary);}

.sidebar-expand-icon {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.sidebar-tool-name .sidebar-tool-icon {
    height: 20px;
    width: 20px;
    background-size: cover;
}

.sidebar-upgrade .sidebar-tool-name {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg,#fe5026,#5c52a3);
    color: white;
    justify-content: center;
}

.sidebar-upgrade .sidebar-tool-name:hover {
    transition: .4s;
    cursor: pointer;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(338deg,#fe5026,#5c52a3);
}

.sidebar-tool--open .sidebar-tool-body {
    display: block;
}

.sidebar-tool-body {
    display: none;
}

ul.sidebar-nav {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    gap: 5px;
    flex-direction: column;
    font-weight: 650;
    font-size: 16px;
    margin: 0;
}

ul.sidebar-nav li {
    min-height: 44px;
    padding: 9px 11px;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    border: 1px solid transparent;
    border-radius: 8px;
    box-shadow: none;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

ul.sidebar-nav li:hover {
    cursor: pointer;
    border-color: var(--border-color);
    background: #f5f7f9;
}

ul.sidebar-nav li svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.sidebar-nav .nav-active {
    background: var(--accent-orange);
    color: white;
    fill: white;
    border-color: #e97800;
    box-shadow: none;
}

.sidebar-nav .nav-active:hover {
    background: #ef7d00 !important;
    border-color: #dc7300 !important;
    color: white !important;
    fill: white !important;
}

.sidebar-body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    height: calc(100vh - 115px);
}
/* **************************************** */





/* **************************************** */
/* * Map options */
/* **************************************** */
.map-options-list {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: white;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 140px;
    overflow: hidden;
}

button.options-list-btn {
    border-bottom: 1px solid var(--dark-grey);
    width: 100%;
    padding: 10px 16px;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 14px;
    color: var(--text-primary);
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.options-list-btn:last-child {
    border: none;
}

button.options-list-btn:hover {
    background: var(--bg-primary);
}
/* **************************************** */





/* **************************************** */
/* * Sidebar */
/* **************************************** */
.sidebar {
    width: 270px;
    height: 100vh;
    background: var(--bg-secondary);
    border-right: 1.5px solid var(--border-color);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    transition: width 0.3s ease;
}

.sidebar-padding {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding: 24px 12px;
    transition: padding 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}

.sidebar-tool-outer {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.sidebar-tool-name.active {
    background: var(--accent-orange-muted);
    color: var(--accent-orange);
    font-weight: 600;
    border-left: 4px solid var(--accent-orange);
}

.sidebar-expand {
    display: none;
    padding: 0 5px;
    height: 100px;
    background: #f3f5f7;
    border-radius: 0 5px 5px 0;
    border: 1.5px solid #e6ebf1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1009;
    align-items: center;
}

.sidebar-expand:hover {
    background: #e4e5e7;
    cursor: pointer;
    transition: .3s;
}

.sidebar-expanded {
    left: 399px;
}

#sidebarKey .key-el {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: start;
}

#sidebarKey .key-el img {
    width: 35px;
}

#sidebarKey .key-el img:hover {
    opacity: 0.6;
    transition: .3s;
    cursor: pointer;
}

.sidebar-logo {
    width: 250px;
    margin: 10px 0 0 0;
    position: relative;
}

.sortable-icon {
    display: none;
    background: url(../images/sortable-icon.svg) no-repeat;
    height: 13px;
    width: 16px;
    background-size: cover;
    /* position: absolute; */
    /* margin-left: -15px; */
    opacity: .6;
}

.sidebar-tool-body .key-el:hover>.sortable-icon {
    display: block;
}

/* .sidebar-tool-body .key-el:hover {
    margin-left: -22px;
} */

.sidebar-buttons-container {
    margin-bottom: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.sidebar-big-btn {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    background: var(--brand-main);
    padding: 10px 12px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    border: none;
    line-height: 14px;
}

.sidebar-big-btn:hover {
    color: #fff;
    text-decoration: none;
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.sidebar-big-btn svg {
    width: 14px;
}

.sidebar-profile {
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
    margin: 15px 0 0 0;
    border-top: 1.5px solid #e6ebf1;
    padding: 20px 15px 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: white;
    width: 100%;
}

.sidebar-profile svg {
    margin-left: auto;
}

.sidebar-profile-image {
    /* background: url(../images/profile-img-icon.png) no-repeat; */
    height: 30px;
    width: 30px;
    background-size: cover;
}

.sidebar-profile .sidebar-profile-email {
    font-weight: 600;
    font-size: 15px;
    line-height: 10px;
}

.sidebar-profile .logout-link {
    color: #818790;
    font-size: 13px;
}

#makePublicOuter svg {
    width: 15px;
}

.settings-dropdown {
    margin-left: auto;
}

.sidebar-profile .settings-icon:hover {
    opacity: .6;
    transition: .3s;
    cursor: pointer;
}

.sidebar-tool-name {position: relative;width: 100%;background: transparent;border: none;border-radius: 8px;font-size: 15px;font-weight: 500;color: var(--text-secondary);cursor: pointer;display: flex;align-items: center;gap: 12px;transition: all 0.2s 
ease;text-align: left;font-family: 'Inter', sans-serif;white-space: nowrap;padding: 12px 16px;justify-content: flex-start;overflow: hidden;}

.sidebar-tool-name:hover,
.sidebar-tool-name .sidebar-expand-icon:hover~.sidebar-tool-name {background: var(--bg-primary);color: var(--text-primary);}

.sidebar-expand-icon {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}

.sidebar-tool-name .sidebar-tool-icon {
    height: 20px;
    width: 20px;
    background-size: cover;
}

.sidebar-upgrade .sidebar-tool-name {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(45deg,#fe5026,#5c52a3);
    color: white;
    justify-content: center;
}

.sidebar-upgrade .sidebar-tool-name:hover {
    transition: .4s;
    cursor: pointer;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(338deg,#fe5026,#5c52a3);
}

.sidebar-headings .sidebar-tool-icon {background: url(../images/headings-titles-icon.svg) no-repeat;}
.sidebar-location-markers .sidebar-tool-icon {background: url(../images/location-marker-icon.svg) no-repeat;}
.sidebar-map-settings .sidebar-tool-icon {background: url(../images/map-settings-icon.svg) no-repeat;}
.sidebar-import .sidebar-tool-icon {background: url(../images/import-icon.svg) no-repeat;}
.sidebar-population .sidebar-tool-icon {background: url(../images/population-icon.svg) no-repeat;}
.sidebar-analytics .sidebar-tool-icon {background: url(../images/analytics-icon.svg) no-repeat;}
.sidebar-combined .sidebar-tool-icon {background: url(../images/combine-polygons-icon.svg) no-repeat;}
.sidebar-isochrone .sidebar-tool-icon {background: url(../images/car-icon.svg) no-repeat;}
/* .sidebar-shapes .sidebar-tool-icon {background: url(../images/polygon-icon.svg) no-repeat;} */
.sidebar-share .sidebar-tool-icon {background: url(../images/share-icon.svg) no-repeat;}
.sidebar-export .sidebar-tool-icon {background: url(../images/export-icon.svg) no-repeat;}
.sidebar-upgrade .sidebar-tool-icon {background: url(../images/upgrade-icon.svg) no-repeat;}

.sidebar-tool-name .sidebar-expand-icon {
    background: url(../images/expand-icon.svg) no-repeat;
    height: 20px;
    width: 20px;
    background-size: cover;
    margin-left: auto;
}

.sidebar-tool--open .sidebar-tool-body {
    display: block;
}

.sidebar-tool-body {
    display: none;
}

.postcode-search-container {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 12px;
}

.postcode-search-container .field {
    padding-bottom: 0;
}

.postcode-search-container .field input {
    border-radius: 5px 0 0 5px;
}

.export-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.postcode-search-btn {
    border-radius: 0 5px 5px 0;
    padding: 10px 15px;
    margin-top: .4285714286em;
    background: #5c52a3;
}

.postcode-search-btn svg {
    height: 20px;
    width: 20px;
    fill: #fff;
}

.postcode-search-btn:hover {
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.colour-with-label {
    display: flex;
    justify-content: start;
    gap: 12px;
    align-items: center;
}

.colour-with-label label {
    font-weight: 400;
    margin: 0;
}

.map-type-unchecked {
    color: var(--brand-main);
    border: 1.5px solid var(--brand-main);
    background: white;
}

.map-type-unchecked:hover {
    color: #fff;
    text-decoration: none;
    background: #393366;
    cursor: pointer;
    transition: .3s;
}

.sidebar-map-type-btns {
    border-bottom: 1.5px solid #e6ebf1;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.email-verify-banner {
    background: var(--brand-main);
    color: white;
    font-weight: bold;
}

.email-verify-banner .sidebar-padding {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.email-verify-banner p {
    margin: 0;
}

.email-verify-banner .sbtn-tertiary {
    color: #fff !important;
    fill: #fff !important;
    background: transparent !important;
    border-color: #fff !important;
}

.colour-input-label {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.whats-new-title {
    display: inline-block;
}

.additional-data-list h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
}

#whatsNewPresent {
    position: relative;
}

.whats-new-dot {
    height: 10px;
    width: 10px;
    border-radius: 100px;
    background: #0969da;
    position: absolute;
    top: 3px;
    right: -3px;
    border: 1.5px solid white;
}

.markers-list {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1.5px solid #ccc;
}

/* **************************************** */
/* * Marker and POI actions */
/* **************************************** */
.sidebar-workflow-copy {
    margin: 0 0 12px;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.marker-area-actions,
.sidebar-primary-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.marker-area-actions__primary {
    grid-column: auto;
}

.marker-area-actions .regular-btn,
.sidebar-primary-actions .regular-btn,
.sidebar-single-action .regular-btn {
    width: 100%;
    min-height: 42px;
    margin: 0;
    padding: 0.55rem 0.7rem;
    font-size: 0.95rem;
    justify-content: flex-start;
    white-space: nowrap;
    box-shadow: none;
}

.sidebar-single-action {
    margin-bottom: 16px;
}
/* **************************************** */





/* **************************************** */
/* * Rules and information */
/* **************************************** */
.rules-information-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 8px 0 14px;
}

.rules-information-actions .regular-btn {
    width: 100%;
    min-height: 42px;
    padding: 0.55rem 0.7rem;
    font-size: 0.9rem;
}

.park-rules-pdf-status {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f9fafb;
}

.park-rules-pdf-status > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #b91c1c;
}

.park-rules-pdf-status svg {
    width: 24px;
    height: 24px;
}

.park-rules-pdf-status div {
    min-width: 0;
}

.park-rules-pdf-status strong,
.park-rules-pdf-status a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.park-rules-pdf-status strong {
    color: #1d2939;
    font-size: 13px;
}

.park-rules-pdf-status a {
    margin-top: 3px;
    font-size: 13px;
}

.rules-list {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e4e7ec;
}

.rules-list .marker-item {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr) auto;
    gap: 8px;
    min-width: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    font-weight: 400;
}

.rules-list .marker-item > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #475467;
}

.rules-list .marker-item > span:nth-child(2) {
    min-width: 0;
    overflow: hidden;
    color: #1d2939;
    font-size: 14px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rules-list .marker-item > div {
    display: flex;
    gap: 4px;
}

.rules-list .marker-item button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #475467;
    cursor: pointer;
}

.rules-list .marker-item button:last-child:hover {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.rules-list-empty {
    margin: 0;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
}

#editParkRuleModal textarea {
    min-height: 180px;
    resize: vertical;
}
/* **************************************** */

.marker-picker-group {
    margin-bottom: 14px;
}

.marker-picker-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
}

.marker-icon-dropdown {
    position: relative;
    min-width: 0;
    flex: 1;
}

.marker-icon-dropdown__trigger,
.marker-icon-dropdown__option {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: #fff;
    color: var(--text-primary);
    text-align: left;
    cursor: pointer;
}

.marker-icon-dropdown__trigger {
    min-height: 44px;
    padding: 6px 10px;
    gap: 9px;
    border: 1.5px solid var(--border-color);
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.marker-icon-dropdown__trigger:hover {
    border-color: var(--border-hover);
}

.marker-icon-dropdown.is-open .marker-icon-dropdown__trigger,
.marker-icon-dropdown__trigger:focus-visible {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(239, 125, 0, 0.14);
}

.marker-icon-dropdown__trigger>svg:last-child {
    width: 11px;
    height: 11px;
    margin-left: auto;
    flex: 0 0 11px;
    transition: transform .15s ease;
}

.marker-icon-dropdown.is-open .marker-icon-dropdown__trigger>svg:last-child {
    transform: rotate(180deg);
}

.marker-icon-dropdown__selected-icon,
.marker-icon-dropdown__option-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    border-radius: 6px;
    background: #f5f7f9;
}

.marker-icon-dropdown__selected-icon svg,
.marker-icon-dropdown__option-icon svg {
    width: 18px;
    height: 18px;
}

.marker-icon-dropdown__selected-icon img,
.marker-icon-dropdown__option-icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.marker-icon-dropdown__selected-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.marker-icon-dropdown__menu {
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    z-index: 1200;
    width: 100%;
    max-height: 260px;
    padding: 5px;
    overflow-y: auto;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
}

.marker-icon-dropdown.is-open .marker-icon-dropdown__menu {
    display: block;
}

.marker-icon-dropdown__option {
    min-height: 40px;
    padding: 5px 7px;
    gap: 9px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
}

.marker-icon-dropdown__option:hover,
.marker-icon-dropdown__option:focus-visible {
    outline: none;
    background: #f5f7f9;
}

.marker-icon-dropdown__option.is-selected {
    background: #fff4e5;
    color: #a85100;
}

.marker-picker-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    min-width: 0;
    gap: 6px;
    padding: 0 11px;
    border: 1px solid var(--accent-orange);
    border-radius: 7px;
    background: var(--accent-orange);
    color: #fff;
    cursor: pointer;
}

.marker-picker-add:hover {
    border-color: #dc7300;
    background: #dc7300;
}

.marker-picker-add:focus-visible {
    outline: 2px solid #ef7d00;
    outline-offset: 2px;
}

.marker-picker-add svg {
    width: 17px;
    height: 17px;
}

.marker-picker-add span {
    font-size: 13px;
    font-weight: 700;
}

.marker-item {
    padding: 5px 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-weight: bold;
}

.marker-item span {
    color: black;
}

.marker-item>span>svg {
    width: 20px;
}

.marker-item .dual-buttons {
    margin: 0 !important;
    gap: 6px !important;
}

/* **************************************** */
/* * Sidebar map item lists */
/* **************************************** */
.sidebar-map-items {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e4e7ec;
}

.sidebar-map-items .marker-item {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr) auto;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 8px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
    gap: 8px;
    font-weight: 400;
    transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.sidebar-map-items .marker-item:hover {
    border-color: #cfd4dc;
    background: #f9fafb;
    box-shadow: 0 3px 8px rgba(16, 24, 40, 0.08);
}

.sidebar-map-items .marker-item>span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
}

.sidebar-map-items .marker-item>span:first-child svg,
.sidebar-map-items .marker-item>span:first-child img {
    width: 22px !important;
    height: 22px !important;
    object-fit: contain;
}

.sidebar-map-items .marker-item>span:nth-child(2) {
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: #1d2939;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#pitchesList .marker-item>span:nth-child(2) {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sidebar-map-items .marker-item>div {
    display: flex;
    gap: 4px;
}

.sidebar-map-items .marker-item>div>button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    background: #fff;
    color: #475467;
    cursor: pointer;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.sidebar-map-items .marker-item>div>button svg {
    width: 14px;
    height: 14px;
}

.sidebar-map-items .marker-item>div>button:first-child:hover {
    border-color: #93c5fd;
    background: #eff6ff;
    color: #1d4ed8;
}

.sidebar-map-items .marker-item>div>button:nth-child(2):hover {
    border-color: #f9c97c;
    background: #fff8eb;
    color: #b45309;
}

.sidebar-map-items .marker-item>div>button:last-child:hover {
    border-color: #fecaca;
    background: #fef2f2;
    color: #dc2626;
}

.sidebar-map-items .marker-item>div>button:focus-visible {
    outline: 2px solid #1d70b8;
    outline-offset: 2px;
}
/* **************************************** */





/* **************************************** */
/* * What's new */
/* **************************************** */
.whats-new-outer {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 25px;
    padding: 16px;
    border-top: 1.25px solid #EDF2F7;
    position: absolute;
    bottom: 0;
    width: 100%;
    justify-content: space-between;
    background: white;
    -webkit-box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
    -moz-box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
    box-shadow: 0px 16px 71px -24px rgba(0,0,0,0.93);
}

.whats-new-outer a {color:black;}

.whats-new-outer:hover {
    cursor: pointer;
}

.whats-new-outer:hover path {
    fill: #5c52a3;
    transition: color 0.3s ease-in-out 0s;
}

.whats-new-modal-body h3 {
    margin-bottom: 12px;
}

.whats-new-element {
    padding-bottom: 15px;
    border-bottom: 1.25px solid #EDF2F7;
    margin-bottom: 15px;
}

.whats-new-element h4 {
    margin-top: 0;
    font-weight: bold;
}

.whats-new-element .whats-new-date {
    font-size: 12px;
    font-weight: 400;
    color: #c8c8c8;
}

#whatsNewModal .uk-modal-dialog {
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.profile-icon {
    background: transparent;
    border: none;
    display: flex;
    justify-content: start;
    gap: 10px;
    align-items: center;
}

.profile-icon span a:first-child { font-weight: bold;}
.profile-icon span a:last-child {
    font-size: 14px;
    color: var(--brand-main);
    text-decoration: underline;
}


.profile-icon svg {
    height: 100%;
}

.profile-icon svg:hover {
    opacity: .6;
    cursor: pointer;
    transition: .3s;
}
/* **************************************** */






/* **************************************** */
/* * Loading */
/* **************************************** */
#loadingModal .uk-modal-dialog {
    width: auto !important;
    border-radius: 100px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.renewal-bg {
    background: url(../images/renew-background-img.jpg) no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
}
/* **************************************** */





/* **************************************** */
/* * Nav */
/* **************************************** */
.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    margin-bottom: 20px;
}

header.top-header {
    height: 72px;
    background: var(--bg-secondary);
    border-bottom: 1.5px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    width: calc(100vw - 270px);
    right: 0;
    position: fixed;
}

nav.header {
    width: 100vw;
    padding: 12px 15px 12px 8px;
    color: var(--brand-white);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 12px;
}

nav.header>.header-left,
nav.header>.header-right {
    display: flex;
    flex-basis: 400px;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

nav.header>.header-right {
    justify-content: flex-end !important;
}

.header-left img.logo {
    width: 250px;
    margin-left: 25px;
}

.search-container {
    position: relative;
    display: flex;
    max-width: 400px;
    align-items: center;
    width: 100%;
}

input.search-input {
    background: url(../images/search-icon-black.svg) no-repeat;
    background-position: 10px center;
    background-size: 20px;
    color: var(--brand-black);
    box-sizing: border-box;
    padding: 12px 12px 12px 40px;
    border: 1.5px solid var(--border-color);
    border-radius: 6px;
    font-size: 14px;
    transition: all 0.2s ease;
    background-color: white;
    width: 100%;
}

input.search-input::placeholder {
    color: var(--brand-black);
}

.search-input:hover {
    border-color: var(--border-hover);
}

.search-input:focus {
    outline: none;
    border-color: var(--accent-orange);
    box-shadow: 0 0 0 3px rgba(5, 150, 105, 0.1);
}

.custom-autocomplete-dropdown {
    position: absolute;
    z-index: 1000;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    display: none;
    top: 48px;
    width: 100%;
    background: var(--brand-white);
    border: 2px solid white;
    border-radius: 12px;
    scrollbar-color: var(--brand-black) var(--brand-white);
    /* thumb track */
    scrollbar-width: thin;
    /* Thin scrollbar */
    padding-right: 8px;
    color: var(--brand-black);
}

.dropdown-item:hover {
    cursor: pointer;
    transition: .3s;
    background: var(--grey);
}

.custom-item {
    position: relative;
}

.enter-icon {
    padding: 0px 3px;
    background-color: var(--brand-white);
    border: 1px solid var(--grey);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 7px;
    top: 5px;
    border-radius: 4px;
}

.enter-icon svg {
    width: 15px;
    fill: white;
}


.custom-autocomplete-dropdown::-webkit-scrollbar {
    width: 8px;
    /* Width of the scrollbar */
}

.custom-autocomplete-dropdown::-webkit-scrollbar-track {
    background: var(--brand-black);
    border-radius: 8px;
    /* Matches the outer div's border radius */
    margin: 4px;
    /* Adds space at the top and bottom */
}

.custom-autocomplete-dropdown::-webkit-scrollbar-thumb {
    background: var(--brand-white);
    border-radius: 8px;
    /* Makes the scrollbar thumb rounded */
}

.custom-autocomplete-dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.dropdown-item {
    padding: 6px 10px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
}


.nav-logo {
    width: 100%;
    padding: 10px;
    border-bottom: 1.5px solid var(--border-color);
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

aside.sidebar img {
    width: 201px;
}

.nav-logo .sm-nav-logo {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

#mainParkDetailsBtn {
    position: absolute;
    right: 0;
}

.icon-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: var(--bg-primary);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all 0.2s ease;
}

.icon-btn-danger {
    background: var(--button-danger-light) !important;
    color: white;
}

.icon-btn-danger:hover {
    background: var(--button-danger-hover) !important;
}

.icon-btn:hover {
    background: var(--accent-orange-muted);
    color: var(--accent-orange);
}

.user-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.user-menu:hover {
    background: var(--bg-primary);
}

.user-avatar {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: var(--accent-orange);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.user-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    line-height: 1.2;
}

.user-role {
    font-size: 12px;
    color: var(--text-secondary);
    line-height: 1.2;
}

.user-dropdown {
    width: 25px;
    border: none;
    background: transparent;
    color: var(--text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.user-dropdown:hover {
    background: var(--bg-primary);
    color: var(--text-primary);
}

.menu-item-danger {
    color: #dc2626 !important;
}
/* **************************************** */




/* **************************************** */
/* * Global buttons */
/* **************************************** */
.dual-buttons {
    display: flex;
    justify-content: start;
    margin: 0 auto;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

#sidebarBespoke>.dual-buttons,
#sidebarExport>.dual-buttons {
    max-width: 100%;
    flex-wrap: wrap;
}

#sidebarBespoke>.dual-buttons>button,
#sidebarExport>.dual-buttons>button {
    flex-grow: 1;
}

button.sbtn {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 2px 14px;
    border-radius: 16.5px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    font-size: 18px;
    display: flex;
    align-items: center;
    fill: var(--brand-white);
    color: var(--brand-white);
    background: var(--brand-main);
    border: none;
    border: 2px solid var(--brand-main);
    gap: 10px;
    line-height: normal;
}

button.sbtn svg {
    height: 10px;
    margin-top: 2px;
}

button.sbtn:hover {
    cursor: pointer;
    transition: .3s;
}

button.sbtn-primary:hover {
    background: var(--brand-main-hover);
}

button.sbtn-danger {
    border-color: var(--danger) !important;
    background: var(--danger) !important;
}

button.sbtn-danger:hover {
    background: var(--danger-dark) !important;
}

button.sbtn-secondary {
    letter-spacing: .2px;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0 6px;
    border-radius: 16.5px;
    color: var(--brand-main);
    fill: var(--brand-main);
    outline: none;
    box-sizing: border-box;
    transition-property: color, opacity;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

button.sbtn-secondary:hover {
    cursor: pointer;
    transition: .3s;
    color: var(--brand-main-hover);
    fill: var(--brand-main-hover);
}

button.sbtn-tertiary svg,
button.sbtn-secondary svg {
    height: 10px;
}

button.sbtn-tertiary {
    letter-spacing: .2px;
    text-decoration: none;
    padding: 2px 14px 0 14px;
    border-radius: 100px;
    outline: none;
    box-sizing: border-box;
    white-space: nowrap;
    transition-property: background-color, opacity;
    justify-self: flex-start;
    display: flex;
    align-items: center;
    fill: var(--brand-main);
    color: var(--brand-main);
    background: #fff;
    border: 2px solid var(--brand-main);
    gap: 10px;
}

button.sbtn-tertiary:hover {
    cursor: pointer;
    transition: .3s;
    color: var(--brand-white);
    fill: var(--brand-white);
    background: var(--brand-main-hover);
    border-color: var(--brand-main-hover);
}


.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 20px;
    border: 2px solid var(--border-color);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgb(255 154 46 / 25%);
}

.action-btn svg {
    width: 18px;
    height: 18px;
    fill: white;
}

#submitJobBtn {
    flex: 1;
}

.main-action-btn {
    color: white;
    background: var(--accent-orange);
    border-color: var(--accent-orange);
    box-shadow: 0 2px 8px rgb(255 154 46 / 20%)
}

.main-action-btn:hover {
    background: var(--accent-orange-dark);
    border-color: var(--accent-orange-dark);
    box-shadow: 0 4px 12px rgb(255 154 46 / 30%)
}

.danger-action-btn {
    color: white;
    background: var(--danger);
    border-color: var(--danger);
    box-shadow: 0 2px 8px rgb(255 154 46 / 20%)
}

.danger-action-btn:hover {
    background: var(--danger-dark);
    border-color: var(--danger-dark);
    box-shadow: 0 4px 12px rgb(255 154 46 / 30%)
}

.secondary-action-btn {
    background: white;
    color: var(--text-primary);
}

.secondary-action-btn:hover {
    background: #f9fafb;
    border-color: var(--accent-orange-light);
}

.secondary-action-btn>svg {
    fill: var(--text-primary);
}

.card-dual-buttons {
    margin: 0 10px 10px 10px;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    display: flex;
    position: relative;
}

.card-stacked-buttons button {
    flex: 1;
    padding: 8px 11px;
    border-radius: 12px;
}

.card-stacked-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
}

.regular-btn,
.important-btn,
.tertiary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    transition:
        background 0.18s ease,
        border-color 0.18s ease,
        box-shadow 0.18s ease,
        color 0.18s ease,
        transform 0.12s ease;
    -webkit-font-smoothing: antialiased;
}

.regular-btn svg,
.important-btn svg,
.tertiary-btn svg {
    width: 1.1em;
    height: 1.1em;
    flex-shrink: 0;
}

.regular-btn {
    background: #ffffff;
    color: #505158;
    border: 1px solid rgb(241 241 241);
    box-shadow: 0 1px 1px rgba(15, 23, 42, 0.04),
        0 1px 1px rgba(15, 23, 42, 0.05);
}

.regular-btn:hover {
    border-color: rgb(149 164 186 / 69%);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgb(149, 164, 186) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition-duration: 0s;
    transition-property: background-color, box-shadow;
    transition-timing-function: cubic-bezier(0, 0.09, 0.4, 1);
    cursor: pointer;
}

.regular-btn:active {
    transform: translateY(0);
    box-shadow:
        0 1px 2px rgba(15, 23, 42, 0.05);
}

.important-btn {
    color: white;
    border: 1px solid var(--button-hover);
    background: var(--button-bg);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, var(--button-hover) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.important-btn:hover {
    background: var(--button-hover);
    border-color: var(--button-dark);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, var(--button-dark) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    transition-duration: 0s;
    transition-property: background-color, box-shadow;
    transition-timing-function: cubic-bezier(0, 0.09, 0.4, 1);
    cursor: pointer;
}

.important-btn:active {
    transform: translateY(0);
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.08),
        0 2px 4px rgba(26, 47, 13, 0.18);
}

.tertiary-btn {
    background: transparent;
    border: 1px solid transparent;
    color: #4b5563;
    box-shadow: none;
}

.tertiary-btn:hover {
    background: rgba(15, 23, 42, 0.05);
    color: #111827;
}

.tertiary-btn:active {
    background: rgba(15, 23, 42, 0.08);
}
/* **************************************** */





/* **************************************** */
/* * Interactive map important stuff */
/* **************************************** */
#mapContainer {
    overflow: hidden;
}

.map-container {
    position: relative;   
    width: 100%;
    height: 100%;
}

/* **************************************** */
/* * Map credit */
/* **************************************** */
.map-created-with {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 998;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.94);
    padding: 8px 10px;
    box-shadow: var(--shadow-md);
    color: var(--text-muted);
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
    pointer-events: none;
}

.map-created-with img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.map-reset-zoom {
    position: absolute;
    top: 91px;
    right: 41px;
    z-index: 10001;
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #dc2626;
    border-radius: 6px;
    background: #fff;
    color: #b91c1c;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.map-reset-zoom:hover {
    background: #fef2f2;
}

.container-header h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
    letter-spacing: -0.8px;
}

.container-header h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
    letter-spacing: -0.8px;
}


/* #mapContainer svg {
    width: 100%;
    height: 100%;
} */

#mapContainer { position: relative; }

#popup {
    position: absolute;
    transform: translate(-50%, 12px);
    display: none;
}

.marker {
    fill: red;
    stroke: black;
    stroke-width: 1;
}
/* **************************************** */





/* **************************************** */
/* * Grid */
/* **************************************** */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 18px;
    padding: 18px;
}

.park-card {
    background: #fff;
    border: 1px solid #e9eef3;
    border-radius: 18px;
    box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    width: 100%;
}

.park-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
    cursor: pointer;
}

.park-card__img {
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
}

.park-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px 18px 0 0;
}

.park-card__dropdown-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #111827;
    display: grid;
    place-items: center;
    box-shadow: 0 6px 14px rgba(17, 24, 39, 0.18);
    cursor: pointer;
}

.park-card__name {
    padding: 14px 16px 4px;
}

.park-card__name h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.2;
    color: #1f2a37;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.park-card__details {
    padding: 8px 16px 16px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    color: #6b7280;
    font-size: 0.92rem;
}

.park-card__details span {
    padding: 6px 10px;
    line-height: 1;
}

.park-card__details span:first-child {
    border-right: 1.25px solid #eff1f3;
}

.park-card__details span:last-child {
    border-left: 1.25px solid #eff1f3;
}

@media (max-width: 560px) {
    .grid {
        grid-template-columns: 1fr;
    }
}
/* **************************************** */





/* **************************************** */
/* * Dashboard surfaces */
/* **************************************** */
.dashboard-surface {
    width: calc(100% - 36px);
    margin: 18px;
    padding: 32px;
    background: #fff;
    border: 1.25px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.dashboard-surface__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
}

.dashboard-surface__section {
    min-width: 0;
    padding: 4px 34px;
}

.dashboard-surface__section:first-child {
    padding-left: 0;
}

.dashboard-surface__section:last-child {
    padding-right: 0;
    border-left: 1px solid var(--border-color);
}

.dashboard-surface__section h2, .dashboard-action-panel h3 {
    margin: 0 0 14px;
    color: var(--text-primary);
}

.dashboard-surface__section p, .dashboard-action-panel p {
    color: var(--text-secondary);
    line-height: 1.55;
}

.dashboard-surface__actions {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
}

.dashboard-surface__actions .form-group {
    flex: 1 1 240px;
    margin: 0;
}

.dashboard-details-list {
    margin: 0;
}

.dashboard-details-list>div {
    display: grid;
    grid-template-columns: minmax(80px, 120px) 1fr;
    gap: 16px;
    padding: 13px 0;
    border-bottom: 1px solid var(--border-color);
}

.dashboard-details-list dt {
    color: var(--text-primary);
    font-weight: 700;
}

.dashboard-details-list dd {
    margin: 0;
    color: var(--text-secondary);
    overflow-wrap: anywhere;
}

.dashboard-action-panel {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin: 18px;
    padding: 22px 24px;
    background: #fff;
    border: 1.25px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
}

.dashboard-action-panel__copy {
    flex: 1 1 360px;
}

.dashboard-action-panel__copy p {
    margin: 0;
}

.dashboard-action-panel__controls {
    display: flex;
    align-items: flex-end;
    gap: 14px;
    flex: 1 1 360px;
    justify-content: flex-end;
}

.dashboard-action-panel__controls .form-group {
    flex: 1 1 240px;
    margin: 0;
}

.empty-state-card {
    appearance: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    min-height: 320px;
    padding: 28px;
    color: var(--text-primary);
    text-align: center;
    text-decoration: none;
    font: inherit;
    background: #f8fafc;
    border: 2px dashed #cbd5e1;
    border-radius: 18px;
    box-shadow: none;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}

.empty-state-card:hover, .empty-state-card:focus-visible {
    color: var(--text-primary);
    text-decoration: none;
    background: #f1f5f9;
    border-color: #94a3b8;
    transform: translateY(-1px);
}

.empty-state-card__image {
    display: block;
    width: 150px;
    aspect-ratio: 16/10;
    overflow: hidden;
    border-radius: 12px;
    background: #e5e7eb;
}

.empty-state-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    opacity: 0.55;
}

.empty-state-card__content {
    display: flex;
    flex-direction: column;
    gap: 7px;
    max-width: 310px;
}

.empty-state-card__content strong {
    font-size: 1.1rem;
}

.empty-state-card__content span {
    color: var(--text-secondary);
    line-height: 1.45;
}

.empty-search-state {
    grid-column: 1 / -1;
    padding: 32px;
    text-align: center;
    color: var(--text-secondary);
}

.empty-search-state h2 {
    color: var(--text-primary);
}

@media (max-width: 850px) {
    .dashboard-surface__grid {
        grid-template-columns: 1fr;
    }

    .dashboard-surface__section {
        padding: 0 0 28px;
    }

    .dashboard-surface__section:last-child {
        padding: 28px 0 0;
        border-top: 1px solid var(--border-color);
        border-left: 0;
    }

    .dashboard-action-panel {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-action-panel__controls {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    .dashboard-surface, .dashboard-action-panel {
        width: calc(100% - 24px);
        margin: 12px;
        padding: 22px;
    }

    .dashboard-action-panel__controls, .dashboard-surface__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dashboard-action-panel__controls .form-group, .dashboard-surface__actions .form-group {
        flex-basis: auto;
        width: 100%;
    }
}
/* **************************************** */





/* **************************************** */
/* * Park page */
/* **************************************** */
section.park-product-content {
    padding: 25px;
    border: 1.25px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(--shadow-sm);
    width: 100%;
    min-height: 134px;
    background: white;
    height: calc(100vh - 185px);
    overflow-y: auto;
}

section.park-product-content {
    padding: 20px;
    border: 1.25px solid var(--border-color);
    border-radius: 10px;
    box-shadow: var(
    --shadow-sm);
    width: 100%;
    min-height: 134px;
    background: white;
    height: calc(100vh - 175px);
    overflow-y: auto;
}

.product-2-col {display: flex;gap: 50px 35px;align-items: flex-start;flex-wrap: wrap;width: 100%;}

.product-2-col .product-images, .product-2-col .product-park-details {
    flex-grow: 1;
    max-width: 48%;
    min-width: 320px;
    width: 100%;
}

.product-2-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    position: relative;
    gap: 20px 40px;
}

.product-4-col {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.park-img-details-row {
    margin-bottom: 40px;
}

.product-images > img {
    width: 100%;
    border-radius: 8px;
    border: 1.25px solid var(--border-hover);
    box-shadow: var(--shadow-md);
}
/* **************************************** */











/* **************************************** */
/* Loading Plugin */
/* **************************************** */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ff0000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

/* **************************************** */





/* **************************************** */
/* MEDIA QUERIES */
/* **************************************** */
@media screen and (max-width: 500px) {
    #keyOuter {
        font-size: 10px;
    }

    .logo-area {
        width: calc(100% - 65px);
    }

    .search-inputs-box .material-input {
        width: 100%;
    }

    #keyOuter {
        bottom: 268px;
        top: unset;
        left: 0;
        right: unset;
    }
}
/* **************************************** */


.semi-detailed-row {
    margin: 20px 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    gap: 20px 10px;
}

.semi-detailed__item p {margin: 0;}

.additional-links-row {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1.25px solid var(--border-color);
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    flex-wrap: wrap;
}

.product-2-col .additional-details-box {
    flex: 1 1 320px;
    min-width: 320px;
}

.pitch-types-list {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.pitch-types-list span {
    flex: 1 1 calc(25% - 18.75px);
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-weight: 600;
}

.pitch-types-list span svg {
    width: 25px;
}

.additional-details-box>div, .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.grid-section {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1.25px solid var(--border-color);
}

.product-park-details>.product-2-col {
    justify-content: space-between;
    align-items: center;
}

.product-small-images {
    width: 100%;
    display: flex;
    overflow-x: auto;
    align-items: center;
    gap: 16px;
    margin-top: 20px;
}

.product-small-images img {
    width: 160px;
    border-radius: 8px;
    border: 1.25px solid var(--border-hover);
    box-shadow: var(--shadow-md);
}

/* **************************************** */
/* * Park reviews */
/* **************************************** */
.park-review-outer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    cursor: default;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
    max-width: 330px;
}

.park-review-outer:hover {
    transform: translateY(-2px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}

.park-review-outer .park-card__review-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.park-review-outer .park-card__trash-review {
    position: absolute;
    top: 12px;
    right: 12px;
}

.park-review-outer .park-card__name {
    padding: 2px 0 0;
}

.park-review-outer .park-card__name h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.2px;
}

.park-review-outer .park-card__description {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.55;
}

.park-review-outer .park-card__review-date {
    display: block;
    margin-top: auto;
    padding-top: 12px;
    border-top: 1px solid var(--border-color);
    color: var(--text-muted);
    font-size: 0.86rem;
}

.review-platform-icon {
    display: flex;
    width: 40px;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.review-platform-icon svg:last-child {
    width: 29px;
}
/* **************************************** */



/* **************************************** */
/* * Park FAQs */
/* **************************************** */
.faq-list-outer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.faq-item {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    cursor: default;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.faq-item:hover {
    transform: translateY(-2px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}

.faq-item__actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    gap: 8px;
    align-items: center;
}

.faq-item__actions .icon-btn {
    flex: 0 0 auto;
}

.faq-item__question {
    margin: 0;
    padding-right: 96px;
    font-size: 1.05rem;
    line-height: 1.25;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.2px;
}

.faq-item__answer {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.55;
}
/* **************************************** */



/* **************************************** */
/* * Park location */
/* **************************************** */
.park-location-split {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.85fr);
    gap: 18px;
    align-items: stretch;
}

.park-location-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.park-location-panel:hover {
    transform: translateY(-2px);
    border-color: var(--border-hover);
    box-shadow: var(--shadow-md);
}

.park-location-panel__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.park-location-panel__header h3 {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.25;
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.2px;
}

.park-location-panel__header .icon-btn {
    flex: 0 0 auto;
}

.park-location-map-panel {
    min-height: 460px;
}

.park-location-map-panel #parkLocationMap {
    width: 100%;
    flex: 1 1 auto;
    min-height: 400px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    overflow: hidden;
}

.park-location-description-panel p {
    margin: 0;
    color: var(--text-secondary);
    line-height: 1.65;
}

@media (max-width: 980px) {
    .park-location-split {
        grid-template-columns: 1fr;
    }

    .park-location-map-panel {
        min-height: 360px;
    }

    .park-location-map-panel #parkLocationMap {
        min-height: 320px;
    }
}
/* **************************************** */





/* **************************************** */
/* * Park profile editor */
/* **************************************** */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.park-editor-modal .uk-modal-dialog {
    width: min(960px, calc(100vw - 32px));
    max-width: 960px;
    max-height: calc(100vh - 32px);
    padding: 0;
    overflow-y: auto;
    border-radius: 22px;
    background: #f7fbf3;
    box-shadow: 0 24px 70px rgb(15 23 42 / 0.24);
}

.park-editor-modal__heading {
    padding: 30px 34px 24px;
    background: #1f3517;
}

.park-editor-modal__heading .park-editor-modal__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #ffad73;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.park-editor-modal__heading h2.uk-modal-title {
    margin: 0 0 8px;
    color: #fff;
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

.park-editor-modal__heading p {
    max-width: 660px;
    margin: 0;
    color: rgb(255 255 255 / 0.75);
    line-height: 1.65;
}

.park-editor-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(180px, 300px);
    gap: 24px;
    align-items: center;
    margin: 24px 34px 0;
    padding: 18px 20px;
    border: 1px solid #dce8d5;
    border-radius: 16px;
    background: #fff;
}

.park-editor-progress strong,
.park-editor-progress span {
    display: block;
}

.park-editor-progress strong {
    margin-bottom: 3px;
    color: #1f3517;
    font-size: 0.98rem;
}

.park-editor-progress > div > span {
    color: #64745e;
    font-size: 0.86rem;
}

.park-editor-progress__track {
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #e8efe3;
}

.park-editor-progress__track span {
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: #ff8c42;
    transition: width 0.2s ease;
}

#editParkForm {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 24px 34px 0;
}

.park-editor-section {
    padding: 24px;
    border: 1px solid #dce8d5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 2px 8px rgb(31 53 23 / 0.04);
}

.park-editor-section__heading {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 22px;
}

.park-editor-section__heading > span {
    display: inline-flex;
    flex: 0 0 38px;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 12px;
    background: #edf5e8;
    color: #4f7f35;
    font-size: 0.76rem;
    font-weight: 900;
}

.park-editor-section__heading h3 {
    margin: 0 0 3px;
    color: #1f3517;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.park-editor-section__heading p {
    margin: 0;
    color: #64745e;
    font-size: 0.9rem;
    line-height: 1.5;
}

.park-editor-modal .input-grid {
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 0;
}

.park-editor-modal .input-grid + .form-group,
.park-editor-modal .form-group + .input-grid,
.park-editor-modal .park-editor-section > .form-group + .form-group,
.park-editor-modal .input-grid + .park-editor-choice-group {
    margin-top: 18px;
}

.park-editor-modal .form-group {
    margin: 0;
}

.park-editor-modal .form-group > label,
.park-editor-choice-group legend {
    margin-bottom: 7px;
    color: #263c1e;
    font-size: 0.86rem;
    font-weight: 800;
}

.park-editor-modal .form-group > input,
.park-editor-modal .form-group > textarea {
    border-color: #d5dfd0;
    border-radius: 11px;
    background: #fbfdf9;
}

.park-editor-modal .form-group > input:focus,
.park-editor-modal .form-group > textarea:focus {
    border-color: #4f7f35;
    box-shadow: 0 0 0 3px rgb(79 127 53 / 0.12);
}

.park-editor-modal .form-group > p {
    margin: 6px 0 0;
    color: #71806b;
    font-size: 0.78rem;
    line-height: 1.45;
}

.park-editor-choice-group {
    min-width: 0;
    margin: 20px 0 0;
    padding: 0;
    border: 0;
}

.park-editor-choice-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 9px;
}

.park-editor-choice-grid--facilities {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.park-editor-choice {
    display: flex;
    gap: 8px;
    align-items: center;
    min-height: 44px;
    padding: 9px 11px;
    border: 1px solid #dce5d7;
    border-radius: 11px;
    background: #fbfdf9;
    color: #405039;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}

.park-editor-choice:hover,
.park-editor-choice:has(input:checked) {
    border-color: #74a35a;
    background: #edf5e8;
    color: #1f3517;
}

.park-editor-choice input {
    flex: 0 0 auto;
    accent-color: #4f7f35;
}

.park-editor-choice span {
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.25;
}

.park-editor-actions {
    position: sticky;
    z-index: 3;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin: 0 -34px;
    padding: 18px 34px;
    border-top: 1px solid #dce8d5;
    background: rgb(247 251 243 / 0.96);
    backdrop-filter: blur(8px);
}

.park-editor-actions > div {
    display: flex;
    gap: 10px;
    align-items: center;
}

@media (max-width: 800px) {
    .park-editor-progress {
        grid-template-columns: 1fr;
    }

    .park-editor-choice-grid,
    .park-editor-choice-grid--facilities {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .park-editor-modal .uk-modal-dialog {
        width: calc(100vw - 16px);
        max-height: calc(100vh - 16px);
        border-radius: 16px;
    }

    .park-editor-modal__heading,
    #editParkForm {
        padding-right: 18px;
        padding-left: 18px;
    }

    .park-editor-progress {
        margin-right: 18px;
        margin-left: 18px;
    }

    .park-editor-section {
        padding: 18px;
    }

    .park-editor-choice-grid,
    .park-editor-choice-grid--facilities {
        grid-template-columns: 1fr;
    }

    .park-editor-actions {
        align-items: stretch;
        margin-right: -18px;
        margin-left: -18px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .park-editor-actions,
    .park-editor-actions > div {
        flex-direction: column;
    }

    .park-editor-actions .regular-btn,
    .park-editor-actions .tertiary-btn,
    .park-editor-actions .important-btn {
        width: 100%;
        text-align: center;
    }
}
/* **************************************** */

/* **************************************** */
/* * Public interactive map */
/* **************************************** */
html.public-map-html,
html.public-map-html body.public-map-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.public-map-page .content-width {
    width: 100%;
    height: 100%;
}

body.public-map-page section#mapContainer {
    width: 100%;
    height: 100%;
    padding: 0;
}

body.public-map-page #popup {
    transform: none;
}

body.public-map-page .map-reset-zoom {
    top: 16px;
    right: 16px;
}

.public-map-actions {
    position: absolute;
    z-index: 10001;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

body.public-map-page .public-map-actions .map-reset-zoom {
    position: static;
}

.map-park-rules {
    min-height: 40px;
    padding: 8px 12px;
    border: 1px solid #1d70b8;
    border-radius: 6px;
    background: #fff;
    color: #1d70b8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.map-park-rules:hover {
    background: #eff6ff;
}

.park-rules-modal .uk-modal-dialog {
    width: min(920px, calc(100% - 30px));
    border-radius: 10px;
}

.public-park-rules-list {
    display: grid;
    gap: 12px;
}

.public-park-rules-list section {
    padding: 14px 16px;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    background: #f9fafb;
}

.public-park-rules-list h3,
.public-park-rules-list p {
    margin: 0;
}

.public-park-rules-list p {
    margin-top: 6px;
    color: #344054;
    line-height: 1.55;
}

.public-park-rules-pdf {
    margin-top: 18px;
}

.public-park-rules-pdf > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.public-park-rules-pdf h3 {
    margin: 0;
}

.public-park-rules-pdf iframe {
    width: 100%;
    height: min(62vh, 680px);
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #f9fafb;
}

.public-map-controls {
    position: absolute;
    z-index: 10000;
    top: 16px;
    left: 16px;
    width: min(560px, calc(100% - 32px));
    padding: 10px;
    border: 1px solid rgb(15 23 42 / 0.12);
    border-radius: 12px;
    background: rgb(255 255 255 / 0.96);
    box-shadow: 0 8px 24px rgb(15 23 42 / 0.16);
    box-sizing: border-box;
}

.public-map-search-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.public-map-search-row .search-container {
    max-width: none;
    flex: 1 1 260px;
}

.public-map-search-row .search-input {
    min-width: 0;
}

.public-map-filter-toggle {
    min-height: 43px;
    white-space: nowrap;
    flex: 0 0 auto;
}

.public-map-search-clear {
    min-height: 43px;
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-weight: 700;
    white-space: nowrap;
}

.public-map-search-clear:disabled {
    border-color: #e5e7eb;
    background: #f9fafb;
    color: #9ca3af;
    cursor: not-allowed;
}

.public-map-filter-toggle.is-active,
.public-map-filter-toggle[aria-expanded="true"] {
    border-color: #dc2626;
    background: #fef2f2;
    color: #b91c1c;
}

#publicMapFilterCount {
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 20px;
    background: #dc2626;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}

.public-map-search-status {
    margin-top: 8px;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.public-map-search-status:empty {
    display: none;
}

.public-map-search-status.is-active {
    padding: 9px 11px;
    border: 2px solid #dc2626;
    border-radius: 7px;
    background: #fef2f2;
    color: #991b1b;
}

.public-map-search-status.is-empty {
    border-color: #ea580c;
    background: #fff7ed;
    color: #9a3412;
}

.public-map-filter-panel {
    max-height: calc(100vh - 110px);
    margin-top: 10px;
    padding-top: 10px;
    overflow-y: auto;
    border-top: 1px solid #e1e7ef;
}

.public-map-filter-header {
    position: sticky;
    top: -10px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: -10px 0 10px;
    padding: 10px 0;
    border-bottom: 1px solid #e1e7ef;
    background: #fff;
}

.public-map-filter-header strong {
    color: #111827;
    font-size: 16px;
}

.public-map-filter-header .tertiary-btn {
    padding: 7px 10px;
    border: 1px solid #dc2626;
    border-radius: 6px;
    color: #b91c1c;
    font-weight: 700;
}

.public-map-filter-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.public-map-filter-panel .form-group {
    min-width: 0;
    margin: 0;
}

.public-map-filter-panel .form-group label {
    margin-bottom: 5px;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
}

.public-map-filter-panel .form-group input,
.public-map-filter-panel .form-group select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
}

.public-map-available-filter {
    display: flex;
    gap: 9px;
    align-items: flex-start;
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    background: #f3f7f0;
    cursor: pointer;
}

.public-map-available-filter input {
    width: 18px;
    height: 18px;
    margin: 2px 0 0;
    accent-color: #4f7f35;
    flex: 0 0 auto;
}

.public-map-available-filter span,
.public-map-available-filter strong,
.public-map-available-filter small {
    display: block;
}

.public-map-available-filter strong {
    color: #27351f;
    font-size: 13px;
}

.public-map-available-filter small {
    margin-top: 2px;
    color: #64705f;
    font-size: 11px;
}

.public-map-filter-section {
    margin-top: 10px;
    border-top: 1px solid #e1e7ef;
}

.public-map-filter-section summary {
    padding: 10px 2px 6px;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

.public-map-filter-section h4 {
    margin: 12px 0 7px;
    color: #374151;
    font-size: 12px;
}

.public-map-filter-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 5px;
    margin-top: 5px;
}

.public-map-filter-option {
    display: flex;
    gap: 6px;
    align-items: center;
    min-width: 0;
    min-height: 34px;
    padding: 5px 7px;
    border-radius: 7px;
    background: #f8fafc;
    color: #374151;
    font-size: 11px;
    line-height: 1.25;
    cursor: pointer;
}

.public-map-filter-option:hover,
.public-map-filter-option:has(input:checked) {
    background: #edf5e8;
}

.public-map-filter-option input {
    margin: 0;
    accent-color: #4f7f35;
    flex: 0 0 auto;
}

.public-map-filter-option img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    flex: 0 0 auto;
}

.public-map-filter-option span {
    min-width: 0;
}

.public-map-filter-grid--numbers {
    margin-top: 6px;
}

.public-map-filter-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e1e7ef;
}

.public-map-filter-footer .tertiary-btn {
    padding: 8px 10px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-weight: 700;
}

@media (max-width: 560px) {
    .public-map-controls {
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }

    .public-map-filter-grid,
    .public-map-filter-options {
        grid-template-columns: 1fr;
    }

    .map-created-with {
        right: 10px;
        bottom: 10px;
    }

    body.public-map-page .public-map-actions {
        top: 124px;
        right: 10px;
    }

    .public-map-actions {
        align-items: flex-end;
        flex-direction: column-reverse;
    }

    .public-park-rules-pdf > div {
        align-items: flex-start;
        flex-direction: column;
    }

    .public-park-rules-pdf iframe {
        height: 52vh;
    }

    body.public-map-page #popup {
        width: min(240px, calc(100vw - 20px));
        max-width: 240px;
        max-height: min(320px, calc(100vh - 20px));
        padding: 10px;
        overflow-y: auto;
        border-radius: 9px;
    }

    body.public-map-page #popup > .popup-image-preview {
        max-height: 90px;
        margin-bottom: 9px;
    }

    body.public-map-page #popup h3 {
        margin-bottom: 5px;
        font-size: 16px;
    }

    body.public-map-page #popup p {
        margin-bottom: 9px;
        font-size: 12px;
        line-height: 1.4;
    }

    body.public-map-page #popup .pitch-popup-heading-row {
        gap: 5px;
        margin-bottom: 6px;
    }

    body.public-map-page #popup .pitch-popup-number {
        font-size: 13px;
        line-height: 18px;
    }

    body.public-map-page #popup .available,
    body.public-map-page #popup .not-available {
        padding: 2px 6px;
        font-size: 10px;
        line-height: 15px;
    }

    body.public-map-page #popup .pitch-popup-facts,
    body.public-map-page #popup .pitch-popup-tags {
        gap: 4px;
        margin: 5px 0;
    }

    body.public-map-page #popup .pitch-popup-fact,
    body.public-map-page #popup .pitch-popup-tag {
        padding: 2px 5px;
        font-size: 10px;
    }

    body.public-map-page #popup .pitch-popup-amenity {
        width: 26px;
        height: 26px;
    }

    body.public-map-page #popup .pitch-popup-amenity img {
        width: 17px;
        height: 17px;
    }
}
/* **************************************** */





/* **************************************** */
/* * Public park profile */
/* **************************************** */
html.public-park-html,
html.public-park-html body.public-park-page {
    overflow-y: auto;
}

html.public-park-html {
    scroll-behavior: smooth;
}

body.public-park-page {
    min-height: 100vh;
    margin: 0;
    overflow-x: hidden;
    background: #fff;
    color: #252823;
    font-family: "Plus Jakarta Sans", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.public-park-page *,
body.public-park-page *::before,
body.public-park-page *::after {
    box-sizing: border-box;
}

body.public-park-page::selection {
    background: #dff2cd;
}

.public-park-page h1,
.public-park-page h2,
.public-park-page h3,
.public-park-page p,
.public-park-page dl,
.public-park-page dd {
    margin: 0;
}

.public-park-page a {
    color: inherit;
    text-decoration: none;
}

.public-park-page a:focus-visible {
    outline: 3px solid #ff8c42;
    outline-offset: 4px;
}

.park-profile-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

/* **************************************** */
/* * Public park header */
/* **************************************** */
.country-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid rgb(45 80 22 / 0.12);
    background: rgb(247 251 243 / 0.92);
    backdrop-filter: blur(14px);
}

.country-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: min(1180px, calc(100% - 48px));
    min-height: 82px;
    gap: 30px;
    margin: 0 auto;
}

.country-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #203618;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.country-brand img {
    display: block;
    border-radius: 50%;
}

.country-nav {
    display: flex;
    align-items: center;
    gap: 25px;
}

.country-nav a {
    color: #596455;
    font-size: 13px;
    font-weight: 700;
}

.country-nav a:hover {
    color: #2d5016;
}

.country-header__cta {
    display: inline-flex;
    align-items: center;
    min-height: 45px;
    gap: 8px;
    padding: 0 18px;
    border-radius: 10px;
    background: #2d5016;
    color: #fff !important;
    font-size: 13px;
    font-weight: 800;
    box-shadow: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.country-header__cta:hover {
    transform: translateY(-2px);
    background: #ff8c42;
}

.park-dev-banner {
    padding: 12px 0;
    background: #172313;
    color: #dce8d8;
}

.park-dev-banner .park-profile-shell {
    display: flex;
    align-items: center;
    gap: 14px;
}

.park-dev-banner strong {
    flex: 0 0 auto;
    color: #ffb779;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.park-dev-banner span {
    font-size: 12px;
    line-height: 1.5;
}

.park-dev-banner code {
    padding: 2px 5px;
    border-radius: 4px;
    background: #2b3b25;
    color: #fff;
}

/* **************************************** */
/* * Public park shared elements */
/* **************************************** */
.park-profile-section {
    padding: 82px 0;
    scroll-margin-top: 90px;
}

.park-profile-section--soft {
    border-top: 1px solid #e8ece6;
    border-bottom: 1px solid #e8ece6;
    background: #f7f8f5;
}

.park-profile-eyebrow {
    color: #2d7450;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.park-profile-section h2,
.park-profile-contact h2 {
    margin-top: 0;
    color: #182216;
    font-size: clamp(32px, 4vw, 44px);
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1.12;
    text-wrap: balance;
}

.park-profile-section__heading {
    max-width: 720px;
    margin-bottom: 38px;
}

.park-profile-section__heading > p {
    margin-top: 14px;
    color: #5d6759;
    font-size: 15px;
    line-height: 1.7;
}

.park-profile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    gap: 9px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
    box-shadow: none;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.park-profile-button--primary {
    border: 2px solid #2d7450;
    background: #2d7450;
    color: #fff !important;
}

.park-profile-button--primary:hover {
    transform: translateY(-2px);
    border-color: #ff8c42;
    background: #ff8c42;
}

.park-profile-button--secondary {
    border: 2px solid #cad5c5;
    background: #fff;
    color: #263d1e !important;
}

.park-profile-button--secondary:hover {
    border-color: #2d7450;
    color: #2d7450 !important;
}

/* **************************************** */
/* * Public park hero */
/* **************************************** */
.country-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    gap: 10px;
    padding: 0 25px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.country-button--primary {
    background: #ff8c42;
    color: #fff !important;
}

.country-button--primary:hover {
    transform: translateY(-2px);
    background: #f2792e;
}

.country-button--secondary {
    border: 2px solid #2d5016;
    background: #fff;
    color: #2d5016 !important;
}

.country-button--secondary:hover {
    background: #2d5016;
    color: #fff !important;
}

.country-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 92px;
    background: radial-gradient(circle at 82% 16%, rgb(255 211 169 / 0.6), transparent 24%), linear-gradient(135deg, #f7fbf3 0%, #e5f3d8 100%);
}

.country-hero::before {
    position: absolute;
    right: -180px;
    bottom: -300px;
    width: 620px;
    height: 620px;
    border: 1px solid rgb(45 80 22 / 0.1);
    border-radius: 50%;
    content: "";
}

.country-hero__inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(430px, 1.05fr);
    align-items: center;
    gap: 70px;
}

.country-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 8px 14px;
    border: 1px solid #d8e9ca;
    border-radius: 999px;
    background: rgb(255 255 255 / 0.77);
    color: #4a6b3a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.country-eyebrow span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff8c42;
    box-shadow: 0 0 0 5px rgb(255 140 66 / 0.14);
}

.country-hero h1 {
    max-width: 690px;
    margin: 25px 0 0;
    color: #1f3517;
    font-size: clamp(50px, 6.5vw, 78px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.99;
    text-wrap: balance;
}

.country-hero h1 em {
    position: relative;
    z-index: 1;
    display: inline;
    color: #2d5016;
    font-style: normal;
    box-shadow: inset 0 -0.24em 0 #ffd4ad;
}

.country-hero__lead {
    max-width: 650px;
    margin: 28px 0 0;
    color: #52614c;
    font-size: 20px;
    line-height: 1.65;
}

.country-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 33px;
}

.country-hero__note {
    max-width: 590px;
    margin: 22px 0 0;
    color: #6d7a68;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

.country-proof-line {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 34px;
}

.country-proof-line p {
    margin: 0;
    padding-left: 14px;
    border-left: 1px solid #c8d8bc;
}

.country-proof-line strong,
.country-proof-line span {
    display: block;
}

.country-proof-line strong {
    font-size: 13px;
}

.country-proof-line span {
    margin-top: 3px;
    color: #6d7a68;
    font-size: 12px;
}

.country-hero__visual {
    position: relative;
}

.country-image-card {
    overflow: hidden;
    border: 1px solid #d9e6d0;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 34px 70px -32px rgb(33 64 23 / 0.38);
}

.country-map-placeholder {
    position: relative;
    overflow: hidden;
    background: #e8f0dc;
}

.country-map-placeholder__badge {
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    max-width: calc(100% - 36px);
    padding: 8px 11px;
    overflow: hidden;
    border: 1px solid rgb(45 80 22 / 0.16);
    border-radius: 8px;
    background: rgb(255 255 255 / 0.88);
    color: #4d6641;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.country-profile-hero-image {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.country-hero__photo-count {
    position: absolute;
    z-index: 3;
    right: 18px;
    bottom: 18px;
    padding: 10px 14px;
    border: 1px solid #d6ddd2;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
    color: #1d2a19 !important;
    font-size: 12px;
    font-weight: 800;
}

.country-hero__photo-count:hover {
    border-color: #2d7450;
    color: #2d7450 !important;
}

.country-hero__floating-card {
    position: absolute;
    right: -20px;
    bottom: -28px;
    width: 220px;
    padding: 17px 19px;
    border: 1px solid #f2d2ba;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 15px 36px rgb(41 60 33 / 0.16);
}

.country-hero__floating-card strong,
.country-hero__floating-card span {
    display: block;
}

.country-hero__floating-card strong {
    color: #2d5016;
    font-size: 14px;
}

.country-hero__floating-card span {
    margin-top: 4px;
    color: #6d7a68;
    font-size: 11px;
    line-height: 1.45;
}

/* **************************************** */
/* * Public park section navigation */
/* **************************************** */
.park-profile-section-nav {
    border-top: 1px solid #e6ebe3;
    border-bottom: 1px solid #e6ebe3;
    background: #fff;
}

.park-profile-section-nav nav {
    display: flex;
    gap: 34px;
    overflow-x: auto;
    scrollbar-width: none;
}

.park-profile-section-nav nav::-webkit-scrollbar {
    display: none;
}

.park-profile-section-nav a {
    flex: 0 0 auto;
    padding: 22px 0 19px;
    border-bottom: 3px solid transparent;
    color: #5d6759;
    font-size: 13px;
    font-weight: 800;
}

.park-profile-section-nav a:hover {
    border-bottom-color: #2d7450;
    color: #2d7450;
}

/* **************************************** */
/* * Public park about */
/* **************************************** */
.park-profile-about {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
    align-items: start;
    gap: 78px;
}

.park-profile-about__content > p:last-child {
    margin-top: 24px;
    color: #40463e;
    font-size: 18px;
    line-height: 1.85;
}

.park-profile-at-a-glance {
    padding: 28px;
    border: 1px solid #dfe6db;
    border-radius: 16px;
    background: #f8faf7;
}

.park-profile-at-a-glance h3 {
    color: #20301b;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.park-profile-at-a-glance dl {
    margin-top: 12px;
}

.park-profile-at-a-glance dl > div {
    padding: 17px 0;
    border-top: 1px solid #e0e6dd;
}

.park-profile-at-a-glance dt {
    color: #7a8476;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.park-profile-at-a-glance dd {
    margin-top: 6px;
    color: #263322;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.55;
}

/* **************************************** */
/* * Public park feature lists */
/* **************************************** */
.park-profile-list-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dfe6db;
    list-style: none;
}

.park-profile-list-grid li {
    min-height: 62px;
    padding: 20px 18px;
    border-bottom: 1px solid #dfe6db;
    color: #34402f;
    font-size: 14px;
    font-weight: 700;
}

/* **************************************** */
/* * Public park extended information */
/* **************************************** */
.park-profile-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.park-profile-info-card {
    min-width: 0;
    padding: 25px;
    border: 1px solid #dfe6db;
    border-radius: 15px;
    background: #fff;
}

.park-profile-card-label {
    display: block;
    color: #667161;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.park-profile-info-card > strong {
    display: block;
    margin-top: 14px;
    color: #20301b;
    font-size: 19px;
    line-height: 1.45;
}

.park-profile-info-grid--nearby .park-profile-info-card > strong {
    margin-top: 0;
}

.park-profile-data-credit {
    margin-top: 18px !important;
    color: #778272;
    font-size: 11px;
}

.park-profile-info-card > p:last-child:not(.park-profile-eyebrow) {
    margin-top: 10px;
    color: #6a7466;
    font-size: 12px;
    line-height: 1.6;
}

.park-profile-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.park-profile-tag-list span {
    padding: 7px 10px;
    border: 1px solid #d7e2d1;
    border-radius: 999px;
    background: #f7faf5;
    color: #405039;
    font-size: 11px;
    font-weight: 700;
}

.park-profile-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.park-profile-detail-card {
    padding: 27px;
    border: 1px solid #dfe6db;
    border-radius: 16px;
    background: #fff;
}

.park-profile-detail-card dl {
    margin-top: 14px;
}

.park-profile-detail-card dl > div {
    display: grid;
    grid-template-columns: minmax(120px, 0.42fr) minmax(0, 0.58fr);
    gap: 18px;
    padding: 13px 0;
    border-top: 1px solid #e5ebe2;
}

.park-profile-detail-card dt {
    color: #667161;
    font-size: 11px;
    font-weight: 800;
}

.park-profile-detail-card dd {
    color: #2e3a2a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.park-profile-rating,
.park-profile-video {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    align-items: center;
    gap: 70px;
}

.park-profile-rating > div > p:last-child,
.park-profile-video > div > p:not(.park-profile-eyebrow) {
    max-width: 650px;
    margin-top: 18px;
    color: #5d6759;
    font-size: 15px;
    line-height: 1.7;
}

.park-profile-rating__card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #dfe6db;
    border-radius: 18px;
    background: #f7faf5;
    text-align: center;
}

.park-profile-rating__card > strong {
    margin-top: 9px;
    color: #2d7450;
    font-size: 66px;
    letter-spacing: -0.07em;
    line-height: 1;
}

.park-profile-rating__card > span {
    margin-top: 10px;
    color: #283624;
    font-size: 15px;
    font-weight: 800;
}

.park-profile-rating__card small {
    margin-top: 8px;
    color: #7b8577;
    font-size: 10px;
}

.park-profile-video .park-profile-button {
    margin-top: 24px;
}

.park-profile-video__preview {
    display: flex;
    min-height: 300px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px;
    border: 1px solid #dce5d8;
    border-radius: 18px;
    background: radial-gradient(circle at 80% 18%, rgb(255 140 66 / 0.2), transparent 30%), linear-gradient(135deg, #eff6e9, #dfeeda);
    text-align: center;
}

.park-profile-video__preview strong {
    margin-top: 14px;
    color: #20301b;
    font-size: 22px;
}

.park-profile-video__preview > span:last-child {
    max-width: 310px;
    margin-top: 8px;
    color: #64705f;
    font-size: 12px;
    line-height: 1.6;
}

/* **************************************** */
/* * Public park maps */
/* **************************************** */
.park-profile-map-embeds {
    display: grid;
    gap: 28px;
}

.park-profile-map-embed {
    overflow: hidden;
    border: 1px solid #dfe6db;
    border-radius: 18px;
    background: #fff;
}

.park-profile-map-embed__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 20px 24px;
    border-bottom: 1px solid #dfe6db;
}

.park-profile-map-embed__heading h3 {
    color: #20301b;
    font-size: 20px;
    letter-spacing: -0.03em;
}

.park-profile-map-embed__heading a {
    color: #2d7450 !important;
    font-size: 12px;
    font-weight: 800;
}

.park-profile-map-embed__heading a:hover {
    color: #ff8c42 !important;
}

.park-profile-map-embed iframe {
    display: block;
    width: 100%;
    height: min(72vh, 720px);
    min-height: 520px;
    border: 0;
    background: #edf2e9;
}

.park-profile-map-embed--preview {
    display: flex;
    min-height: 520px;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: linear-gradient(135deg, #edf5e8, #dcebd5);
    text-align: center;
}

.park-profile-map-embed--preview strong,
.park-profile-map-embed--preview span {
    display: block;
}

.park-profile-map-embed--preview strong {
    color: #20301b;
    font-size: 24px;
}

.park-profile-map-embed--preview span {
    margin-top: 8px;
    color: #667161;
    font-size: 13px;
}

/* **************************************** */
/* * Public park gallery */
/* **************************************** */
.park-profile-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.park-profile-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    background: #e9eee6;
    object-fit: cover;
}

.park-profile-gallery img:first-child {
    grid-column: span 2;
    grid-row: span 2;
    height: 100%;
}

/* **************************************** */
/* * Public park contact and location */
/* **************************************** */
.park-profile-location {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    gap: 24px;
}

.park-profile-location__details,
.park-profile-location__map {
    min-height: 440px;
    overflow: hidden;
    border: 1px solid #dce4d8;
    border-radius: 16px;
    background: #fff;
}

.park-profile-location__details {
    padding: 34px;
}

.park-profile-location__details h3 {
    color: #20301b;
    font-size: 24px;
    letter-spacing: -0.03em;
}

.park-profile-location__details > p {
    margin-top: 14px;
    color: #5d6759;
    font-size: 15px;
    line-height: 1.7;
}

.park-profile-location__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-top: 27px;
}

.park-profile-location__links a {
    border-bottom: 1px solid #b5c9ba;
    color: #2d7450 !important;
    font-size: 13px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.park-profile-location__links a:hover {
    color: #ff8c42 !important;
}

.park-profile-location__map--placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    background: linear-gradient(135deg, #edf5e8, #dcebd5);
    text-align: center;
}

.park-profile-location__map--placeholder strong,
.park-profile-location__map--placeholder span {
    display: block;
}

.park-profile-location__map--placeholder strong {
    color: #2d5016;
    font-size: 22px;
}

.park-profile-location__map--placeholder span {
    margin-top: 8px;
    color: #667161;
    font-size: 12px;
}

/* **************************************** */
/* * Public park contact */
/* **************************************** */
.park-profile-contact {
    padding: 74px 0;
    background: #eaf4e7;
}

.park-profile-contact__inner {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.65fr);
    align-items: center;
    gap: 60px;
}

.park-profile-contact h2 {
    max-width: 760px;
}

.park-profile-contact__inner > div:first-child > p:last-child {
    max-width: 680px;
    margin-top: 16px;
    color: #566151;
    font-size: 16px;
    line-height: 1.7;
}

.park-profile-contact__inner > div:last-child {
    display: flex;
    justify-content: flex-end;
}

/* **************************************** */
/* * Public park footer */
/* **************************************** */
.country-footer {
    padding: 70px 0 28px;
    background: #172313;
    color: #fff;
}

.country-footer__inner {
    display: grid;
    grid-template-columns: 1.7fr 1fr 1.2fr 1fr;
    gap: 50px;
}

.country-footer .country-brand {
    color: #fff;
}

.country-footer__brand > p,
.country-footer__inner > div > p {
    margin: 16px 0 0;
    color: #9eae98;
    font-size: 12px;
    line-height: 1.7;
}

.country-footer h3 {
    margin: 3px 0 18px;
    color: #ffb779;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.country-footer__inner > div:not(.country-footer__brand) a {
    display: block;
    margin-top: 10px;
    color: #d1ddcd;
    font-size: 12px;
    font-weight: 600;
    overflow-wrap: anywhere;
}

.country-footer__inner > div:not(.country-footer__brand) a:hover {
    color: #ffb779;
}

.country-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 47px;
    padding-top: 25px;
    border-top: 1px solid #30412a;
    color: #80907a;
    font-size: 11px;
}

/* **************************************** */
/* * Public park error */
/* **************************************** */
.park-profile-error {
    min-height: calc(100vh - 82px);
    background: #f7f8f5;
}

.park-profile-error__inner {
    max-width: 740px;
    text-align: center;
}

.park-profile-error h1 {
    margin-top: 10px;
    color: #182216;
    font-size: clamp(42px, 7vw, 68px);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 1.04;
}

.park-profile-error__inner > p:not(.park-profile-eyebrow) {
    margin: 22px 0 28px;
    color: #596455;
    font-size: 17px;
    line-height: 1.7;
}

/* **************************************** */
/* * Public park responsive styles */
/* **************************************** */
@media (max-width: 1040px) {
    .country-nav {
        display: none;
    }

    .country-hero__inner {
        grid-template-columns: 1fr 1fr;
        gap: 42px;
    }

    .country-hero h1 {
        font-size: 57px;
    }

    .park-profile-about {
        gap: 45px;
    }

    .country-footer__inner {
        gap: 34px;
    }
}

@media (max-width: 820px) {
    .park-profile-section {
        padding: 68px 0;
    }

    .country-hero {
        padding-top: 58px;
    }

    .country-hero__inner {
        grid-template-columns: 1fr;
    }

    .country-hero__visual {
        width: 100%;
        max-width: 620px;
        margin: 12px auto 0;
    }

    .park-profile-about,
    .park-profile-location,
    .park-profile-contact__inner,
    .park-profile-rating,
    .park-profile-video {
        grid-template-columns: 1fr;
    }

    .park-profile-info-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .park-profile-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .park-profile-contact__inner {
        gap: 30px;
    }

    .park-profile-contact__inner > div:last-child {
        justify-content: flex-start;
    }

    .country-footer__inner {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 560px) {
    .park-profile-shell,
    .country-header__inner {
        width: min(100% - 30px, 1180px);
    }

    .country-header__inner {
        min-height: 72px;
        gap: 10px;
    }

    .country-brand {
        gap: 8px;
        font-size: 14px;
    }

    .country-brand img {
        width: 43px;
        height: 43px;
    }

    .country-header__cta {
        padding: 0 12px;
        font-size: 10px;
    }

    .park-dev-banner .park-profile-shell {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .country-hero {
        padding: 46px 0 70px;
    }

    .country-eyebrow {
        font-size: 9px;
    }

    .country-hero h1 {
        font-size: 45px;
    }

    .country-hero__lead {
        font-size: 17px;
    }

    .country-hero__actions {
        flex-direction: column;
    }

    .park-profile-button,
    .country-button {
        width: 100%;
    }

    .country-proof-line {
        align-items: flex-start;
        flex-direction: column;
    }

    .country-proof-line p {
        padding-top: 10px;
        padding-left: 0;
        border-top: 1px solid #c8d8bc;
        border-left: 0;
    }

    .country-hero__floating-card {
        right: 12px;
        bottom: -38px;
    }

    .park-profile-section-nav nav {
        gap: 25px;
    }

    .park-profile-section-nav a {
        padding: 18px 0 15px;
    }

    .park-profile-section h2,
    .park-profile-contact h2 {
        font-size: 33px;
    }

    .park-profile-about__content > p:last-child {
        font-size: 16px;
    }

    .park-profile-at-a-glance {
        padding: 22px;
    }

    .park-profile-list-grid {
        grid-template-columns: 1fr;
    }

    .park-profile-info-grid {
        grid-template-columns: 1fr;
    }

    .park-profile-gallery {
        grid-template-columns: 1fr;
    }

    .park-profile-gallery img:first-child {
        grid-column: auto;
        grid-row: auto;
        height: auto;
    }

    .park-profile-map-embed__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .park-profile-map-embed iframe,
    .park-profile-map-embed--preview {
        min-height: 440px;
    }

    .park-profile-location__details,
    .park-profile-location__map {
        min-height: 340px;
    }

    .park-profile-location__details {
        padding: 26px;
    }

    .park-profile-contact {
        padding: 58px 0;
    }

    .country-footer__inner {
        grid-template-columns: 1fr;
    }

    .country-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.public-park-html {
        scroll-behavior: auto;
    }

    .park-profile-button,
    .country-button,
    .country-header__cta {
        transition: none;
    }
}
/* **************************************** */
