.klo-boat-ramps {
    width: 100%;
}

.klo-boat-ramps__status {
    margin: 0 0 0.75rem;
    color: #687681;
    font-family: "Inter Tight", sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
}

.klo-boat-ramp-map {
    width: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 16px;
}

.klo-boat-ramp-map img {
    max-width: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.klo-ramp-marker {
    position: relative;
    width: 28px;
    height: 28px;
    cursor: pointer;
    background: #0d5c63;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 7px rgba(20, 38, 55, 0.34);
    transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.klo-ramp-marker::after {
    position: absolute;
    top: 20px;
    left: 50%;
    width: 10px;
    height: 10px;
    content: "";
    background: #0d5c63;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateX(-50%) rotate(45deg);
}

.klo-ramp-marker__dot {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.klo-ramp-marker.is-active {
    z-index: 10;
    background: #5a7158;
    box-shadow: 0 0 0 5px rgba(90, 113, 88, 0.25), 0 4px 12px rgba(20, 38, 55, 0.38);
    transform: scale(1.24);
}

.klo-ramp-marker.is-active::after {
    background: #5a7158;
}

.klo-ramp-popup {
    min-width: 235px;
    max-width: 315px;
    font-family: "Inter Tight", sans-serif !important;
    color: #263746;
    line-height: 1.4;
    text-shadow: none !important;
}

.klo-ramp-popup h3 {
    margin: 0 0 0.2rem;
    color: #163f5f;
    font-family: "Inter Tight", sans-serif !important;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.25;
}

.klo-ramp-popup__location {
    margin-bottom: 0.75rem;
    color: #687681;
    font-size: 0.875rem;
}

.klo-ramp-popup__details {
    margin: 0;
    padding: 0.6rem 0;
    border-top: 1px solid #e1e7eb;
    border-bottom: 1px solid #e1e7eb;
}

.klo-ramp-popup__detail {
    display: grid;
    grid-template-columns: minmax(70px, auto) 1fr;
    gap: 0.65rem;
    margin: 0.18rem 0;
}

.klo-ramp-popup__detail dt,
.klo-ramp-popup__detail dd {
    margin: 0;
}

.klo-ramp-popup__detail dt {
    color: #52616d;
    font-size: 0.82rem;
    font-weight: 700;
}

.klo-ramp-popup__detail dd {
    color: #263746;
    font-size: 0.82rem;
}

.klo-ramp-popup__description {
    margin: 0.7rem 0 0;
    font-size: 0.86rem;
}

.klo-ramp-popup__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin-top: 0.8rem;
}

.klo-ramp-popup__button,
.klo-ramp-popup__link {
    font-family: "Inter Tight", sans-serif !important;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none !important;
    text-shadow: none !important;
}

.klo-ramp-popup__button {
    display: inline-flex;
    padding: 0.48rem 0.72rem;
    color: #fff !important;
    background: #0d5c63;
    border-radius: 7px;
}

.klo-ramp-popup__button:hover,
.klo-ramp-popup__button:focus {
    color: #fff !important;
    background: #5a7158;
}

.klo-ramp-popup__link {
    color: #163f5f !important;
}

.klo-ramp-popup__link:hover,
.klo-ramp-popup__link:focus {
    color: #5a7158 !important;
    text-decoration: underline !important;
    text-underline-offset: 0.15em;
}

.klo-boat-ramps__notice {
    font-family: "Inter Tight", sans-serif;
}

@media (max-width: 600px) {
    .klo-boat-ramp-map {
        min-height: 520px;
    }
}
