 .styled-table-wrap { --container-padding: var(--gutter); overflow-x: auto; -webkit-overflow-scrolling: touch; display: block; width: 100%; } @media (max-width: 768px) { .styled-table-wrap { margin-left: calc(-1 * var(--container-padding, 24px)); margin-right: calc(-1 * var(--container-padding, 24px)); padding-left: var(--container-padding, 24px); padding-right: var(--container-padding, 24px); padding-bottom: 8px; } .wp-block-group.styled-table-wrap { width: 100vw; } }  .styled-table figure.wp-block-table { margin: 0; }  .styled-table table, .styled-table .wp-block-table table{ width: 100%; min-width: 690px; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: 16px; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 8px; overflow: hidden; }  .styled-table figure.wp-block-table thead, .styled-table thead { border: none; } .styled-table figure.wp-block-table th, .styled-table figure.wp-block-table td, .styled-table th, .styled-table td { border: none; padding: 28px 24px; width: 33.333%; text-align: left; vertical-align: top; } .styled-table figure.wp-block-table thead tr, .styled-table thead tr { background-color: #eaf1ff; } .styled-table figure.wp-block-table thead th, .styled-table thead th { padding-top: 16px; padding-bottom: 16px; font-weight: 600; color: #000; vertical-align: middle; } .styled-table figure.wp-block-table tbody td, .styled-table tbody td { border-bottom: 1px solid rgba(0, 0, 0, 0.15); } .styled-table figure.wp-block-table tbody tr:last-child td, .styled-table tbody tr:last-child td { border-bottom: none; } .styled-table figure.wp-block-table tbody td:first-child, .styled-table tbody td:first-child { background-color: #f4f6fb; font-weight: 500; } .styled-table figure.wp-block-table tbody td:not(:first-child), .styled-table tbody td:not(:first-child) { background-color: #fff; } .styled-table figure.wp-block-table th:not(:last-child), .styled-table figure.wp-block-table td:not(:last-child), .styled-table th:not(:last-child), .styled-table td:not(:last-child) { border-right: 1px solid rgba(0, 0, 0, 0.15); }