.abdm-market {
    --abdm-primary: #315c3d;
    --abdm-accent: #d18a3a;
    --abdm-light: #f4f8f1;
    --abdm-map-height: 580px;
    font-family: inherit;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    color: #18311f;
}

.abdm-market * {
    box-sizing: border-box;
}

.abdm-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    gap: 24px;
    padding: clamp(24px, 4vw, 46px);
    border-radius: 30px;
    background: radial-gradient(circle at 88% 20%, rgba(209, 138, 58, .24), transparent 32%), linear-gradient(135deg, var(--abdm-light), #fff 56%, #eef5ea);
    border: 1px solid rgba(49, 92, 61, .12);
    box-shadow: 0 24px 70px rgba(49, 92, 61, .14);
    overflow: hidden;
    position: relative;
}

.abdm-hero:before {
    content: "";
    position: absolute;
    inset: auto -60px -90px auto;
    width: 260px;
    height: 260px;
    border-radius: 999px;
    background: rgba(49, 92, 61, .08);
}

.abdm-hero__content,
.abdm-hero__facts {
    position: relative;
    z-index: 1;
}

.abdm-kicker,
.abdm-map-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(49, 92, 61, .10);
    color: var(--abdm-primary);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.abdm-hero h2 {
    margin: 16px 0 12px;
    color: var(--abdm-primary);
    font-size: clamp(34px, 5.4vw, 66px);
    line-height: .96;
    letter-spacing: -.05em;
}

.abdm-time-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 10px 16px;
    border-radius: 16px;
    background: var(--abdm-primary);
    color: #fff;
    font-weight: 800;
}

.abdm-hero p {
    max-width: 780px;
    margin: 0 0 22px;
    color: #375340;
    font-size: clamp(16px, 2vw, 19px);
    line-height: 1.65;
}

.abdm-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border-radius: 999px;
    background: var(--abdm-accent);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 800;
    box-shadow: 0 12px 28px rgba(209, 138, 58, .28);
    transition: transform .18s ease, box-shadow .18s ease;
}

.abdm-button:hover,
.abdm-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(209, 138, 58, .36);
}

.abdm-hero__facts {
    display: grid;
    gap: 14px;
    align-content: center;
}

.abdm-fact {
    padding: 20px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .82);
    border: 1px solid rgba(49, 92, 61, .10);
    box-shadow: 0 14px 35px rgba(49, 92, 61, .10);
}

.abdm-fact strong {
    display: block;
    color: var(--abdm-primary);
    font-size: 38px;
    line-height: 1;
}

.abdm-fact span {
    display: block;
    margin-top: 6px;
    color: #607467;
    font-size: 14px;
    font-weight: 700;
}

.abdm-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 22px;
    margin-top: 24px;
}

.abdm-map-card,
.abdm-list-card {
    border-radius: 30px;
    background: #fff;
    border: 1px solid rgba(49, 92, 61, .12);
    box-shadow: 0 22px 60px rgba(49, 92, 61, .10);
    overflow: hidden;
}

.abdm-map-topline {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-end;
    padding: 22px 22px 18px;
}

