.elementor-30242 .elementor-element.elementor-element-6925b62{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5307eff *//* Base */
.lc-post-modern {
  font-family: 'Segoe UI', Roboto, sans-serif;
  line-height: 1.7;
  color: #222;
  max-width: 100%;
}

/* Hero Banner */
.lc-hero {
  position: relative;
  height: 380px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3em;
}
.lc-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.75) 100%);
}
.lc-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  padding: 0 1em;
  max-width: 900px;
}
.lc-category {
  display: inline-block;
  background: #ffdd57;
  color: #004d66;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0.4em 1em;
  border-radius: 20px;
  margin-bottom: 1em;
  text-transform: uppercase;
}
.lc-title {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

/* Sections */
.lc-section {
  max-width: 900px;
  margin: 0 auto 3em;
  padding: 0 1em;
}
.lc-section.narrow { max-width: 700px; }
.lc-section.alt {
  background: #f9f9f9;
  padding: 3em 1em;
  border-radius: 8px;
}
.lc-section h2 {
  font-size: 1.8em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1em;
  color: #004d66;
}
.lc-section p.lead {
  font-size: 1.2em;
  font-weight: 400;
  text-align: center;
  color: #333;
}

/* Blockquote */
.lc-section blockquote {
  text-align: center;
  font-style: italic;
  font-size: 1.2em;
  color: #444;
  margin: 2em auto;
  max-width: 700px;
}

/* Pill list */
.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6em;
  justify-content: center;
}
.pill-list span {
  background: #eef7f7;
  padding: 0.5em 1em;
  border-radius: 20px;
  font-weight: 500;
}

/* Grid Cards */
.lc-grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
  gap: 1.2em;
  margin-top: 1.5em;
}
.lc-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 2em 1em;
  text-align: center;
  font-weight: 600;
  font-size: 1.1em;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.lc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* Footer CTA */
.lc-footer {
  text-align: center;
  background: #004d66;
  color: #fff;
  padding: 3em 1em;
  border-radius: 8px;
  margin-top: 3em;
}
.lc-footer a {
  display: inline-block;
  background: #ffdd57;
  color: #004d66;
  font-weight: 600;
  padding: 0.6em 1.4em;
  margin: 0.4em;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.lc-footer a:hover {
  background: #fff;
  color: #004d66;
}/* End custom CSS */