/* WP Engrave Pro Form Styles */
#wpep-engraving-wrapper {
    background: #cec1c1;
    border: 2px dashed #eedcdc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    transition: all 0.3s ease;
}

#wpep-engraving-wrapper:hover {
    border-color: #eee6e6;
}

.wpep-toggle {
    cursor: pointer;
    font-size: 1.1em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wpep-toggle input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

#wpep-form-fields {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.wpep-captcha-box {
    background: #ffebeb;
    padding: 10px 15px;
    border-left: 4px solid #d9534f;
    border-radius: 4px;
}

.wpep-captcha-box strong {
    color: #d9534f;
    font-size: 1.2em;
}