@media (max-width: 1050px){.table{display:block}.table__header{display:none}.table__row{border-bottom:1px solid #ccc}.table__row:last-child{border-bottom:none}.table__cell span{font-size:16px;display:block;margin-bottom:5px}.table__cell:last-child{padding-bottom:32px}.table__cell-title{display:block;font-weight:700;color:#000}}.table{display:grid;gap:0;grid-template-rows:auto;width:100%}.table__row{display:contents}.table__cell{padding:10px;border:1px solid #ccc;box-sizing:border-box}.table__cell-title{display:none}@media (max-width: 1050px){.table{display:block}.table__header{display:none}.table__row{position:relative;background:linear-gradient(to bottom,#ffffff 0%,#fafafa 100%);border:1px solid #e0e0e0;border-left:4px solid #f56a6a;border-radius:8px;margin-bottom:20px;padding:18px 16px;box-shadow:0 1px 3px #0000000f;transition:all .3s ease}.table__row:hover{border-left-color:#e74c3c;box-shadow:0 4px 12px #f56a6a26;background:#ffffff}.table__row:last-child{margin-bottom:0}.table__cell{position:relative}.table__cell:first-child{padding-top:5px}.table__cell:last-child{padding-bottom:0}.table__cell:not(:last-child):after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to right,#f56a6a 0%,transparent 100%);opacity:.2}.table__cell-title{display:inline-block;font-weight:600;font-size:.75em;color:#fff;background:linear-gradient(135deg,#f56a6a 0%,#e74c3c 100%);padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;box-shadow:0 2px 4px #f56a6a33}.table__cell>div:not(.table__cell-title){color:#333;line-height:1.6;padding-left:4px}.table__cell:first-child .table__cell-title{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);font-size:.8em;margin-right:5px}.table__cell:first-child>div:not(.table__cell-title){font-size:1.15em;font-weight:700;color:#2c3e50;letter-spacing:-.3px}}@media (max-width: 640px){.table__row{padding:16px 14px;margin-bottom:16px}.table__cell{padding:9px 10px}.table__cell-title{font-size:.7em;padding:3px 8px;margin-bottom:6px}.table__cell:first-child>div:not(.table__cell-title){font-size:1.1em}}@media (max-width: 480px){.table__row{padding:14px 12px;margin-bottom:14px;border-left-width:3px}.table__cell{padding:8px 10px}.table__cell-title{font-size:.65em;padding:2px 7px;margin-bottom:5px}.table__cell:first-child>div:not(.table__cell-title){font-size:1.05em}}@media (prefers-color-scheme: dark){.table__row{background:linear-gradient(to bottom,#2c3e50 0%,#263748 100%);border-color:#34495e;border-left-color:#f56a6a}.table__row:hover{background:#2c3e50;box-shadow:0 4px 12px #f56a6a40}.table__cell:not(:last-child):after{background:linear-gradient(to right,#f56a6a 0%,transparent 100%)}.table__cell:first-child>div:not(.table__cell-title){color:#fff}}
