.student-safety-notice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:min(1180px,calc(100% - 32px));margin:10px auto 14px}
.student-safety-notice article{display:flex;align-items:flex-start;gap:9px;min-width:0;border:1px solid #dcc9bc;border-radius:10px;background:#fffaf5;padding:9px 12px;box-shadow:0 4px 12px rgba(89,34,25,.04)}
.student-safety-icon{flex:0 0 auto;display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#f4e6d8;font-size:13px;line-height:1}
.student-safety-notice h2{margin:0 0 3px;color:#542817;font-size:12px;line-height:1.25;font-weight:900}
.student-safety-notice p{margin:0;color:#6f5146;font-size:10px;line-height:1.35}
@media(max-width:640px){.student-safety-notice{width:calc(100% - 16px);gap:5px;margin:7px auto 10px}.student-safety-notice article{gap:5px;padding:7px 6px}.student-safety-icon{width:20px;height:20px;font-size:10px}.student-safety-notice h2{font-size:9px}.student-safety-notice p{font-size:8px;line-height:1.25}}
