.kropp-single-meta,
.kropp-single-gallery,
.kropp-single-price,
.kropp-single-section,
.kropp-single-location,
.kropp-single-calendar {
    --blms-navy: #183e63;
    --blms-muted: #9b9b9b;
    --blms-soft: #f1f5f9;
    color: #222;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.kropp-single-gallery {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.kropp-single-gallery:focus {
    outline: 2px solid var(--blms-navy);
    outline-offset: 4px;
}

.kropp-gallery-track {
    aspect-ratio: 2.47 / 1;
    background: #e4e7ea;
    min-height: 360px;
    position: relative;
    width: 100%;
}

.kropp-gallery-slide {
    inset: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .28s ease;
}

.kropp-gallery-slide.is-active {
    opacity: 1;
    z-index: 1;
}

.kropp-gallery-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.kropp-gallery-nav {
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 50%;
    color: #8b8982;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color .18s ease, transform .18s ease;
    width: 44px;
    z-index: 2;
}

.kropp-gallery-nav:hover,
.kropp-gallery-nav:focus {
    color: #183e63;
    outline: 0;
    transform: translateY(-50%) scale(1.06);
}

.kropp-gallery-nav span {
    display: block;
    font-size: 44px;
    font-weight: 300;
    line-height: 34px;
    margin-top: -4px;
}

.kropp-gallery-nav--prev {
    left: 34px;
}

.kropp-gallery-nav--next {
    right: 34px;
}

