.ic-62707821-wrapper {
    position: relative;
    width: 100%;
    font-family: inherit;
    box-sizing: border-box;
}

.ic-62707821-viewer {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: #eaeaea;
    cursor: grab;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.ic-62707821-viewer:active {
    cursor: grabbing;
}

.ic-62707821-pane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.ic-62707821-pane.is-active {
    position: relative;
    opacity: 1;
    pointer-events: auto;
}

.ic-62707821-drag-wrap {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
}

.ic-62707821-draggable {
    display: block;
    max-width: none;
    height: 100%;
    pointer-events: none;
}

/* Switch capsule pill overlayed TOP-RIGHT of the image */
.ic-62707821-toggle {
    position: absolute;
    top: 24px;
    right: 24px;
    display: flex;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 6px;
    gap: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    z-index: 30;
}

.ic-62707821-toggle-btn {
    border: none;
    outline: none;
    background: transparent;
    padding: 10px 24px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    color: #000000;
}

.ic-62707821-toggle-btn.is-active {
    background: #000000;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

/* Hotspots - clean capsule badges precisely matching design */
.ic-62707821-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 30px;
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 8px 18px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 10;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    white-space: nowrap;
}

.ic-62707821-marker:hover,
.ic-62707821-marker.is-active {
    transform: translate(-50%, -50%) scale(1.08);
    background: #ffffff;
    color: #000000;
    box-shadow: 0 6px 16px rgba(0,0,0,0.4);
}

/* Floating Card Carousel layout on bottom-left inside image container */
.ic-62707821-carousel-wrap {
    position: absolute;
    bottom: 24px;
    left: 24px;
    width: 320px;
    max-width: 90%;
    z-index: 30;
}

.ic-62707821-carousel-container {
    overflow: hidden;
    position: relative;
    cursor: grab;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.ic-62707821-carousel-container:active {
    cursor: grabbing;
}

.ic-62707821-track {
    display: none;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}

.ic-62707821-track.is-active {
    display: flex;
}

.ic-62707821-card {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

.ic-62707821-card h4 {
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #000000;
}

.ic-62707821-card p {
    margin: 0 0 16px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #555555;
}

.ic-62707821-btn {
    align-self: flex-start;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    padding: 8px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
}

.ic-62707821-btn:hover {
    background: #333333;
}

/* Hide navigation buttons but support swipe gesture natively */
.ic-62707821-nav {
    display: none !important;
}
