@charset "UTF-8";.attention-table{max-width:100%;margin:40px auto;color:#333}.attention-table__title{text-align:center;font-size:26px;font-weight:400;margin-bottom:16px;color:#111}.attention-table__wrapper{display:grid;grid-template-columns:1fr;gap:0;border:1px solid #ddd;border-radius:10px;overflow:hidden}.attention-table .row{display:flex;flex-direction:row;padding:12px 16px;background:#fff;border-bottom:1px solid #eee}.attention-table .row.header{background:#f4f4f4;font-weight:600;text-transform:uppercase;color:#444}.attention-table .row.alt{background:#fafafa}.attention-table .cell{flex:1;padding:4px 8px;font-size:16px}.attention-table .cell:first-child{font-weight:500;min-width:180px}@media (max-width:640px){.attention-table .row{flex-direction:column}.attention-table .cell{padding:8px 0}}
