.hcdesigner-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 15px 0 25px 0;
    background: #fafafa;
}

.hcdesigner-title {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 12px;
}

.hcdesigner-layout {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.hcdesigner-controls {
    flex: 0 0 240px;
    max-width: 100%;
    font-size: 13px;
}

.hcdesigner-controls label {
    display: block;
    margin-top: 8px;
    margin-bottom: 2px;
    font-weight: 600;
}

.hcdesigner-controls input[type="text"],
.hcdesigner-controls input[type="file"],
.hcdesigner-controls input[type="color"],
.hcdesigner-controls input[type="range"] {
    width: 100%;
}

.hcdesigner-buttons-group {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.hcdesigner-buttons-group .button {
    flex: 1 1 48%;
    font-size: 12px;
    padding: 4px 6px;
}

.hcdesigner-layers-panel {
    margin-top: 12px;
    border-top: 1px solid #ddd;
    padding-top: 8px;
}

.hcdesigner-layers-panel h4 {
    margin: 0 0 6px 0;
    font-size: 13px;
}

.hcdesigner-layers-list {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 160px;
    overflow-y: auto;
    border: 1px solid #eee;
    background: #fff;
}

.hcdesigner-layer-item {
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-bottom: 1px solid #f3f3f3;
    cursor: pointer;
    font-size: 12px;
}

.hcdesigner-layer-item:last-child {
    border-bottom: none;
}

.hcdesigner-layer-item.is-active {
    background: #e8f4ff;
}

.hcdesigner-layer-visibility {
    margin-right: 6px;
    font-size: 14px;
}

.hcdesigner-layer-label {
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hcdesigner-layer-actions button {
    border: 1px solid #ccc;
    background: #f9f9f9;
    padding: 0 4px;
    font-size: 11px;
    margin-left: 2px;
    cursor: pointer;
}

.hcdesigner-canvas-wrap {
    flex: 1 1 260px;
    min-width: 260px;
    text-align: center;
}

#hcdesigner-canvas {
    border: 1px solid #ccc;
    background: #ffffff;
    max-width: 100%;
}

.hc360-wrapper {
    position: relative;
}

.hc360-wrapper img.hc360-overlay {
    position: absolute;
    top: 18%;
    left: 18%;
    width: 64%;
    height: auto;
    pointer-events: none;
}
