.th-container-cde6d60d {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.th-base-image-cde6d60d {
    display: block;
    width: 100%;
    height: auto;
}
.th-hotspot-wrapper-cde6d60d {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.th-dot-cde6d60d {
    width: 20px;
    height: 20px;
    background-color: #FFA500;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(255, 165, 0, 0.3);
    transition: transform 0.2s ease;
}
.th-dot-cde6d60d:hover {
    transform: scale(1.2);
}
.th-popup-cde6d60d {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 8px;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
    z-index: 20;
    text-align: center;
}
.th-hotspot-wrapper-cde6d60d.th-active-cde6d60d .th-popup-cde6d60d,
.th-hotspot-wrapper-cde6d60d:hover .th-popup-cde6d60d {
    opacity: 1;
    visibility: visible;
}
.th-popup-img-cde6d60d {
    width: 100%;
    height: auto;
    border-radius: 2px;
    margin-bottom: 8px;
    display: block;
}
.th-popup-desc-cde6d60d {
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 1.4;
}