.ifp-wrapper-1277fb14 {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
}

.ifp-image-1277fb14 {
    width: 100%;
    height: auto;
    display: block;
}

.ifp-hotspot-1277fb14 {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #0073e6;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    box-shadow: 0 0 0 4px rgba(0, 115, 230, 0.3);
    transition: transform 0.2s ease;
    z-index: 2;
}

.ifp-hotspot-1277fb14:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.ifp-panel-1277fb14 {
    position: absolute;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    box-shadow: -4px 0 15px rgba(0,0,0,0.1);
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    padding: 24px;
    box-sizing: border-box;
    overflow-y: auto;
}

.ifp-wrapper-1277fb14.panel-active .ifp-panel-1277fb14 {
    right: 0;
}

.ifp-panel-close-1277fb14 {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.ifp-panel-close-1277fb14:hover {
    color: #000;
}

.ifp-panel-img-1277fb14 {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
    margin-top: 10px;
}

.ifp-panel-title-1277fb14 {
    margin: 0 0 8px 0;
    font-size: 20px;
    color: #333;
}

.ifp-panel-dims-1277fb14 {
    font-weight: 600;
    color: #666;
    margin-bottom: 12px;
    font-size: 14px;
}

.ifp-panel-desc-1277fb14 {
    color: #555;
    font-size: 14px;
    line-height: 1.5;
}
