/* =========================================================
   PRICES PAGE (FA)
   ========================================================= */

.preise-page {
    direction: rtl;
    font-family: "BMitra", sans-serif;
}

.preise-pad {
    width: 90%;
    margin: 0 auto 0 auto;
    padding-top: 0.9rem;
    padding-bottom: 2.5rem;
}

.page-title {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.firstPricesDiv {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.price-card img {
    width: 100%;
}

.price-card h4 {
    margin: 0.35rem 0 0.6rem 0;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 700;
    text-align: right;
}

.price-card p {
    text-align: right;
    line-height: 1.9;
    font-size: clamp(1rem, 1.45vw, 1.3rem);
    margin-bottom: 0;
}

.tableDiv {
    margin: 2.5rem 0 0 0;
}

.table-title {
    margin: 0 auto 0.9rem auto;
    text-align: center;
    font-size: clamp(1.2rem, 1.85vw, 1.6rem);
    font-weight: 700;
    width: 100%;
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.price-table {
    margin: 0 auto;
    width: 100%;
    border-collapse: collapse;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08) !important;
    background: #ffffff;
}

.price-table th,
.price-table td {
    padding: 12px 10px;
    line-height: 1.45;
    vertical-align: top;
    text-align: right;
    word-break: break-word;
}

.price-table th {
    background-color: #3c6e71;
    color: #ffffff;
}

.price-table tr:nth-child(even) {
    background-color: #d9d9d9;
}

.price-table tr:nth-child(odd) {
    background-color: #ffffff;
}

.price-table th:last-child,
.price-table td:last-child {
    width: 90px;
    min-width: 90px;
    text-align: right;
    white-space: nowrap;
    font-size: 1.05em;
    font-variant-numeric: tabular-nums;
}

@media (min-width: 951px) {
    .preise-pad {
        width: 80%;
        margin: 0 auto 0 auto;
        padding-top: 1.1rem;
        padding-bottom: 2.5rem;
    }

    .firstPricesDiv {
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
    }

    .price-table {
        width: 65%;
        max-width: 900px;
    }

    .table-title {
        width: 65%;
        max-width: 900px;
    }
}
