.legal-consent{display:grid;grid-template-columns:52px 1fr;gap:14px;margin:20px 0;padding:18px;border:1px solid rgba(169,126,44,.28);border-radius:22px;background:linear-gradient(145deg,#fffdf8,#f8f0dc)}
.legal-consent__icon{width:52px;height:52px;display:grid;place-items:center;border-radius:17px;background:#efe5c9;color:#a97e2c}.legal-consent__icon svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.legal-consent__body>strong{display:block;color:#1d4128;font-size:1.05rem;margin-bottom:5px}.legal-consent__body>p{margin:0 0 13px;color:#66736c;line-height:1.75}.legal-consent__body>small{display:block;color:#7a817d;margin-top:10px}
.legal-check{display:flex;align-items:flex-start;gap:10px;padding:10px 0;cursor:pointer;color:#33463a;line-height:1.75}.legal-check+.legal-check{border-top:1px solid rgba(29,65,40,.08)}.legal-check input{width:20px;height:20px;flex:0 0 20px;margin-top:3px;accent-color:#1d4128}.legal-check a{color:#8a641e;font-weight:800;text-decoration:underline;text-underline-offset:3px}.legal-consent.is-complete{border-color:rgba(29,65,40,.28);background:linear-gradient(145deg,#fbfdfb,#f3f7f1)}
.form-status[data-legal-status]{display:none;margin:12px 0;padding:12px 14px;border-radius:14px;background:#f3f7f1;color:#1d4128;font-weight:700}.form-status[data-legal-status].is-visible{display:block}
@media(max-width:640px){.legal-consent{grid-template-columns:1fr}.legal-consent__icon{width:46px;height:46px}.legal-check{font-size:.94rem}}
/* Full-width legal consent body when the icon is intentionally omitted. */
.legal-consent__body{min-width:0}
.legal-consent__body:only-child{grid-column:1/-1}
.legal-check{width:100%;min-width:0}
.legal-check>span{flex:1 1 auto;min-width:0;white-space:normal;overflow-wrap:normal;word-break:normal}
