/*
|--------------------------------------------------------------------------
| Café Sob Medida — Quiz público
|--------------------------------------------------------------------------
*/

.ff-el-group {
    box-sizing: border-box;
    margin: 0 0 22px !important;
    padding: 20px 18px !important;
    border: 1px solid #eadfce;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(75, 48, 27, 0.04);
}

.ff-el-input--label {
    margin-bottom: 12px !important;
}

.ff-el-input--label label {
    color: #24170f !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
}

.ff-el-help-message {
    display: block;
    margin: 8px 0 14px !important;
    color: #6b625c !important;
    font-size: 14px !important;
    line-height: 1.55 !important;
}

.ff-el-form-check {
    margin: 0 0 12px !important;
}

.ff-el-form-check:last-child {
    margin-bottom: 0 !important;
}

.ff-el-form-check-label {
    display: flex !important;
    align-items: flex-start;
    gap: 10px;
    color: #352319 !important;
    font-size: 17px !important;
    line-height: 1.45 !important;
    cursor: pointer;
}

.ff-el-form-check-input {
    flex: 0 0 auto;
    width: 20px !important;
    height: 20px !important;
    margin: 2px 0 0 !important;
    accent-color: #6a4328;
}

.ff-el-form-control {
    box-sizing: border-box;
    width: 100% !important;
    min-height: 52px;
    padding: 12px 14px !important;
    border: 1px solid #d8cbbd !important;
    border-radius: 12px !important;
    background: #fffaf4 !important;
    color: #352319 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
}

.ff-el-form-control:focus {
    border-color: #8a6243 !important;
    box-shadow: 0 0 0 3px rgba(138, 98, 67, 0.12) !important;
    outline: none !important;
}

.ff-btn-submit {
    display: flex !important;
    box-sizing: border-box;
    width: 100% !important;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 14px 20px !important;
    border: 1px solid #5a3a22 !important;
    border-radius: 12px !important;
    background: #5a3a22 !important;
    color: #ffffff !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: center;
    text-decoration: none !important;
}

.ff-btn-submit:hover,
.ff-btn-submit:focus {
    border-color: #70482a !important;
    background: #70482a !important;
    color: #ffffff !important;
}

.fluentform .error {
    color: #b42318 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

.fluentform .ff-el-is-error .ff-el-form-control {
    border-color: #d92d20 !important;
}

@media (max-width: 767px) {
    .entry-title,
    .wp-block-post-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .entry-content h2,
    .wp-block-heading {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }

    .entry-content p {
        font-size: 16px !important;
        line-height: 1.65 !important;
    }

    .ff-el-group {
        margin-bottom: 18px !important;
        padding: 18px 16px !important;
        border-radius: 14px;
    }

    .ff-el-input--label label {
        font-size: 18px !important;
    }

    .ff-el-form-check-label {
        font-size: 16px !important;
    }

    .ff-el-help-message {
        font-size: 13px !important;
    }

    .ff-el-form-control {
        min-height: 50px;
        font-size: 16px !important;
    }

    .ff-btn-submit {
        font-size: 16px !important;
    }
}
/*
|--------------------------------------------------------------------------
| Limite de sabores
|--------------------------------------------------------------------------
*/

.aip-quiz-flavor-limit-message {
    margin-top: 12px;
    padding: 10px 12px;
    border: 1px solid #e7c9b6;
    border-radius: 10px;
    background: #fff7f2;
    color: #8a3b23;
    font-size: 14px;
    line-height: 1.45;
}

.aip-quiz-flavor-limit-message[hidden] {
    display: none !important;
}

input[name="sabores[]"]:disabled + span,
input[name="sabores"]:disabled + span {
    opacity: 0.55;
}