/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 16 2025 | 18:41:16 */
/* Red highlight border */
.variation-error {
    border: 2px solid #ff4d4f !important;
/*     box-shadow: 0 0 10px rgba(255, 77, 79, 0.4) !important; */
/*     border-radius: 0px; */
    animation: shake 0.35s ease;
	padding: 3px 8px !important;
}

/* Clean professional message */
.variation-error-msg {
   background: #c32525;
    color: #fff8f8;
    font-size: 13px;
    padding: 1px 8px;
    /* border-radius: 6px; */
    margin-top: -2px;
    /* border-left: 3px solid #ff4d4f; */
    /* font-weight: 600;
}

/* Subtle shake animation */
@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-3px); }
}