.abdm-map-topline h3 {
    margin: 10px 0 0;
    color: var(--abdm-primary);
    font-size: clamp(22px, 3vw, 32px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.abdm-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.abdm-filter button {
    border: 1px solid rgba(49, 92, 61, .18);
    background: #fff;
    color: var(--abdm-primary);
    border-radius: 999px;
    padding: 9px 13px;
    font: inherit;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    transition: background .16s ease, color .16s ease, transform .16s ease;
}

.abdm-filter button:hover,
.abdm-filter button:focus,
.abdm-filter button.is-active {
    background: var(--abdm-primary);
    color: #fff;
    transform: translateY(-1px);
}

.abdm-map {
    width: 100%;
    min-height: 360px;
    height: var(--abdm-map-height);
    background: var(--abdm-light);
    z-index: 1;
}

.abdm-list-card {
    align-self: start;
    max-height: calc(var(--abdm-map-height) + 104px);
    display: flex;
    flex-direction: column;
}

.abdm-list-head {
    padding: 22px 22px 14px;
    border-bottom: 1px solid rgba(49, 92, 61, .10);
}

.abdm-list-head span {
    display: block;
    color: var(--abdm-primary);
    font-size: 22px;
    font-weight: 900;
}

.abdm-list-head small {
    display: block;
    margin-top: 4px;
    color: #67776b;
}

.abdm-list {
    padding: 14px;
    overflow: auto;
}

.abdm-list-item {
    width: 100%;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin: 0 0 10px;
    padding: 12px;
    text-align: left;
    border: 1px solid rgba(49, 92, 61, .10);
    border-radius: 18px;
    background: #fff;
    color: inherit;
    cursor: pointer;
    transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.abdm-list-item:hover,
.abdm-list-item:focus,
.abdm-list-item.is-active {
    transform: translateY(-1px);
    border-color: rgba(49, 92, 61, .26);
    box-shadow: 0 10px 24px rgba(49, 92, 61, .10);
}

.abdm-list-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: var(--abdm-primary);
    color: #fff;
    font-weight: 900;
}

.abdm-list-number.is-parking {
    background: #2e72b8;
}

.abdm-list-title {
    display: block;
    color: #1f3325;
    font-weight: 900;
    line-height: 1.2;
}

.abdm-list-offer {
    display: block;
    margin-top: 4px;
    color: var(--abdm-accent);
    font-size: 13px;
    font-weight: 800;
}

.abdm-list-address {
    display: block;
    margin-top: 4px;
    color: #607467;
    font-size: 13px;
}

.abdm-note {
    margin-top: 14px;
    color: #6a766d;
    font-size: 13px;
    text-align: center;
}

.abdm-marker {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 34px !important;
    height: 42px !important;
    transform: translate(-17px, -42px);
}

.abdm-marker span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 11px 11px 11px 3px;
    background: var(--abdm-primary);
    color: #fff;
    border: 2px solid #fff;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .22);
    font-size: 13px;
    font-weight: 900;
    transform: rotate(45deg);
}

.abdm-marker span b {
    transform: rotate(-45deg);
}

.abdm-marker.is-food span,
.abdm-marker.is-drinks span {
    background: var(--abdm-accent);
}

.abdm-marker.is-parking span {
    background: #2e72b8;
}

.abdm-popup {
    min-width: 210px;
}

.abdm-popup strong {
    display: block;
    color: var(--abdm-primary);
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 6px;
}

.abdm-popup em {
    display: inline-flex;
    margin: 0 0 8px;
    color: var(--abdm-accent);
    font-style: normal;
    font-weight: 900;
}

.abdm-popup span {
    display: block;
    color: #53645a;
    font-size: 13px;
    line-height: 1.45;
}

.abdm-popup a {
    display: inline-flex;
    margin-top: 10px;
    padding: 8px 11px;
    border-radius: 999px;
    background: var(--abdm-primary);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 900;
}

.abdm-map-fallback {
    padding: 34px;
    color: #375340;
    font-weight: 700;
}

@media (max-width: 1080px) {
    .abdm-layout,
    .abdm-hero {
        grid-template-columns: 1fr;
    }

    .abdm-list-card {
        max-height: none;
    }

    .abdm-list {
        max-height: 460px;
    }
}

@media (max-width: 720px) {
    .abdm-market {
        --abdm-map-height: 460px;
    }

    .abdm-hero,
    .abdm-map-card,
    .abdm-list-card {
        border-radius: 22px;
    }

    .abdm-map-topline {
        display: block;
        padding: 18px;
    }

    .abdm-filter {
        justify-content: flex-start;
        margin-top: 14px;
    }

    .abdm-hero__facts {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }

    .abdm-fact {
        padding: 14px 10px;
        border-radius: 18px;
        text-align: center;
    }

    .abdm-fact strong {
        font-size: 28px;
    }

    .abdm-fact span {
        font-size: 12px;
    }
}

@media (max-width: 460px) {
    .abdm-hero__facts {
        grid-template-columns: 1fr;
    }

    .abdm-button {
        width: 100%;
    }
}
