/* ============================================================
   35. SEKCJA WŁAŚCIWOŚCI OBUDÓW
   ============================================================ */
.rev-enc-section {
    background: none;
    padding: 0px 60px;
    width: 100%;
    box-sizing: border-box;
}
.rev-enc-inner {
    max-width: 1500px;
    margin: 0 auto;
}
.rev-enc-header {
    margin-bottom: 48px;
}
.rev-enc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    margin-bottom: 56px;
}
.rev-enc-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.rev-enc-img img {
    width: 100%;
    height: 300px;
    object-fit: contain;
    object-position: center;
    display: block;
}
.rev-enc-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.rev-enc-tag {
    font-family: "Bahnschrift", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #1c1c1b;
    border: 1px solid #1c1c1b;
    padding: 5px 14px;
    display: inline-block;
}
.rev-enc-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: clamp(18px, 2vw, 24px) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: #1c1c1b !important;
    line-height: 1.2 !important;
    margin-bottom: 12px !important;
    margin-top: 0 !important;
}
.rev-enc-title strong {
    font-weight: 900 !important;
}
.rev-enc-specs {
    list-style: none !important;
    padding: 0 !important;
    margin: 16px 0 0 !important;
    border: 1px solid #d0d0d0;
}
.rev-enc-specs li {
    font-family: "Noto Sans", sans-serif !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #1c1c1b !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid #d0d0d0 !important;
    margin: 0 !important;
    text-align: center;
}
.rev-enc-specs li:last-child {
    border-bottom: none !important;
}
.rev-enc-note {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    background: #f8f8f8;
    padding: 32px 40px;
    border-left: 4px solid #e30613;
}
.rev-enc-note-image {
    overflow: hidden;
    max-height: 400px;
}
.rev-enc-note-image img {
    width: 100%;
    height: 100%;
    max-height: 200px;
    object-fit: contain;
    display: block;
}
.rev-enc-note-label {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    letter-spacing: 0.25em !important;
    text-transform: uppercase !important;
    color: #e30613 !important;
    margin-bottom: 8px !important;
}
.rev-enc-note-title {
    font-family: "Bahnschrift", sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #1c1c1b !important;
    margin-bottom: 12px !important;
}

