/*
Theme Name: SẮC VÓC VIỆT
Theme URI: https://biv11948-sacvocviet.biv.vn
Description: Theme WordPress - Sắc Vóc Việt
Author: TUNG
Version: 1.0
Text Domain: sacvocviet
*/

/* === Contact Form 7 Styling === */
#FORM197 .wpcf7 {
    width: 100%;
    height: 100%;
}
#FORM197 .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 10px 8px;
}
#FORM197 .wpcf7-form p {
    margin: 0;
}
#FORM197 .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 6px;
    background-color: #fff;
    color: #3d2e1b;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    line-height: 1.6;
    outline: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    box-sizing: border-box;
}
#FORM197 .wpcf7-form-control:not(.wpcf7-submit):focus {
    border-color: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.3);
}
#FORM197 .wpcf7-form-control::placeholder {
    color: #999;
    font-style: italic;
}
#FORM197 .wpcf7-submit {
    width: 100%;
    height: 44px;
    background-color: rgb(139, 0, 139);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: "Playfair Display", serif;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    letter-spacing: 1px;
}
#FORM197 .wpcf7-submit:hover {
    background-color: rgb(160, 0, 160);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(139, 0, 139, 0.4);
}
#FORM197 .wpcf7-submit:active {
    transform: translateY(1px);
}
#FORM197 .wpcf7-response-output {
    color: #fff !important;
    border-color: rgba(255,255,255,0.5) !important;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    margin: 8px 0 0 !important;
    padding: 8px !important;
}
#FORM197 .wpcf7-not-valid-tip {
    color: #ffcccc;
    font-size: 12px;
    margin-top: 4px;
}
#FORM197 .wpcf7 .wpcf7-spinner {
    margin: 0 auto;
    display: block;
}
