.table-block{position:relative}body:not(.wp-admin) .table-block{margin-bottom:120px;margin-top:120px}@media (max-width:1023px){body:not(.wp-admin) .table-block{margin-bottom:100px;margin-top:100px}}@media (max-width:767px){body:not(.wp-admin) .table-block{margin-bottom:60px;margin-top:60px}}.table-block .faux-table{display:table}.table-block .faux-table .row{display:table-row}.table-block .faux-table .cell{display:table-cell}.table-block .cell-label{display:inline-block;font-weight:700;margin-right:12px}.table-block .cell-label:empty{display:none}@media (max-width:449px){.table-block .cell-label{display:block;margin:0}}.table-block table,.table-block .faux-table{background-color:var(--blue-extra-light);border:solid 1px var(--blue);border-radius:8px;margin-top:30px;padding:25px 30px;width:100%}@media (max-width:699px){.table-block table thead,.table-block .faux-table thead{display:none}.table-block table tr,.table-block table .row,.table-block .faux-table tr,.table-block .faux-table .row{display:flex;flex-direction:column;row-gap:8px;padding:16px 0}.table-block table tr:not(:last-child),.table-block table .row:not(:last-child),.table-block .faux-table tr:not(:last-child),.table-block .faux-table .row:not(:last-child){border-bottom:solid 1px var(--blue)}}@media (min-width:700px){.table-block table .cell-label,.table-block .faux-table .cell-label{display:none}.table-block table thead th,.table-block .faux-table thead th{border-bottom:solid 1px var(--blue);font-weight:400;padding-bottom:15px}.table-block table tbody tr:not(:last-child) td,.table-block .faux-table tbody tr:not(:last-child) td{border-bottom:solid 1px var(--blue);padding-bottom:15px}.table-block table td,.table-block .faux-table td{color:#666;font-size:14px;padding-top:15px;text-align:center}.table-block table th:first-child,.table-block table td:first-child,.table-block .faux-table th:first-child,.table-block .faux-table td:first-child{text-align:left}.table-block table th:not(:first-child),.table-block table td:not(:first-child),.table-block .faux-table th:not(:first-child),.table-block .faux-table td:not(:first-child){border-left:solid 1px var(--blue);padding-left:10px}.table-block table th:not(:last-child),.table-block table td:not(:last-child),.table-block .faux-table th:not(:last-child),.table-block .faux-table td:not(:last-child){padding-right:10px}}body.wp-admin .table-block{margin-bottom:80px;position:relative}body.wp-admin .table-block:after{content:"";display:block;position:absolute;bottom:0;top:0;left:0;right:0;z-index:22}body.wp-admin .table-block h3{font-size:22px}body.wp-admin .table-block .table:empty{background-color:#ECF8FE;color:var(--default);padding:60px 20px;text-align:left}body.wp-admin .table-block .table:empty:before{content:"Add table..."}