/* ---- FORM FIELD SIZE ---- */
.affwp-form input,
.affwp-form select,
.affwp-form textarea {
    width: 100% !important;
    height: 42px !important;
    font-size: 15px !important;
    padding: 8px !important;
    margin-bottom: 14px !important;
}

/* Textarea height */
.affwp-form textarea {
    height: 90px !important;
}

/* ---- LABEL STYLE ---- */
.affwp-form label {
    font-size: 15px !important;
    font-weight: 500 !important;
    margin-bottom: 4px !important;
    display: block !important;
    color: #000 !important;
}

/* ---- SUBMIT BUTTON ---- */
.affwp-form input[type="submit"] {
    width: 100% !important;
    padding: 14px !important;
    font-size: 16px !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 6px !important;
    border: none !important;
}

.affwp-form input[type="submit"]:hover {
    background: #185975 !important;
    cursor: pointer;
}

/* ---- CHECKBOX ROW ---- */
.affwp-agree-field p {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    margin: 10px 0 !important;
}

/* checkbox size */
.affwp-agree-field input[type="checkbox"] {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
}

/* checkbox text */
.affwp-agree-field label {
    font-size: 14px !important;
    white-space: nowrap !important;
}

/* ---- TURNSTILE ALIGNMENT ---- */
.affwp-form .cf-turnstile,
.affwp-form .cf-turnstile > div {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 10px 0 !important;
}
/* FINAL CHECKBOX FIX */
.affwp-form .affwp-field.affwp-field-checkbox p {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* checkbox */
.affwp-form .affwp-field.affwp-field-checkbox input[type="checkbox"] {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* label next to checkbox */
.affwp-form .affwp-field.affwp-field-checkbox label {
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    font-size: 15px !important;
    white-space: nowrap !important;
}
/* FORCE CHECKBOX + TEXT IN ONE LINE */
.affwp-form .affwp-field-checkbox p {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* CHECKBOX ALIGN LEFT */
.affwp-form .affwp-field-checkbox {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* CHECKBOX SIZE */
.affwp-form .affwp-field-checkbox input[type="checkbox"] {
    width: 22px !important;
    height: 22px !important;
    flex-shrink: 0 !important;
    margin: 0 !important;
}

/* TEXT BESIDE CHECKBOX */
.affwp-form .affwp-field-checkbox label {
    display: inline-block !important;
    font-size: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    white-space: normal !important;
    line-height: 1.3 !important;
}

/* REMOVE CENTERING FROM ENTIRE FORM */
.affwp-form {
    text-align: left !important;
}
/* Force checkbox to left + text alignment */
.affwp-agree-field {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 10px !important;
}

.affwp-agree-field p {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
}

.affwp-agree-field input[type="checkbox"] {
    margin: 0 !important;
    padding: 0 !important;
    width: 20px !important;
    height: 20px !important;
}
.affwp-agree-field input[type="checkbox"] {
    margin-right: 6px !important;
}


.affwp-agree-field label {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
}

.affwp-agree-field input[type="checkbox"] {
    width: 34px !important;
    height: 34px !important;
}
/* Change login logo */
.login h1 a {
    background-image: url("https://partners.littlechesschamps.com/wp-content/uploads/2025/12/logo_Partner.svg") !important;
    background-size: contain !important;
    width: 240px !important;
    height: 80px !important;
}

