#properties {
    margin-top: 30px;
    margin-bottom: 20px;
}

#properties h3 {
    font-weight: bold;
    color: #0E72B9;
    margin-bottom: 10px;
}

table.fo-features{
    margin-top: 20px;
}

.fo-features {
    width: 100%;
    border-collapse: separate;      /* umožní "card" look cez radius */
    border-spacing: 0;
    font-size: 14px;
    line-height: 1.45;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}

/* hlavička */
.fo-features thead th {
    background: #f8fafc;
    position: sticky;
    top: 0;
    z-index: 2;
    font-weight: 700;
    color: #111827;
    text-transform: none;
    letter-spacing: 0;
    border-bottom: 1px solid #e5e7eb;
}

/* bunky */
.fo-features th,
.fo-features td {
    padding: 12px 14px;
    vertical-align: top;
    border-right: 1px solid #eef2f7;
}

/* posledný stĺpec bez pravej čiary */
.fo-features th:last-child,
.fo-features td:last-child {
    border-right: 0;
}

/* riadky – jemné oddelenie */
.fo-features tbody tr td,
.fo-features tbody tr th {
    border-bottom: 1px solid #eef2f7;
}

/* zebra efekt */
.fo-features tbody tr:nth-child(even):not(.sec) td {
    background: #fcfcfd;
}

/* hover pre lepšiu orientáciu */
.fo-features tbody tr:hover:not(.sec) td {
    background: #f9fafb;
}

/* sekcie */
.fo-features .sec th {
    background: #f3f4f6;
    font-weight: 800;
    text-align: left;
    color: #0E72B9;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px 14px;
    font-size: 13px;
}

/* typografia v stĺpcoch */
.fo-features td:first-child {
    font-weight: 600;
    color: #111827;
    font-size: 13px;
}

.fo-features td:nth-child(2) {
    color: #374151;
}

/* "Limit / rozsah" a "Dostupnosť" nech sú opticky menšie a čitateľné */
.fo-features td:nth-child(3),
.fo-features td:nth-child(4) {
    color: #111827;
    font-size: 12px;
}

/* pomocné triedy */
.fo-features .muted {
    color: #6b7280;
}


/* lepšie zalamovanie textu v popise */
.fo-features td {
    word-break: normal;
    overflow-wrap: anywhere;
}

/* mobil: tabuľka sa dá horizontálne scrollovať */
.fo-features-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.fo-features-wrap .fo-features {
    min-width: 860px; /* aby sa stĺpce nezrútili */
}

/* jemnejší scrollbar (voliteľné) */
.fo-features-wrap::-webkit-scrollbar { height: 10px; }
.fo-features-wrap::-webkit-scrollbar-thumb { background: #e5e7eb; border-radius: 10px; }
.fo-features-wrap::-webkit-scrollbar-track { background: #f9fafb; }