.materials-panel { margin-bottom: 1.25rem; }
.materials-restriction { border-left: 4px solid #ad2634; padding: .8rem 1rem; background: #fff5f5; color: #222; }
.materials-warning { color: #a21c2c; font-weight: 700; }
.materials-links { display: flex; flex-wrap: wrap; gap: .7rem; margin: 1rem 0; }
.materials-package-list { padding: 0; list-style: none; }
.materials-package-list li { display: flex; gap: .75rem; justify-content: space-between; align-items: center; padding: .75rem; border-bottom: 1px solid #ddd; }
.materials-panel details { margin: .8rem 0; }
.materials-panel summary { cursor: pointer; font-weight: 600; }
#materials-accounts { overflow-wrap: anywhere; }
@media(max-width:600px) { .materials-package-list li { flex-direction: column; align-items: stretch; } }
