.elementor-23790 .elementor-element.elementor-element-6f9500a{text-align:center;}.elementor-23790 .elementor-element.elementor-element-8d0abbf.elementor-column > .elementor-widget-wrap{justify-content:flex-end;}/* Start custom CSS for column, class: .elementor-element-8d0abbf *//* Bao quanh form */
.campaign-form {
    max-width: 600px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 2px solid #FFD700; /* Viền vàng */
    border-radius: 10px;
}

/* Các ô nhập liệu */
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-url {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

/* Label tiêu đề */
.campaign-form label {
    font-weight: bold;
    color: #D32F2F; /* Màu đỏ */
}

/* Radio buttons nằm dọc cho dễ nhìn */
.wpcf7-list-item {
    display: block !important;
    margin-bottom: 5px;
}

/* Nút gửi */
input.wpcf7-submit {
    width: 100%;
    background-color: #D32F2F;
    color: white;
    padding: 15px;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

input.wpcf7-submit:hover {
    background-color: #b71c1c;
}

/* Ẩn thông báo lỗi mặc định quá to */
.wpcf7-response-output {
    border-radius: 5px;
    padding: 10px;
    font-size: 0.9em;
}/* End custom CSS */
/* Start custom CSS *//* --- CODE ẨN KHUNG XANH TUYỆT ĐỐI --- */
div.wpcf7-response-output,
.wpcf7-response-output,
.wpcf7-mail-sent-ok,
form.wpcf7-form .wpcf7-response-output {
    display: none !important;       /* Ẩn khỏi màn hình */
    visibility: hidden !important;  /* Tàng hình */
    opacity: 0 !important;          /* Làm trong suốt */
    height: 0 !important;           /* Chiều cao bằng 0 */
    padding: 0 !important;          /* Không đệm */
    margin: 0 !important;           /* Không lề */
    border: none !important;        /* Không viền */
    width: 0 !important;            /* Chiều rộng bằng 0 */
    position: absolute !important;  /* Đẩy ra khỏi bố cục */
    z-index: -9999 !important;      /* Cho chìm xuống dưới cùng */
}/* End custom CSS */