/* ==========================================================================
   Breezify Shared Legal & Documentation Page Styles (Policy & Terms)
   ========================================================================== */


#heading {
  text-align: center;
  font-size: 2.2rem;
}

.container {
  width: 90%;
  max-width: 860px;
  margin: 110px auto 30px;
  padding: 20px;
}

.content {
  background-color: white;
  padding: 36px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}

.content h1 {
  margin-bottom: 16px;
  font-family: 'Arima', 'Poppins', sans-serif;
  font-size: 2.2rem;
}

.content h2 {
  color: #0284c7;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
  margin-top: 2rem;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.last-updated {
  font-style: italic;
  text-align: right;
  margin-top: 10px;
  color: #64748b;
  font-size: 0.9rem;
}

ul {
  padding-left: 24px;
}

li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.section {
  margin-bottom: 1.8rem;
}

.section p {
  line-height: 1.7;
  color: inherit;
}

.highlight {
  background-color: rgba(56, 189, 248, 0.1);
  border-left: 4px solid #38bdf8;
  padding: 14px 18px;
  margin: 20px 0;
  border-radius: 0 8px 8px 0;
}
