/* InstantShop Product Description Format v1.0.0
   Corrige descrição salva como texto simples para não aparecer tudo junto.
   Apenas visual/formatação: não altera checkout, carrinho, preço ou estoque. */

.instantshop-product-tabs-v80__description,
.instantshop-short-description-formatted {
    white-space: normal !important;
    word-break: normal !important;
    overflow-wrap: anywhere !important;
}

.instantshop-product-tabs-v80__description p,
.instantshop-short-description-formatted p {
    margin: 0 0 14px !important;
    padding: 0 !important;
    line-height: 1.78 !important;
}

.instantshop-product-tabs-v80__description p:last-child,
.instantshop-short-description-formatted p:last-child {
    margin-bottom: 0 !important;
}

.instantshop-product-tabs-v80__description ul,
.instantshop-product-tabs-v80__description ol,
.instantshop-short-description-formatted ul,
.instantshop-short-description-formatted ol {
    margin: 0 0 16px 1.25rem !important;
    padding-left: 1rem !important;
    line-height: 1.72 !important;
}

.instantshop-product-tabs-v80__description li,
.instantshop-short-description-formatted li {
    margin: 0 0 7px !important;
    padding-left: 2px !important;
}

.instantshop-product-tabs-v80__description strong,
.instantshop-short-description-formatted strong {
    font-weight: 800 !important;
}

.instantshop-product-tabs-v80__description h1,
.instantshop-product-tabs-v80__description h2,
.instantshop-product-tabs-v80__description h3,
.instantshop-product-tabs-v80__description h4,
.instantshop-short-description-formatted h1,
.instantshop-short-description-formatted h2,
.instantshop-short-description-formatted h3,
.instantshop-short-description-formatted h4 {
    margin: 20px 0 10px !important;
    line-height: 1.22 !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
}

.instantshop-product-tabs-v80__description a,
.instantshop-short-description-formatted a {
    color: #6d28d9 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
}

.instantshop-product-tabs-v80__description blockquote,
.instantshop-short-description-formatted blockquote {
    margin: 16px 0 !important;
    padding: 12px 16px !important;
    border-left: 4px solid #7c3aed !important;
    border-radius: 12px !important;
    background: rgba(124, 58, 237, 0.06) !important;
}

.instantshop-product-tabs-v80__description img,
.instantshop-short-description-formatted img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
    margin: 10px 0 !important;
}
