.tabulka-bez-filtrace__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
width: 100%;
max-width: 120rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 4rem;
margin: 0 auto;
}
.tabulka-bez-filtrace__content-text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 0.8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.tabulka-bez-filtrace__content .acf-table {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-item-align: stretch;
align-self: stretch;
overflow: auto;
}
.tabulka-bez-filtrace__content .acf-table table {
width: 100%;
table-layout: auto;
border-collapse: collapse;
}
.tabulka-bez-filtrace__content .acf-table table th,
.tabulka-bez-filtrace__content .acf-table table td {
padding: 1.2rem 1.6rem;
border: 1px solid var(--SVE-Blue-Blue-10, #eef0fe);
text-align: left;
word-wrap: break-word;
}
.tabulka-bez-filtrace__content .acf-table table th {
background: var(--SVE-Blue-Blue-10, #eef0fe);
color: var(--SVE-Blue-Blue-70, #071f5a);
font-family: "Geist";
font-size: 1.6rem;
font-style: normal;
font-weight: 500;
line-height: 2.4rem; }
.tabulka-bez-filtrace__content .acf-table table th:first-child {
border-radius: 1.2rem 0 0 0;
}
.tabulka-bez-filtrace__content .acf-table table th:last-child {
border-radius: 0 1.2rem 0 0;
}
.tabulka-bez-filtrace__content .acf-table table td {
background: var(--SVE-white, #fff);
}
.tabulka-bez-filtrace__content .acf-table table tbody tr:last-child td:first-child {
border-radius: 0 0 0 1.2rem;
}
.tabulka-bez-filtrace__content .acf-table table tbody tr:last-child td:last-child {
border-radius: 0 0 1.2rem 0;
} @media (max-width: 768px) {
.tabulka-bez-filtrace__content {
overflow-x: auto; -webkit-overflow-scrolling: touch; }
.acf-table {
width: auto; overflow-x: auto; display: block; }
table {
max-width: 100%; table-layout: auto; width: 100%; }
th,
td {
word-wrap: break-word; overflow-wrap: break-word; padding: 1rem; min-width: 100px;
text-align: left; vertical-align: top; }
th {
text-align: center; }
}