.construnews-general-contact {
    margin-top: 24px;
}

.construnews-general-contact .d-none,
.construnews-general-contact [hidden] {
    display: none !important;
}

.construnews-general-contact form > p {
    margin: 0 0 20px;
}

.construnews-general-contact label {
    display: block;
    margin-bottom: 7px;
    color: #222;
    font-size: 20px;
    line-height: 1.4;
}

.construnews-general-contact input[type="text"],
.construnews-general-contact input[type="email"],
.construnews-general-contact input[type="tel"],
.construnews-general-contact textarea {
    box-sizing: border-box;
    width: 100%;
    padding: 11px 13px;
    border: 1px solid #d4d4d4;
    border-radius: 0;
    background: #fff;
    color: #222;
    font-family: inherit;
    font-size: 15px;
    line-height: 1.4;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.construnews-general-contact input[type="text"],
.construnews-general-contact input[type="email"],
.construnews-general-contact input[type="tel"] {
    min-height: 46px;
}

.construnews-general-contact textarea {
    min-height: 150px;
    resize: vertical;
}

.construnews-general-contact input:focus,
.construnews-general-contact textarea:focus {
    border-color: #ed6c26;
    box-shadow: 0 0 0 2px rgba(237, 108, 38, .12);
    outline: none;
}

.construnews-general-contact p:has(input[type="checkbox"]) label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
    font-size: 14px;
}

.construnews-general-contact input[type="checkbox"] {
    flex: 0 0 auto;
    margin-top: 3px;
}

.construnews-general-contact a {
    color: #ed6c26;
}

.construnews-general-contact altcha-widget {
    display: block;
    margin: 6px 0 20px;
}

.construnews-general-contact button[type="submit"] {
    min-width: 130px;
    padding: 12px 24px;
    border: 0;
    background: #ed6c26;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color .2s ease;
}

.construnews-general-contact button[type="submit"]:hover {
    background: #d85c18;
}

.construnews-general-contact button[type="submit"]:disabled {
    cursor: wait;
    opacity: .65;
}

.construnews-general-contact .alert {
    box-sizing: border-box;
    margin: 20px 0;
    padding: 14px 16px;
    border: 1px solid transparent;
    font-size: 15px;
}

.construnews-general-contact .alert-success {
    border-color: #badbcc;
    background: #d1e7dd;
    color: #0f5132;
}

.construnews-general-contact .alert-danger {
    border-color: #f5c2c7;
    background: #f8d7da;
    color: #842029;
}
