#gynecologic-symptom-test {
    max-width: 760px;
    margin: 40px auto 50px;
    background-color: #ffffff;
    border-radius: 28px;
    padding: 45px;
    box-shadow: 0 35px 90px rgba(38, 50, 56, 0.08);
    text-align: left;
}

#gynecologic-symptom-test .symptom-disclaimer {
    background-color: #fef3f2;
    border: 1px solid #f8b4a0;
    border-radius: 18px;
    padding: 18px 24px;
    margin-bottom: 30px;
}

#gynecologic-symptom-test .symptom-disclaimer .badge {
    display: inline-block;
    background-color: #f45b69;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: 999px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

#gynecologic-symptom-test form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 25px;
}

#gynecologic-symptom-test .symptom-question label {
    font-weight: 600;
    color: #20252d;
    display: block;
    margin-bottom: 8px;
}

#gynecologic-symptom-test select {
    width: 100%;
    padding: 14px 18px;
    border-radius: 14px;
    border: 1px solid #d5dce5;
    background-color: #f7f9fc;
    font-size: 16px;
    color: #2c313c;
}

#gynecologic-symptom-test select:focus {
    outline: none;
    border-color: #1a3653;
    box-shadow: 0 0 0 3px rgba(26, 54, 83, 0.15);
    background-color: #ffffff;
}

#gynecologic-symptom-test button {
    align-self: flex-start;
    padding-left: 40px;
    padding-right: 40px;
}

#symptom-test-error {
    color: #c62828;
    font-weight: 600;
    margin: 5px 0 0;
    min-height: 20px;
}

#symptom-test-result {
    background-color: #f0f7f4;
    border-radius: 20px;
    padding: 22px 26px;
    font-size: 17px;
    color: #1f2a37;
    line-height: 1.5;
}

#symptom-test-result strong {
    display: block;
    font-size: 22px;
    color: #136f63;
    margin-bottom: 8px;
}

#symptom-test-result span {
    display: block;
    margin-top: 6px;
}

.symptom-contact {
    max-width: 680px;
    margin: 50px auto 10px;
    background-color: #ffffff;
    border-radius: 28px;
    padding: 40px 45px;
    box-shadow: 0 25px 70px rgba(38, 50, 56, 0.08);
}

@media (max-width: 767px) {
    #gynecologic-symptom-test {
        padding: 30px 25px;
        margin: 30px auto;
    }

    #gynecologic-symptom-test button {
        width: 100%;
        text-align: center;
    }

    .symptom-contact {
        padding: 30px 25px;
    }
}

#symptom-test-result .symptom-note {
    color: #b23a48;
    font-weight: 500;
}

#symptom-test-result .symptom-disclaimer-text {
    font-size: 15px;
    color: #6c7685;
}
