/* ============================================================
   48. SEKCJA WŁAŚCIWOŚCI OBUDÓW — Tabela
   ============================================================ */
.rev-enc-photos {
    display: grid;
    grid-template-columns: 220px 1fr 1fr;
    gap: 0;
    margin-bottom: 0;
}
.rev-enc-photo {
    overflow: hidden;
    padding: 0 1px;
}
.rev-enc-photo img {
    width: 100%;
    height: 260px;
    object-fit: contain;
    display: block;
    transition: transform 0.5s ease;
}
.rev-enc-photo:hover img {
    transform: scale(1.03);
}
.rev-enc-table-wrap {
    margin-bottom: 48px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.rev-enc-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}
.rev-enc-tr--photo .rev-enc-th {
    padding: 0;
    border-bottom: none;
    background: #fff;
}
.rev-enc-th--photo {
    overflow: hidden;
}
.rev-enc-th--photo img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.rev-enc-th--photo:hover img {
    transform: scale(1.03);
}
.rev-enc-tr--head .rev-enc-th {
    padding: 24px 32px;
    border-right: 1px solid #e0e0e0;
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f8f8;
    vertical-align: bottom;
}
.rev-enc-tr--head .rev-enc-th:last-child {
    border-right: none;
}
.rev-enc-th {
    padding: 24px 32px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #f8f8f8;
    vertical-align: bottom;
}
.rev-enc-th:last-child {
    border-right: none;
}
.rev-enc-th--feature {
    width: 220px;
    font-family: "Bahnschrift", sans-serif;
    font-size: 11px !important;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #999;
}
.rev-enc-th-inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.rev-enc-th-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.rev-enc-th-name {
    font-family: "Bahnschrift", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 300;
    text-transform: uppercase;
    color: #1c1c1b;
    line-height: 1.2;
    display: block;
}
.rev-enc-th-name strong {
    font-weight: 900;
}
.rev-enc-row {
    background: #fff;
}
.rev-enc-row:nth-child(even) {
    background: #f8f8f8;
}
.rev-enc-row:nth-child(odd) {
    background: #fff;
}
.rev-enc-td {
    padding: 18px 32px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5;
    color: #444;
    background: #fff;
    vertical-align: middle;
}
.rev-enc-row:last-child .rev-enc-td {
    border-bottom: none;
}
.rev-enc-td:last-child {
    border-right: none;
}
.rev-enc-td--feature {
    font-family: "Bahnschrift", sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #888;
    background: #f8f8f8 !important;
    width: 220px;
}
.rev-enc-td--pro {
    color: #1c1c1b;
}
.rev-enc-td--con {
    color: #888;
}
.rev-enc-check {
    color: #e30613;
    font-weight: 700;
    margin-right: 4px;
}
.rev-enc-cross {
    color: #ccc;
    font-weight: 700;
    margin-right: 4px;
}

