:root {
	--barva-pozadi: #e8f2ff;
	--barva-panel: #f7fbff;
	--barva-panel-silna: #e9f3ff;
	--barva-ramecek: #a9c4e6;
	--barva-text: #13223a;
	--barva-ztlumena: #4a6489;
	--barva-akcent: #1d5fa8;
	--barva-akcent-svetla: #2f80d8;
	--barva-uspech: #0f7c8d;
	--stin-karty: 0 18px 45px rgba(19, 48, 90, 0.14);
}

.htpohar-results,
.wrap .htpohar-admin-panel {
	font-family: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
	color: var(--barva-text);
}

.htpohar-results {
	background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(234,244,255,0.96));
	border: 1px solid var(--barva-ramecek);
	border-radius: 18px;
	padding: 22px;
	box-shadow: var(--stin-karty);
	position: relative;
	overflow: hidden;
}

.htpohar-results::before {
	content: "";
	position: absolute;
	inset: 0 auto auto 0;
	width: 220px;
	height: 220px;
	background: radial-gradient(circle at top left, rgba(47,128,216,0.16), transparent 70%);
	pointer-events: none;
}

.htpohar-results h3,
.wrap h1 {
	margin-top: 0;
	font-weight: 800;
	letter-spacing: -0.03em;
}

.htpohar-results h3 {
	font-size: 1.5rem;
	margin-bottom: 16px;
}

.htpohar-results .htpohar-time-default {
	font-weight: 600;
}

.htpohar-results .htpohar-time-np {
	color: #b42318 !important;
	font-weight: 800;
	text-transform: uppercase;
}

.htpohar-results .htpohar-time-result {
	color: inherit;
	font-weight: 800;
}

.htpohar-results .htpohar-time-final {
	color: #157f3b !important;
	font-weight: 800;
}

.htpohar-results .htpohar-results-category {
	margin-top: 14px;
}

