a:not(header a, footer a) { text-decoration: underline; }  .at-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; width: 100%; margin-block: 2rem; border: 1px solid #e5e5e5; border-radius: 10px; } .at-table-wrap table { width: 100%; min-width: 500px; border-collapse: collapse; font-family: inherit; } .at-table-wrap table thead tr { background-color: var(--at-secondary); color: white; } .at-table-wrap table thead th { padding: 12px 16px; text-align: left; font-weight: 600; white-space: nowrap; } .at-table-wrap table thead th:first-child { border-radius: 10px 0 0 0; } .at-table-wrap table thead th:last-child { border-radius: 0 10px 0 0; } .at-table-wrap table tbody tr { border-bottom: 1px solid #e5e5e5; } .at-table-wrap table tbody tr:last-child td { border-bottom: none; } .at-table-wrap table tbody tr:last-child td:first-child { border-radius: 0 0 0 10px; } .at-table-wrap table tbody tr:last-child td:last-child { border-radius: 0 0 10px 0; } .at-table-wrap table tbody tr:nth-child(even) { background-color: #f9f9f9; } .at-table-wrap table tbody tr:hover { background-color: #f1f1f1; } .at-table-wrap table tbody td { padding: 12px 16px; color: #333; }  .text__highlight { color: var(--at-secondary); font-style: italic; font-weight: 600; &::before { content: "☞"; margin-right: var(--at-space--xs, 6px); } }  blockquote.wp-block-quote { border-left-style: solid !important; border-left-width: 4px !important; font-family: georgia, Times New Roman, times, serif; font-size: var(--at-text--s) !important; margin: 15px 0; padding: 0 0 0 30px !important; background-color: #e3e3e33b !important; border-color: var(--bricks-border-color) !important; color: var(--at-black) !important; font-weight: 400 !important; text-align: left !important; p{ padding-block: 10px !important; } }