.site-disclaimer {
  background: #f0f4f8;
  border: 1px solid #cbd5e1;
  border-left: 4px solid #1e4a76;
  border-radius: 14px;
  padding: 16px 20px;
  margin: 16px auto 24px !important;
  max-width: 1280px;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #334155;
}

.site-disclaimer p {
  margin: 0;
}

.site-disclaimer strong {
  color: #0f2b3d;
}

.offers-info-block {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 32px;
  margin: 32px 0;
}

.offers-info-block h2 {
  font-size: 1.35rem;
  color: #0f2b3d;
  margin-bottom: 12px;
}

.offers-info-block p {
  color: #374151;
  line-height: 1.65;
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.offers-info-block p:last-child {
  margin-bottom: 0;
}
