/* Start custom CSS for section, class: .elementor-element-5abbb4f1 *//* === Blog Post Typography (White Text + Responsive + No Stretch) === */

/* Prevent site from stretching */
body, html {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* Main blog title */
.entry-title {
  font-size: 30px !important;
  line-height: 1.3em;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 20px;
}

/* Section headings (H2) */
.elementor-widget-container h2,
.post-content h2,
.entry-content h2 {
  font-size: 30px !important;
  line-height: 1.4em;
  font-weight: 700;
  color: #fff !important;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

/* Subheadings (H3) */
.elementor-widget-container h3,
.post-content h3,
.entry-content h3 {
  font-size: 25px !important;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff !important;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Paragraph text */
.elementor-widget-container p,
.post-content p,
.entry-content p {
  font-size: 16px !important;
  line-height: 1.8em;
  font-weight: 400;
  color: #fff !important;
  margin-bottom: 1em;
}

/* Table text */
.entry-content table td,
.entry-content table th {
  font-size: 16px !important;
  color: #fff !important;
  border-color: rgba(255,255,255,0.2);
}

/* Links inside post */
.entry-content a {
  color: #00c3ff !important;
  text-decoration: underline;
}
.entry-content a:hover {
  color: #ff6f4a !important;
  text-decoration: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .entry-title,
  .elementor-widget-container h2,
  .post-content h2,
  .entry-content h2 {
    font-size: 25px !important;
  }

  .elementor-widget-container h3,
  .post-content h3,
  .entry-content h3 {
    font-size: 20px !important;
  }

  .elementor-widget-container p,
  .post-content p,
  .entry-content p {
    font-size: 14px !important;
  }
}/* End custom CSS */