.elementor-6302 .elementor-element.elementor-element-89ca9d5 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}.elementor-6302 .elementor-element.elementor-element-89ca9d5 .qodef-qi-contact-form-7{text-align:left;}.elementor-6302 .elementor-element.elementor-element-89ca9d5 .qodef-qi-contact-form-7 .wpcf7-not-valid-tip{text-align:left;}@media(max-width:1024px){.elementor-6302 .elementor-element.elementor-element-89ca9d5 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}@media(max-width:767px){.elementor-6302 .elementor-element.elementor-element-89ca9d5 .qodef-qi-contact-form-7 .wpcf7-checkbox .wpcf7-list-item{margin-left:0;}}/* Start custom CSS *//* Главный контейнер формы */
.order-form-container {
    width: 100%;
    max-width: 550px;
    margin: 0 auto !important; /* Центрирует форму */
    padding: 35px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: "Book Antiqua", Georgia, serif !important;
    color: #2c2c2c;
    text-align: left;
    box-sizing: border-box;
}

/* Гарантируем центрирование внутри контейнеров Elementor */
.wpcf7 {
    display: flex;
    justify-content: center;
    width: 100%;
}
.wpcf7 form {
    width: 100%;
}

/* Заголовок блока доставки (Szállítási cím) */
.order-form-container h3 {
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 18px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 18px;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Названия полей и заголовки радио-групп */
.order-form-container label,
.order-form-container .radio-title {
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 500;
    color: #333333;
    display: inline-block;
    margin-bottom: 5px;
}

/* Текстовые поля ввода и поле количества */
.order-form-container input[type="text"],
.order-form-container input[type="email"],
.order-form-container input[type="tel"],
.order-form-container input[type="number"] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 14px !important;
    background-color: #f9f9f9;
    transition: all 0.25s ease-in-out;
    box-sizing: border-box;
    color: #111111;
}

.order-form-container input:focus {
    border-color: #111111;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.04);
    outline: none;
}

/* Разделительные линии */
.order-form-container hr {
    border: 0;
    height: 1px;
    background: #eaeaea;
    margin: 25px 0;
}

/* Стилизация радио-групп (Делаем текст полностью кликабельным) */
.order-form-container .form-radio-group {
    margin-bottom: 20px;
}

.order-form-container .wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    margin-left: 0 !important;
}

.order-form-container .wpcf7-list-item label {
    font-weight: 400;
    margin-bottom: 0;
    display: flex !important;
    align-items: center;
    cursor: pointer !important; /* Вся строка становится курсором-указателем */
    width: 100%;
    padding: 4px 0;
}

.order-form-container .wpcf7-list-item-label {
    cursor: pointer !important;
    display: inline-block;
}

.order-form-container input[type="radio"] {
    margin-right: 12px;
    accent-color: #111111;
    transform: scale(1.2);
    cursor: pointer !important;
}

/* Кнопка отправки формы (Максимальная кликабельность) */
.order-form-container input[type="submit"] {
    display: block !important;
    width: 100%;
    padding: 16px 20px;
    background-color: #111111;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer !important; /* Принудительный палец при наведении */
    pointer-events: auto !important; /* Защита от блокировки кликов */
    position: relative;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.1s ease;
    margin-top: 15px;
    -webkit-appearance: none; /* Сброс мобильных стилей Apple */
}

.order-form-container input[type="submit"]:hover {
    background-color: #333333;
}

.order-form-container input[type="submit"]:active {
    transform: scale(0.98);
}

/* Системные сообщения об ошибках и успехе */
.wpcf7-response-output {
    margin: 20px 0 0 0 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 14px !important;
    box-sizing: border-box;
}

/* Красный текст ошибок валидации (Важно заполнить...) */
.wpcf7-not-valid-tip {
    font-family: "Book Antiqua", Georgia, serif !important;
    font-size: 13px !important;
    margin-top: 5px;
    color: #dc3232;
}

/* Адаптивность */
@media (max-width: 580px) {
    .order-form-container {
        padding: 20px 15px;
    }
}/* End custom CSS */