.hs-9c8c2871-widget-wrapper {
    width: 100%;
    position: relative;
    box-sizing: border-box;
}

.hs-9c8c2871-map-container {
    position: relative;
    width: 100%;
    display: block;
    overflow: visible !important;
}

.hs-9c8c2871-main-img {
    width: 100%;
    height: auto;
    display: block;
}

/* Hotspot Pins styling */
.hs-9c8c2871-pin-btn {
    position: absolute;
    border: none;
    outline: none;
    cursor: pointer;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    z-index: 99999 !important;
    transition: color 0.3s ease;
    pointer-events: auto !important;
}

.hs-9c8c2871-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

/* Centered static pin number inside the pin icon */
.hs-9c8c2871-pin-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 11px;
    pointer-events: none;
    text-align: center;
    line-height: 1;
    z-index: 10;
}

/* Revealed image wrapper for positioning badge */
.hs-9c8c2871-img-wrapper {
    position: relative;
    width: 100%;
}

/* LHS Badge on Revealed Images styled similarly to the title */
.hs-9c8c2871-reveal-number {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    pointer-events: none;
    text-align: center;
    line-height: 1;
    z-index: 5;
}

/* Large RHS overlay text styling */
.hs-9c8c2871-large-title-rhs {
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 44px;
    color: #ffffff;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
    z-index: 5;
    line-height: 1.1;
    pointer-events: none;
}

/* Reveal Container & Columns */
.hs-9c8c2871-reveal-container {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.hs-9c8c2871-reveal-panel {
    display: none;
    width: 100%;
    flex-direction: column;
    box-sizing: border-box;
}

.hs-9c8c2871-reveal-panel.hs-visible {
    display: flex;
}

.hs-9c8c2871-reveal-column {
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.hs-9c8c2871-reveal-column img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 0 !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

/* Fixed Div overlay top right of the image */
.pin-image-title {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    pointer-events: none;
    z-index: 5;
}

/* Responsive Large Titles */
@media (max-width: 1024px) {
    .hs-9c8c2871-large-title-rhs {
        font-size: 34px;
        bottom: 15px;
        right: 15px;
    }
}

@media (max-width: 767px) {
    .hs-9c8c2871-large-title-rhs {
        font-size: 24px;
        bottom: 10px;
        right: 10px;
    }
}
