.wcq-area-builder-wrap {
    margin-top: 8px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px;
    background: #f8fafc;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
}
.wcq-area-builder-wrap.collapsed {
    max-height: 0;
    padding: 0;
    border: none;
    opacity: 0;
}
.wcq-dim-row {
    transition: max-height 0.25s ease, opacity 0.25s ease, margin 0.25s ease;
    overflow: hidden;
}
.wcq-dim-row.hidden-dims {
    max-height: 0;
    opacity: 0;
    margin: 0 !important;
}
