

.support-container.card {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    max-width: 700px;
    margin: 3rem auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    text-align: left;
}


.support-universal-container {
    background: #fff;
    border-radius: 8px;
    padding: 2rem;
    max-width: 700px;
    margin: 3rem auto;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.support-universal-container {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem;
  max-width: 720px;
  margin: 3rem auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
  font-family: 'Segoe UI', sans-serif;
}

.section-heading {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.meta {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 2rem;
}

.support-universal-container section {
  margin-bottom: 2rem;
}

.support-universal-container h2 {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 0.75rem;
}

.policy-list {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.policy-list li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}

a.btn-secondary {
  display: contents;
  margin-top: 2rem;
  text-decoration: none;
  background: #f3f3f3;
  padding: 10px 16px;
  border-radius: 6px;
  color: #333;
  font-weight: 500;
  transition: background 0.2s ease;
}

a.btn-secondary:hover {
  background: #e0e0e0;
}

.button-outside {
    display: inline-block !important;
}
.support-two-col-layout {
  max-width: 1200px;
  margin: 3rem auto;
  padding: 0 2rem;
  text-align: center;
}

.support-two-col-layout .section-heading {
  font-size: 2.2rem;
  margin-bottom: 2rem;
  color: #222;
  text-align: center;
}

.two-box-row {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.two-box {
  background: #fff;
  border-radius: 12px;
  padding: 2rem;
  flex: 1;
  min-width: 320px;
  max-width: 500px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  text-align: left;
}

.two-box h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #111;
}

.two-box ul {
  padding-left: 1.2rem;
  list-style-type: disc;
}

.two-box li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}


.two-box a {
  color: #7ea2bf;
}