.htpohar-results .htpohar-results-category h4 {
	margin: 0 0 10px;
	font-size: 1.1rem;
	font-weight: 800;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue table {
	border-color: #9bbbe3 !important;
	background: #f3f8ff !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue table th {
	background: linear-gradient(180deg, #eaf3ff, #d5e8ff) !important;
	color: #153a66 !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue table tbody tr:nth-child(odd) > td {
	background: rgba(236, 246, 255, 0.95) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue table tbody tr:nth-child(even) > td {
	background: rgba(223, 238, 255, 0.78) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue table tbody tr:hover > td {
	background: rgba(52, 126, 214, 0.18) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-blue h4 {
	color: #153a66;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red table {
	border-color: #e3a5af !important;
	background: #fff5f7 !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red table th {
	background: linear-gradient(180deg, #ffeef1, #ffdce4) !important;
	color: #7a1f35 !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red table tbody tr:nth-child(odd) > td {
	background: rgba(255, 240, 244, 0.95) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red table tbody tr:nth-child(even) > td {
	background: rgba(255, 230, 236, 0.82) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red table tbody tr:hover > td {
	background: rgba(214, 54, 91, 0.2) !important;
}

.htpohar-results .htpohar-results-category.htpohar-theme-red h4 {
	color: #7a1f35;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table {
	table-layout: fixed;
	overflow: visible !important;
}

.htpohar-zobrazeni {
	overflow: visible;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-lane-even > td {
	position: relative;
	left: 100px;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table thead tr > th:last-child {
	padding-right: 100px;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-lane-odd > td:last-child {
	padding-right: 100px;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-lane-even > td:first-child {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-lane-even > td:last-child {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-pending > td {
	background: #dde1e7 !important;
	color: #425066;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-pending:hover > td {
	background: #d0d6df !important;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-blue > td {
	background: rgba(223, 238, 255, 0.88) !important;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-blue:hover > td {
	background: rgba(52, 126, 214, 0.2) !important;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-red > td {
	background: rgba(255, 230, 236, 0.9) !important;
}

.htpohar-zobrazeni .htpohar-zobrazeni-table tbody tr.htpohar-category-red:hover > td {
	background: rgba(214, 54, 91, 0.22) !important;
}

.htpohar-startovni-uzka {
	max-width: 310px;
}

.htpohar-results-plain {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	overflow: visible;
}

.htpohar-results-plain::before {
	display: none;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table {
	width: 100%;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table .htpohar-row-inner {
	display: flex;
	align-items: baseline;
	gap: 6px;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table .htpohar-row-inner .htpohar-order {
	flex: 0 0 2.2em;
	font-weight: 800;
	white-space: nowrap;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table .htpohar-row-inner .htpohar-name {
	flex: 1 1 auto;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table .htpohar-row-inner-even .htpohar-order {
	text-align: right;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table .htpohar-row-inner-even .htpohar-name {
	flex: 0 0 auto;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-lane-odd .htpohar-row-inner {
	padding-right: 48px;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-lane-even .htpohar-row-inner {
	justify-content: flex-end;
	padding-left: 48px;
}

.htpohar-startovni-uzka .htpohar-name-done {
	color: #157f3b;
	font-weight: 700;
}

.htpohar-startovni-uzka .htpohar-name-np {
	color: #b42318;
	font-weight: 700;
}

.htpohar-startovni-uzka .htpohar-name-pending {
	color: inherit;
}

.htpohar-startovni-uzka .htpohar-row-time {
	color: inherit;
	font-weight: normal;
	white-space: nowrap;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-category-title > td {
	font-weight: 800;
	letter-spacing: 0.01em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-category-title.htpohar-theme-blue > td {
	background: linear-gradient(180deg, #eaf3ff, #d5e8ff) !important;
	color: #153a66;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-category-title.htpohar-theme-red > td {
	background: linear-gradient(180deg, #ffeef1, #ffdce4) !important;
	color: #7a1f35;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-category-gap > td {
	background: #d7dce4 !important;
	height: 14px;
	padding: 0;
	border-bottom: 0;
}

.htpohar-startovni-uzka .htpohar-startovni-uzka-table tbody tr.htpohar-category-empty > td {
	background: #edf1f6 !important;
	color: #4b5b72;
	font-style: italic;
}

.htpohar-results table,
.wrap .widefat {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
	background: var(--barva-panel);
	border: 1px solid var(--barva-ramecek);
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(19, 48, 90, 0.08);
}

.htpohar-results table {
	table-layout: fixed;
}

.htpohar-results th.htpohar-col-order,
.htpohar-results td.htpohar-col-order {
	width: 5.5%;
}

.htpohar-results th.htpohar-col-name,
.htpohar-results td.htpohar-col-name {
	width: 22%;
}

.htpohar-results th.htpohar-col-target,
.htpohar-results td.htpohar-col-target {
	width: 11%;
}

.htpohar-results th.htpohar-col-result,
.htpohar-results td.htpohar-col-result {
	width: 12%;
}

.htpohar-results th,
.htpohar-results td,
.wrap .widefat th,
.wrap .widefat td {
	padding: 12px 14px;
	border-bottom: 1px solid rgba(169, 196, 230, 0.6);
	vertical-align: top;
}

.htpohar-results th,
.wrap .widefat th {
	background: linear-gradient(180deg, var(--barva-panel-silna), #dcecff);
	color: var(--barva-text);
	font-weight: 700;
}

.htpohar-results tbody tr:nth-child(even),
.wrap .widefat tbody tr:nth-child(even) {
	background: rgba(224, 238, 255, 0.45);
}

.htpohar-results tbody tr:hover,
.wrap .widefat tbody tr:hover {
	background: rgba(47, 128, 216, 0.12);
}

.htpohar-results .htpohar-lane-card,
.wrap .htpohar-live-form,
.wrap .notice,
.wrap .button,
.wrap select,
.wrap input {
	border-radius: 14px;
}

.htpohar-results-lanes section {
	margin-top: 18px;
}

.htpohar-results-lanes h4,
.htpohar-lane-card h5 {
	margin: 0 0 12px;
	color: var(--barva-akcent);
	font-weight: 800;
}

.htpohar-lane-card {
	background: linear-gradient(180deg, #fcfeff, #eaf4ff);
	border: 1px solid var(--barva-ramecek);
	padding: 16px;
	box-shadow: 0 10px 26px rgba(19, 48, 90, 0.09);
}

.htpohar-lane-card ol {
	margin: 0;
	padding-left: 22px;
}

.htpohar-lane-card li {
	margin-bottom: 12px;
	line-height: 1.45;
}

.wrap .htpohar-live-form {
	background: linear-gradient(180deg, #ffffff, #edf6ff);
	border: 1px solid var(--barva-ramecek);
	padding: 18px;
	box-shadow: var(--stin-karty);
}

.wrap .form-table th {
	color: var(--barva-text);
	font-weight: 700;
}

.wrap .form-table td input,
.wrap select {
	border: 1px solid #a9c4e6;
	background: #fff;
	padding: 8px 10px;
	min-height: 40px;
}

.wrap input.htpohar-invalid-field,
.wrap select.htpohar-invalid-field,
.wrap textarea.htpohar-invalid-field {
	border-color: #d63638 !important;
	box-shadow: 0 0 0 1px #d63638;
	background: #fff6f6;
}

.wrap.htpohar-admin-theme.htpohar-theme-blue .widefat {
	border-color: #9bbbe3;
	box-shadow: 0 8px 24px rgba(19, 48, 90, 0.12);
}

.wrap.htpohar-admin-theme.htpohar-theme-blue .widefat th {
	background: linear-gradient(180deg, #eaf3ff, #d5e8ff);
	color: #153a66;
}

.wrap.htpohar-admin-theme.htpohar-theme-blue .widefat tbody tr:nth-child(even) {
	background: rgba(223, 238, 255, 0.6);
}

.wrap.htpohar-admin-theme.htpohar-theme-blue .widefat tbody tr:hover {
	background: rgba(52, 126, 214, 0.16);
}

.wrap.htpohar-admin-theme.htpohar-theme-red .widefat {
	border-color: #e3a5af;
	box-shadow: 0 8px 24px rgba(133, 23, 49, 0.12);
}

.wrap.htpohar-admin-theme.htpohar-theme-red .widefat th {
	background: linear-gradient(180deg, #ffeef1, #ffdce4);
	color: #7a1f35;
}

.wrap.htpohar-admin-theme.htpohar-theme-red .widefat tbody tr:nth-child(even) {
	background: rgba(255, 230, 236, 0.65);
}

.wrap.htpohar-admin-theme.htpohar-theme-red .widefat tbody tr:hover {
	background: rgba(214, 54, 91, 0.16);
}

.wrap .widefat tbody tr.htpohar-category-blue {
	background: rgba(223, 238, 255, 0.55) !important;
}

.wrap .widefat tbody tr.htpohar-category-blue > td,
.wrap .widefat tbody tr.htpohar-category-blue > th {
	background: rgba(223, 238, 255, 0.55) !important;
}

.wrap .widefat tbody tr.htpohar-category-red {
	background: rgba(255, 230, 236, 0.6) !important;
}

.wrap .widefat tbody tr.htpohar-category-red > td,
.wrap .widefat tbody tr.htpohar-category-red > th {
	background: rgba(255, 230, 236, 0.6) !important;
}

.wrap .widefat tbody tr.htpohar-category-blue:hover {
	background: rgba(52, 126, 214, 0.18) !important;
}

.wrap .widefat tbody tr.htpohar-category-blue:hover > td,
.wrap .widefat tbody tr.htpohar-category-blue:hover > th {
	background: rgba(52, 126, 214, 0.18) !important;
}

.wrap .widefat tbody tr.htpohar-category-red:hover {
	background: rgba(214, 54, 91, 0.2) !important;
}

.wrap .widefat tbody tr.htpohar-category-red:hover > td,
.wrap .widefat tbody tr.htpohar-category-red:hover > th {
	background: rgba(214, 54, 91, 0.2) !important;
}

.htpohar-results tbody tr.htpohar-category-blue {
	background: rgba(223, 238, 255, 0.5);
}

.htpohar-results tbody tr.htpohar-category-blue > td,
.htpohar-results tbody tr.htpohar-category-blue > th {
	background: rgba(223, 238, 255, 0.5);
}

.htpohar-results tbody tr.htpohar-category-red {
	background: rgba(255, 230, 236, 0.55);
}

.htpohar-results tbody tr.htpohar-category-red > td,
.htpohar-results tbody tr.htpohar-category-red > th {
	background: rgba(255, 230, 236, 0.55);
}

.htpohar-results tbody tr.htpohar-category-blue:hover {
	background: rgba(52, 126, 214, 0.16);
}

.htpohar-results tbody tr.htpohar-category-blue:hover > td,
.htpohar-results tbody tr.htpohar-category-blue:hover > th {
	background: rgba(52, 126, 214, 0.16);
}

.htpohar-results tbody tr.htpohar-category-red:hover {
	background: rgba(214, 54, 91, 0.16);
}

.htpohar-results tbody tr.htpohar-category-red:hover > td,
.htpohar-results tbody tr.htpohar-category-red:hover > th {
	background: rgba(214, 54, 91, 0.16);
}

.htpohar-lane-card li.htpohar-category-blue {
	border-left: 3px solid #2f80d8;
	padding-left: 10px;
}

.htpohar-lane-card li.htpohar-category-red {
	border-left: 3px solid #d6365b;
	padding-left: 10px;
}

.wrap .htpohar-round-table {
	table-layout: auto;
	width: 100%;
	border-color: var(--htpohar-table-border, #a9c4e6) !important;
	background: var(--htpohar-table-bg, #f7fbff) !important;
	box-shadow: 0 8px 24px rgba(19, 48, 90, 0.12) !important;
}

.wrap .htpohar-table-scroll {
	overflow-x: auto;
	padding-bottom: 2px;
}

.wrap .htpohar-round1-table {
	min-width: 1280px;
}

.wrap .htpohar-round2-table {
	min-width: 1420px;
}

/* Kolo 1: 9 sloupcu - pomery + minima */
.wrap .htpohar-round1-table th:nth-child(1),
.wrap .htpohar-round1-table td:nth-child(1) { width: 7%; min-width: 72px; }
.wrap .htpohar-round1-table th:nth-child(2),
.wrap .htpohar-round1-table td:nth-child(2) { width: 9%; min-width: 96px; }
.wrap .htpohar-round1-table th:nth-child(3),
.wrap .htpohar-round1-table td:nth-child(3) { width: 24%; min-width: 260px; }
.wrap .htpohar-round1-table th:nth-child(4),
.wrap .htpohar-round1-table td:nth-child(4) { width: 14%; min-width: 170px; }
.wrap .htpohar-round1-table th:nth-child(5),
.wrap .htpohar-round1-table td:nth-child(5) { width: 9%; min-width: 120px; }
.wrap .htpohar-round1-table th:nth-child(6),
.wrap .htpohar-round1-table td:nth-child(6) { width: 9%; min-width: 120px; }
.wrap .htpohar-round1-table th:nth-child(7),
.wrap .htpohar-round1-table td:nth-child(7) { width: 12%; min-width: 140px; }
.wrap .htpohar-round1-table th:nth-child(8),
.wrap .htpohar-round1-table td:nth-child(8) { width: 8%; min-width: 110px; }
.wrap .htpohar-round1-table th:nth-child(9),
.wrap .htpohar-round1-table td:nth-child(9) { width: 8%; min-width: 100px; }

/* Kolo 2: 10 sloupcu - pomery + minima */
.wrap .htpohar-round2-table th:nth-child(1),
.wrap .htpohar-round2-table td:nth-child(1) { width: 7%; min-width: 72px; }
.wrap .htpohar-round2-table th:nth-child(2),
.wrap .htpohar-round2-table td:nth-child(2) { width: 9%; min-width: 100px; }
.wrap .htpohar-round2-table th:nth-child(3),
.wrap .htpohar-round2-table td:nth-child(3) { width: 22%; min-width: 240px; }
.wrap .htpohar-round2-table th:nth-child(4),
.wrap .htpohar-round2-table td:nth-child(4) { width: 14%; min-width: 170px; }
.wrap .htpohar-round2-table th:nth-child(5),
.wrap .htpohar-round2-table td:nth-child(5) { width: 11%; min-width: 130px; }
.wrap .htpohar-round2-table th:nth-child(6),
.wrap .htpohar-round2-table td:nth-child(6) { width: 9%; min-width: 120px; }
.wrap .htpohar-round2-table th:nth-child(7),
.wrap .htpohar-round2-table td:nth-child(7) { width: 9%; min-width: 120px; }
.wrap .htpohar-round2-table th:nth-child(8),
.wrap .htpohar-round2-table td:nth-child(8) { width: 8%; min-width: 120px; }
.wrap .htpohar-round2-table th:nth-child(9),
.wrap .htpohar-round2-table td:nth-child(9) { width: 7%; min-width: 120px; }
.wrap .htpohar-round2-table th:nth-child(10),
.wrap .htpohar-round2-table td:nth-child(10) { width: 4%; min-width: 110px; }

.wrap .htpohar-round-table th,
.wrap .htpohar-round-table td {
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

.wrap .htpohar-round-table thead th {
	background: var(--htpohar-head-bg, linear-gradient(180deg, #eaf3ff, #d5e8ff)) !important;
	color: var(--htpohar-head-color, #153a66) !important;
}

.wrap .htpohar-round-table tbody td {
	background: var(--htpohar-row-bg, rgba(223, 238, 255, 0.58)) !important;
}

.wrap .htpohar-round-table tbody tr:hover td {
	background: var(--htpohar-row-hover, rgba(52, 126, 214, 0.2)) !important;
}

.wrap .htpohar-round-table td input[type="text"],
.wrap .htpohar-round-table td input[type="number"],
.wrap .htpohar-round-table td select {
	display: block;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

.wrap .htpohar-round-table td:nth-child(3),
.wrap .htpohar-round-table th:nth-child(3),
.wrap .htpohar-round-table td:nth-child(4),
.wrap .htpohar-round-table th:nth-child(4) {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.wrap .htpohar-round-table td:nth-child(4) select,
.wrap .htpohar-round-table td:nth-child(3) input[type="text"] {
	max-width: 100% !important;
	min-width: 0 !important;
	box-sizing: border-box !important;
}

.wrap .htpohar-round-table td:nth-child(4) select {
	min-width: 140px !important;
}

.wrap .htpohar-round-table td:nth-child(5) input.htpohar-time-input,
.wrap .htpohar-round-table td:nth-child(6) input.htpohar-time-input,
.wrap .htpohar-round-table td:nth-child(7) input.htpohar-time-input {
	min-width: 110px !important;
}

.wrap .htpohar-round-table .regular-text {
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
}

.wrap .htpohar-round-table .small-text {
	width: 100% !important;
	min-width: 0 !important;
}

.wrap .htpohar-round-table input.htpohar-time-input {
	width: 100% !important;
	min-width: 0 !important;
	max-width: 100% !important;
	display: inline-block;
	font-variant-numeric: tabular-nums;
}

.wrap .htpohar-col-check {
	text-align: center;
}

.wrap .htpohar-col-check input[type="checkbox"] {
	width: 16px;
	height: 16px;
}

.wrap .htpohar-category-table-wrap {
	margin: 0 0 18px;
}

.wrap .htpohar-category-table-wrap h2 {
	margin: 14px 0 10px;
	font-size: 1.05rem;
}

.wrap .htpohar-category-table-wrap .htpohar-round-table {
	border-color: #8fbf8f !important;
	box-shadow: 0 8px 24px rgba(22, 88, 22, 0.14) !important;
	background: #f1fbf1 !important;
}

.wrap .htpohar-category-table-wrap .htpohar-round-table thead th {
	background: linear-gradient(180deg, #e5f7e5, #d3efd3) !important;
	color: #1f5d1f !important;
}

.wrap .htpohar-category-table-wrap .htpohar-round-table tbody td {
	background: rgba(224, 245, 224, 0.78) !important;
}

.wrap .htpohar-category-table-wrap .htpohar-round-table tbody tr:hover td {
	background: rgba(170, 224, 170, 0.55) !important;
}

.wrap .button,
.wrap .button-primary,
.wrap .button-secondary {
	border-radius: 999px;
	padding: 0 16px;
	font-weight: 700;
	border: 1px solid transparent;
}

.wrap .button-primary {
	background: linear-gradient(135deg, var(--barva-akcent), var(--barva-akcent-svetla));
	border-color: var(--barva-akcent);
	box-shadow: 0 10px 24px rgba(29, 95, 168, 0.28);
}

.wrap .button-secondary {
	background: #fff;
	border-color: #a9c4e6;
}

.wrap .notice {
	border-left-width: 5px;
	box-shadow: 0 10px 24px rgba(19, 48, 90, 0.1);
}

.htpohar-results .dashicons,
.wrap .dashicons {
	color: var(--barva-akcent);
}

#htpohar-live-status {
	font-weight: 600;
}

@media (max-width: 960px) {
	.htpohar-results,
	.wrap .htpohar-live-form {
		padding: 16px;
	}

	.wrap div[style*="grid-template-columns:1fr 2fr"] {
		display: block !important;
	}

	.wrap .widefat {
		overflow-x: auto;
		display: block;
	}
}

@media (max-width: 640px) {
	.htpohar-results h3,
	.wrap h1 {
		font-size: 1.2rem;
	}

	.htpohar-results th,
	.htpohar-results td,
	.wrap .widefat th,
	.wrap .widefat td {
		padding: 10px 10px;
		font-size: 0.95rem;
	}
}
