
body { color: #000; font-family: oswald, tahoma; font-size: 17px; line-height: 1.75em; position: relative; }

/******************************************************************************/

a { color: #000; }
a:hover { text-decoration: none; }
img { border: 0; margin: 0; padding: 0; vertical-align: bottom; }

h1, h2, h3, h4 { }
h1, .h1 { font-size: 35px/*48px*/; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h2 { font-size: 19px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h3 { font-size: 17px; font-weight: bold; line-height: 1.5em; margin-bottom: 0.5em; }
h4 { font-size: 15px; font-weight: normal; line-height: 1.5em; margin-bottom: 0.5em; }

.h1 { display: block; }

table {	border-collapse: collapse; }
ul { padding-left: 20px; }
ol { padding-left: 20px; }
p { margin: 0; }

/******************************************************************************/

.zvyrazneni { color: #ab7442; }
.zvyrazneni-zluta { color: #ff6c08; }

.table {}
.table tr th { line-height: 1.5em; }
.table tr th, .table tr td { padding: 5px 5px; }
.table tr th, .table thead tr td, .table tr.th td { background: #81ba25; color: #fff; font-weight: bold; }

.table-apartment tr:nth-child(even) { background: #ddd; }
.table-apartment tr:nth-child(odd) { background: #fff; }
.table-apartment tr:hover, .table-apartment tr.active { background: #ccc; }
.table-apartment tr th, .table-apartment tr td { font-size: 0.8em; padding: 5px 5px; }

.table-two-cols { width: 100%; }
.table-two-cols tr td { }
.table-two-cols tr td:first-child { padding-right: 100px; vertical-align: top; text-align: justify; vertical-align: top; width: 50%; /* width: calc(50% - 100px); */ }
.table-two-cols tr td:last-child { padding-left: 100px; vertical-align: top; text-align: justify; vertical-align: top; width: 50%; /* width: calc(50% - 100px); */ }

.table-color { font-size: 15px; }
.table-color thead td, .table-color th, .table-color .th td { background: #ab7442 !important; color: #fecb04 !important; font-weight: bold; text-align: left; }
.table-color th, .table-color td { border: 1px solid #f7dc60; padding: 5px 15px; }
.table-color td { background: rgba(254, 203, 4, 0.1); }
.table-color tr td:first-child { font-weight: bold; color: #000; }
.x-table-color tr:nth-child(even) td, .table-color tbody tr:hover td { background: #fecb04; }

/* CTA tlačítko uvnitř FAQ odpovědi */
.faq-answer .btn-faq-cta,
.btn-faq-cta {
    display: inline-block;
    margin-top: 18px;
    padding: 12px 22px 11px 22px;
    background: #7dbb32;
    color: #fff !important;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none !important;
    letter-spacing: 0.03em;
    border: 2px solid #7dbb32;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.faq-answer .btn-faq-cta:hover,
.btn-faq-cta:hover {
    background: #111;
    border-color: #111;
    color: #fff !important;
    text-decoration: none !important;
    transform: translateY(-1px);
}

.faq-answer .btn-faq-cta:active,
.btn-faq-cta:active {
    transform: translateY(0);
}

.faq-answer .btn-faq-cta:focus-visible,
.btn-faq-cta:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}
