section.gt-block.nadpis-tabulka .nadpis-tabulka__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: clamp(6rem, 8vw, 10rem) 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
overflow: auto;
width: 100%;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1rem;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .teorie,
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .praxe {
border-collapse: collapse;
border: 1px solid #1bbbe9;
border-top: none;
border-radius: 10px;
background-color: white;
-webkit-box-shadow: 0px 4px 30px 0px rgba(0, 75, 137, 0.1);
box-shadow: 0px 4px 30px 0px rgba(0, 75, 137, 0.1);
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table table {
overflow: hidden;
border-radius: 10px;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table #napln-rozsireneho-kurzu .acf-table tbody tr td:first-child {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table {
width: 100%;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table thead {
background: linear-gradient(100deg, #004b89 15.38%, #1bbbe9 100%);
font-weight: bold;
text-align: center;
border-radius: 10px;
overflow: hidden;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table thead th {
padding: 20px 10px;
font-size: 1.6rem;
text-align: left;
color: #fff;
font-family: "Inter", sans-serif;
font-weight: 600;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody {
width: 100%;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr {
border: 1px solid #1bbbe9;
border-left: none;
border-right: none;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr:last-child {
border-bottom: none;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr:first-child td {
font-weight: bold;
font-size: 1.6rem;
font-family: "Inter", sans-serif;
font-weight: 600;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr td {
padding: 10px;
text-align: left;
font-size: 1.4rem;
border-right: 1px solid #1bbbe9;
font-family: "Inter", sans-serif;
font-weight: 400;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr td:first-child {
width: 6rem;
}
section.gt-block.nadpis-tabulka .nadpis-tabulka__content-table .acf-table tbody tr td:last-child {
border-right: none;
width: clamp(8rem, 13vw, 13rem);
}