.menstrual-symptoms{border:1px solid #dce4d9;border-radius:10px;padding:12px;display:grid;grid-template-columns:repeat(2,1fr);gap:9px}
.menstrual-symptoms legend{font-size:11px;font-weight:700;color:#536357}
.menstrual-symptoms label{display:flex;align-items:center;gap:7px}
.menstrual-symptoms input{width:auto;padding:0}
@media(max-width:550px){.menstrual-symptoms{grid-template-columns:1fr}}
