/* Woodmart style notice */
.wd-variation-notice {
    margin-bottom: 15px;
    padding: 12px 15px;
    border-left: 4px solid #e0b252;
    background: #fff8e5;
    color: #7a5a00;
    font-size: 14px;
}

/* Red highlight for missing selects */
select.wd-variation-error {
    border-color: #d63638 !important;
    box-shadow: 0 0 0 1px #d63638 !important;
}
