/* AquaLinked final clean product detail page */
/* Controls only product detail text/card areas. Related cards are not touched. */

.product-description-public-card {
    max-width: 900px !important;
    width: calc(100% - 40px) !important;
    margin: 28px auto !important;
    padding: 28px 32px !important;
    border-radius: 18px !important;
    border: 1px solid #dbe8ec !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.06) !important;
}

.product-description-public-card h3,
.product-description-public-card p {
    max-width: 740px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.product-description-public-card p {
    line-height: 1.75 !important;
    font-size: 1.04rem !important;
    color: #263238 !important;
}

/* Prevent any remaining central store cards from stretching edge to edge */
section.section > .store-container > .card:not(.product-detail-card) {
    max-width: 900px !important;
    width: calc(100% - 40px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Keep related cards free from this correction */
.related-products .card,
.related-items .card,
.related-card,
.product-card,
.book-card {
    max-width: none !important;
}

@media (max-width: 760px) {
    .product-description-public-card,
    section.section > .store-container > .card:not(.product-detail-card) {
        width: auto !important;
        max-width: 100% !important;
        padding: 22px 18px !important;
    }
}
