/* Product detail — technical specifications (reference layout) */

.product-spec-section {
    padding: 3rem 0 3.5rem;
    background: #fff;
}

.product-spec-section .inner-container {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.product-spec-section__header {
    margin-bottom: 2rem;
    text-align: center;
}

.product-spec-section__eyebrow {
    margin: 0 0 0.45rem;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #1b6a92;
}

.product-spec-section__title {
    margin: 0;
    font-size: 1.85rem;
    line-height: 1.25;
    color: #1b4d6e;
    font-style: italic;
}

.product-spec-section__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
    gap: 2rem 2.25rem;
    align-items: start;
}

.product-spec-section__table-col {
    min-width: 0;
}

.product-spec-table__scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(27, 77, 110, 0.08);
}

.product-spec-section .product-table__content__table--spec {
    padding: 0;
    min-width: 0;
    overflow: visible;
}

.product-spec-section .product-spec-table {
    width: 100%;
    min-width: 28rem;
}

.product-spec-section .product-spec-table__card {
    background: #fff;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: none;
}

.product-spec-section .product-spec-table__body {
    padding: 0;
}

.product-spec-section .product-spec-table__grid {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    table-layout: fixed;
}

.product-spec-section .product-spec-table__grid thead th {
    padding: 0.6rem 0.85rem !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    color: #1a2e38 !important;
    text-align: center !important;
    background: #f4f8fb !important;
    border: 0 !important;
    position: static !important;
    left: auto !important;
    z-index: auto !important;
    white-space: nowrap !important;
    font-family: inherit !important;
    opacity: 1 !important;
}

.product-spec-section .product-spec-table__grid thead .product-spec-table__head-label {
    width: 38%;
    text-align: left !important;
    background: #f4f8fb !important;
}

.product-spec-section .product-spec-table__grid thead .product-spec-table__head-symbol {
    width: 12%;
}

.product-spec-section .product-spec-table__grid tbody tr:nth-child(odd):not(.product-spec-table__row--capacity) {
    background: #fff;
}

.product-spec-section .product-spec-table__grid tbody tr:nth-child(even):not(.product-spec-table__row--capacity) {
    background: #eef4f8;
}

.product-spec-section .product-spec-table__grid tbody tr.product-spec-table__row--capacity {
    background: #084d66;
}

.product-spec-section .product-spec-table__grid tbody th,
.product-spec-section .product-spec-table__grid tbody td {
    padding: 0.7rem 0.9rem !important;
    font-size: 0.88rem !important;
    line-height: 1.4 !important;
    vertical-align: middle !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
    left: auto !important;
    z-index: auto !important;
    font-family: inherit !important;
    opacity: 1 !important;
    color: #2a3439 !important;
}

.product-spec-section .product-spec-table__grid .product-spec-table__label {
    width: 38%;
    text-align: left !important;
    font-weight: 500 !important;
    padding-left: 1rem !important;
    white-space: normal !important;
}

.product-spec-section .product-spec-table__grid .product-spec-table__label strong,
.product-spec-section .product-spec-table__grid .product-spec-table__label span,
.product-spec-section .product-spec-table__grid .product-spec-table__label p {
    font-weight: inherit !important;
    margin: 0;
}

.product-spec-section .product-spec-table__grid .product-spec-table__symbol {
    width: 12%;
    text-align: center !important;
    font-weight: 500 !important;
    color: #1b6a92 !important;
    white-space: nowrap !important;
}

.product-spec-section .product-spec-table__grid .product-spec-table__value {
    text-align: center !important;
    font-weight: 700 !important;
    color: #1a2e38 !important;
    white-space: nowrap !important;
}

.product-spec-section .product-spec-table__grid tr.product-spec-table__row--capacity .product-spec-table__label,
.product-spec-section .product-spec-table__grid tr.product-spec-table__row--capacity .product-spec-table__symbol,
.product-spec-section .product-spec-table__grid tr.product-spec-table__row--capacity .product-spec-table__value {
    color: #fff !important;
    font-weight: 700 !important;
}

.product-spec-section .product-spec-table__grid tr > *:nth-child(2) {
    opacity: 1 !important;
    font-family: inherit !important;
}

.product-spec-section__hint {
    margin: 0.75rem 0 0;
    padding-left: 0.15rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #5a6f7c;
}

.product-spec-section__media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 18rem;
    padding: 1.25rem;
    background: #f8fafb;
    border: 1px solid #dce8ef;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(27, 77, 110, 0.06);
}

.product-spec-section__media img {
    width: 100%;
    max-height: 22rem;
    object-fit: contain;
}

@media screen and (max-width: 991px) {
    .product-spec-section__layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .product-spec-section__media {
        order: 2;
        min-height: 14rem;
    }

    .product-spec-table__scroll {
        margin: 0 -0.25rem;
        padding-bottom: 0.25rem;
    }

    .product-spec-section .product-spec-table {
        min-width: 32rem;
    }
}

@media screen and (max-width: 671px) {
    .product-spec-section {
        padding: 2rem 0 2.5rem;
    }

    .product-spec-section .inner-container {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .product-spec-section__header {
        margin-bottom: 1.5rem;
    }

    .product-spec-section__title {
        font-size: 1.5rem;
    }

    .product-spec-section .product-spec-table {
        min-width: 36rem;
    }

    .product-spec-section .product-spec-table__grid tbody th,
    .product-spec-section .product-spec-table__grid tbody td {
        padding: 0.62rem 0.75rem !important;
        font-size: 0.82rem !important;
    }
}
