button.blocked, a.blocked {
    cursor: not-allowed;
    opacity: .65;
    user-select: none;
    pointer-events: none;
}

.adv-cust-wrap {
    width: max-content;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 8px;
}

.customization-fields__row-desc {
    display: flex;
    justify-content: end;
    align-items: start;
    font-size: 10px;
    gap: 10px;
    width: 100%;
}

.customization-fields__row-hint {
    margin-right: auto;
}

.adv-cust-preview {
    background: #fff;
    width: 48px;
    height: 48px;
    border: 1px solid lightgray;
    border-radius: 3px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}