.deia-product {
    max-width: 900px;
    line-height: 1.65;
    color: #333;
}

    .deia-product p {
        margin: 0 0 1em;
    }

    .deia-product h2 {
        margin: 2em 0 0.75em;
        font-size: 1.45em;
        line-height: 1.3;
    }

    .deia-product h3 {
        margin: 0 0 0.5em;
        font-size: 1.05em;
        line-height: 1.4;
    }

    .deia-product ul {
        margin: 0 0 1.25em;
        padding-left: 1.4em;
    }

    .deia-product li {
        margin-bottom: 0.4em;
    }

.deia-product__intro {
    margin-bottom: 1.5em;
}

.deia-product__section {
    margin-top: 2em;
}

.deia-params-wrapper {
    max-width: 700px;
    margin: 2em 0;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.deia-params {
    width: 100%;
    border-collapse: collapse;
}

    .deia-params th,
    .deia-params td {
        padding: 0.8em;
        border-bottom: 1px solid #e8e8e8;
        text-align: left;
        vertical-align: top;
    }

    .deia-params th {
        width: 38%;
        font-weight: 600;
    }

    .deia-params tr:nth-child(even) {
        background: #f7f7f7;
    }

    .deia-params tr:last-child th,
    .deia-params tr:last-child td {
        border-bottom: 0;
    }

.deia-faq {
    padding: 1em 0;
    border-bottom: 1px solid #e8e8e8;
}

    .deia-faq:last-child {
        border-bottom: 0;
    }

    .deia-faq p {
        margin-bottom: 0;
    }

.deia-brand-link {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid #e0e0e0;
}

    .deia-brand-link a {
        font-weight: 600;
    }

@media (max-width: 767px) {
    .deia-product {
        max-width: 100%;
    }

    .deia-params-wrapper {
        max-width: 100%;
        overflow-x: auto;
    }

    .deia-params th,
    .deia-params td {
        padding: 0.7em;
    }

    .deia-params th {
        width: 44%;
    }
}