.kropp-single-meta {
    align-items: center;
    color: var(--blms-navy);
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.kropp-single-meta .blms-fact {
    align-items: center;
    display: inline-flex;
    font-size: 15px;
    font-weight: 700;
    gap: 6px;
    line-height: 1;
}

.kropp-single-meta .blms-fact svg {
    fill: currentColor;
    height: 18px;
    width: 18px;
}

.kropp-single-price {
    color: var(--blms-navy);
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.kropp-single-calendar {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, .08);
    padding: 30px;
    width: 100%;
}

.kropp-single-calendar--default {
    box-shadow: none;
    padding: 0;
}

.kropp-single-calendar .rz-single-sidebar,
.kropp-single-calendar .rz-sidebar,
.kropp-single-calendar .rz-listing-action,
.kropp-hostaway-booking-box .rz-single-sidebar,
.kropp-hostaway-booking-box .rz-sidebar,
.kropp-hostaway-booking-box .rz-listing-action {
    width: 100%;
}

.kropp-single-calendar .rz-single-sidebar,
.kropp-hostaway-booking-box .rz-single-sidebar {
    position: static !important;
    top: auto !important;
}

.kropp-calendar-price {
    color: var(--blms-navy);
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    margin: 0 0 24px;
}

.kropp-hostaway-calendar {
    margin: 0 0 26px;
}

.kropp-calendar-note {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 22px;
}

.kropp-calendar-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kropp-calendar-button {
    background: #fff;
    border: 1px solid var(--blms-navy);
    border-radius: 999px;
    color: var(--blms-navy);
    cursor: pointer;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    min-height: 54px;
    padding: 0 24px;
}

.kropp-calendar-button--primary {
    background: var(--blms-navy);
    color: #fff;
}

.kropp-single-heading {
    color: #202124;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 30px;
}

.kropp-single-section {
    margin: 0 0 46px;
}

.kropp-amenities-grid {
    display: grid;
    gap: 30px 58px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kropp-amenity {
    align-items: center;
    color: var(--blms-navy);
    display: inline-flex;
    font-size: 17px;
    font-weight: 500;
    gap: 14px;
    line-height: 1.35;
}

.kropp-amenity__icon {
    align-items: center;
    color: var(--blms-navy);
    display: inline-flex;
    flex: 0 0 auto;
}

.kropp-amenity__icon svg {
    fill: currentColor;
    height: 22px;
    width: 22px;
}

.kropp-reviews-intro {
    color: #3b3b3b;
    font-size: 22px;
    line-height: 1.8;
    margin: 0 0 30px;
}

.kropp-reviews-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kropp-review-card {
    background: var(--blms-soft);
    border-radius: 36px;
    padding: 42px 46px 38px;
}

.kropp-review-card__avatar {
    align-items: center;
    background: #e8edf3;
    border-radius: 50%;
    color: var(--blms-navy);
    display: inline-flex;
    height: 48px;
    justify-content: center;
    margin: 0 0 18px;
    width: 48px;
}

.kropp-review-card__avatar svg {
    fill: currentColor;
    height: 25px;
    width: 25px;
}

.kropp-review-stars {
    display: flex;
    gap: 8px;
    margin: 0 0 16px;
}

.kropp-review-stars span {
    color: #cfcfcf;
    font-size: 42px;
    line-height: 1;
}

.kropp-review-stars .is-filled {
    color: #ffb13b;
}

.kropp-review-card__title {
    color: var(--blms-navy);
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 30px;
}

.kropp-review-card__text {
    color: #3b3b3b;
    font-size: 19px;
    line-height: 1.9;
}

.kropp-review-card__text p {
    margin: 0;
}

.kropp-single-map {
    aspect-ratio: 1.65 / 1;
    background: #edf2f6;
    border-radius: 30px;
    min-height: 420px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.kropp-single-map iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
}

.kropp-single-location .blms-map-marker {
    align-items: center;
    background: #fff !important;
    border: 1px solid rgba(24, 62, 99, .14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(16, 42, 67, .18);
    color: var(--blms-navy);
    cursor: pointer;
    display: inline-flex !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 17px;
    font-weight: 800;
    gap: 6px;
    line-height: 1;
    min-height: 38px;
    min-width: 62px;
    padding: 5px 9px 5px 12px !important;
    position: absolute;
    transform: translate(-50%, -100%);
    transform-origin: 50% 100%;
    transition: box-shadow .18s ease, transform .18s ease;
    white-space: nowrap;
    z-index: 9999;
}

.kropp-single-location .blms-map-marker:hover,
.kropp-single-location .blms-map-marker:focus,
.kropp-single-location .blms-map-marker.is-highlighted {
    box-shadow: 0 14px 30px rgba(16, 42, 67, .25);
    outline: 0;
    transform: translate(-50%, -100%) scale(1.12);
    z-index: 20000 !important;
}

.kropp-single-location .blms-map-marker__heart {
    align-items: center;
    background: #f1f5f9;
    border-radius: 50%;
    color: var(--blms-navy);
    display: inline-flex;
    height: 28px;
    justify-content: center;
    width: 28px;
}

.kropp-single-location .blms-map-marker__heart svg {
    fill: currentColor;
    height: 15px;
    width: 15px;
}

.kropp-single-location .blms-map-marker.is-favorite .blms-map-marker__heart {
    background: var(--blms-navy);
    color: #fff;
}

.kropp-single-location .gm-style .gm-style-iw-c {
    border-radius: 18px;
    box-shadow: 0 22px 45px rgba(15, 23, 42, .22);
    overflow: visible;
    padding: 0;
}

.kropp-single-location .gm-style .gm-style-iw-d {
    overflow: visible !important;
}

.kropp-single-location .gm-style .gm-ui-hover-effect {
    display: none !important;
}

.kropp-single-location .gm-style .gm-style-iw-tc::after {
    background: #fff;
}

.kropp-single-location .blms-map-popup {
    background: #fff;
    border-radius: 18px;
    font-family: "Plus Jakarta Sans", sans-serif;
    overflow: hidden;
    position: relative;
    width: min(360px, 72vw);
}

.kropp-single-location .blms-map-popup__image-link {
    background: #dce5ee;
    display: block;
    min-height: 190px;
    overflow: hidden;
}

.kropp-single-location .blms-map-popup__image {
    aspect-ratio: 1.55 / 1;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.kropp-single-location .blms-map-popup__favorite {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    color: var(--blms-navy);
    cursor: pointer;
    display: inline-flex;
    height: 46px;
    justify-content: center;
    padding: 0;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 46px;
}

.kropp-single-location .blms-map-popup__favorite svg {
    fill: currentColor;
    height: 34px;
    width: 34px;
}

.kropp-single-location .blms-map-popup__body {
    padding: 24px 28px 30px;
}

.kropp-single-location .blms-map-popup__title {
    color: #050505;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 22px;
    text-decoration: none;
}

.kropp-single-location .blms-map-popup__price {
    color: var(--blms-navy);
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 780px) {
    .kropp-amenities-grid,
    .kropp-reviews-grid {
        grid-template-columns: 1fr;
    }

    .kropp-single-heading {
        font-size: 28px;
    }

    .kropp-reviews-intro {
        font-size: 18px;
    }

    .kropp-review-card {
        border-radius: 26px;
        padding: 28px;
    }

    .kropp-single-map {
        min-height: 320px;
    }

    .kropp-gallery-track {
        aspect-ratio: 1.45 / 1;
        min-height: 260px;
    }

    .kropp-gallery-nav {
        height: 38px;
        width: 38px;
    }

    .kropp-gallery-nav--prev {
        left: 16px;
    }

    .kropp-gallery-nav--next {
        right: 16px;
    }

    .kropp-calendar-actions {
        grid-template-columns: 1fr;
    }
}
