﻿.product-detail-richtext {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #F8F8F8;
    padding: 0.36rem 0.69rem 0.69rem;
    /* width: 11.33rem;  */
    margin-top: 0.7rem;
}

.product-detail-richtext p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: max(0.18rem, 16px);
    line-height: 1.5;
}

.product-detail-richtext h2 {
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.40rem;
    letter-spacing: 0.03em;
    color: #2C63A0;
}

.product-detail-richtext table {
    border-collapse: collapse;
    border: 1px solid rgba(44, 99, 160, 0.8);
    font-family: 'Roboto';
    font-style: normal;
} 

.product-detail-richtext table th,
.product-detail-richtext table td {
    border: 1px solid rgba(44, 99, 160, 0.8);
    padding: 0.25rem 0.3rem;
}

@media screen and (max-width: 1025px) {
    .product-detail-richtext {
        width: 100%;
        padding: 0.34rem;
    }
}
