.ast-site-header-cart-data .widgettitle {
    text-align: left;
    font-size: 1.2rem;
    padding-left: 1em;
    padding-top: 1em;
}
.elementor-section {
    content-visibility: auto;
    will-change: opacity, transform;
    background-size: cover;
    background-position: center;   min-height: 100vh;
}
/* ===== EMERGENCY TYPO RESET (readability fix) ===== */

/* Base */
html { -webkit-text-size-adjust: 100%; }
body{
  font-size: 16px !important;
  line-height: 1.55 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  text-rendering: optimizeLegibility;
}

/* Text elements */
p, li, dt, dd, blockquote, figcaption, small,
span, strong, em, b, i, a{
  line-height: 1.55 !important;
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

/* Headings */
h1,h2,h3,h4,h5,h6{
  line-height: 1.2 !important;
  letter-spacing: normal !important;
}

/* WooCommerce / forms (souvent là que ça casse) */
.woocommerce, .woocommerce *{
  letter-spacing: normal !important;
}

.woocommerce p,
.woocommerce li,
.woocommerce label,
.woocommerce .price,
.woocommerce .woocommerce-tabs,
.woocommerce .woocommerce-tabs .panel,
.woocommerce div.product form.cart,
.woocommerce div.product form.cart *{
  line-height: 1.45 !important;
}

/* Inputs / selects / buttons */
input, select, textarea, button{
  line-height: 1.2 !important;
  letter-spacing: normal !important;
}
/* =========================
   BLOG ONLY (Astra)
   Targets: /blog/, archives, categories, single posts
   ========================= */

/* 1) Container / readability */
.blog .site-content,
.archive .site-content,
.single-post .site-content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.single-post .entry-content {
  max-width: 820px; /* perfect reading width */
  margin-left: auto;
  margin-right: auto;
}

/* 2) Typography blog only */
.blog, .archive, .single-post {
  font-size: 16px;
  line-height: 1.65;
}

/* Titles hierarchy */
.single-post h1.entry-title {
  font-size: 44px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.single-post .entry-content h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-top: 36px;
  margin-bottom: 14px;
}

.single-post .entry-content h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 26px;
  margin-bottom: 10px;
}

/* 3) Links blog only */
.single-post .entry-content a,
.blog a,
.archive a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 4) Images blog only */
.single-post .post-thumb img,
.single-post .wp-post-image {
  border-radius: 16px;
}

.single-post .entry-content img {
  border-radius: 16px;
}

/* 5) Lists spacing */
.single-post .entry-content ul,
.single-post .entry-content ol {
  margin-top: 12px;
  margin-bottom: 20px;
  padding-left: 1.2em;
}

/* 6) Paragraph spacing */
.single-post .entry-content p {
  margin-bottom: 16px;
}

/* 7) Table styling (blog only) */
.single-post .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.single-post .entry-content table td,
.single-post .entry-content table th {
  padding: 12px 14px;
  border: 1px solid rgba(0,0,0,0.08);
}