/*
 * Les Œufs Frais - SEO textes
 */

.lof-seo-visible-block {
  margin: clamp(28px, 4vw, 56px) auto !important;
  padding: clamp(22px, 4vw, 42px) !important;
  border-radius: 28px !important;
  background: linear-gradient(135deg, #fff8e6 0%, #fffdf7 55%, #fff0ec 100%) !important;
  border: 1px solid rgba(201, 31, 40, 0.14) !important;
  box-shadow: 0 16px 34px rgba(59, 36, 18, 0.08) !important;
  max-width: 1180px !important;
  box-sizing: border-box !important;
}

.lof-seo-visible-block h2 {
  margin: 0 0 14px !important;
  color: #3b2412 !important;
  font-size: clamp(1.8rem, 3vw, 3.2rem) !important;
  line-height: 1.05 !important;
}

.lof-seo-visible-block p {
  margin: 0 0 12px !important;
  color: #7a4b24 !important;
  font-size: clamp(1rem, 1.35vw, 1.2rem) !important;
  line-height: 1.55 !important;
}

.lof-seo-visible-block p:last-child {
  margin-bottom: 0 !important;
}

.lof-seo-visible-block .lof-seo-short {
  font-weight: 800 !important;
  color: #c91f28 !important;
}
