.sdm-countries {
  padding: 6rem 1rem;
  background: #f7f7f7;
}

.sdm-section-heading {
  max-width: 850px;
  margin: 0 auto 3rem;
  text-align: center;
}

.sdm-section-heading .mbr-text {
  margin: 1.25rem auto 0;
  color: #606060;
}

.sdm-kicker {
  margin: 0 0 .75rem;
  color: #c5262f;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.sdm-country-grid > div {
  display: flex;
  margin-bottom: 1.5rem;
}

.sdm-country-card {
  width: 100%;
  min-height: 320px;
  padding: 2rem;
  border: 1px solid #e2e2e2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sdm-country-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .1);
}

.sdm-country-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 2rem;
  border-radius: 50%;
  background: #1c1c1c;
  color: #fff;
  font-weight: 700;
}

.sdm-country-card h3 {
  margin-bottom: 1rem;
}

.sdm-country-card p {
  color: #606060;
}

.sdm-country-link {
  display: inline-block;
  margin-top: 1rem;
  color: #c5262f;
  font-weight: 700;
  text-decoration: none;
}

.sdm-footer-links a {
  color: inherit;
  text-decoration: none;
}

.sdm-page-hero {
  padding: 10rem 1rem 5rem;
  background: #f3f3f3;
}

.sdm-page-hero .container {
  max-width: 920px;
}

.sdm-page-hero p {
  max-width: 760px;
  color: #5e5e5e;
}

.sdm-page-content {
  padding: 5rem 1rem 6rem;
}

.sdm-page-content .container {
  max-width: 920px;
}

.sdm-page-content h2 {
  margin: 3rem 0 1rem;
}

.sdm-page-content h2:first-child {
  margin-top: 0;
}

.sdm-page-content p,
.sdm-page-content li {
  color: #4f4f4f;
  line-height: 1.8;
}

.sdm-notice,
.sdm-login-box {
  margin: 2rem 0;
  padding: 2rem;
  border-left: 5px solid #c5262f;
  background: #f7f7f7;
}

.sdm-login-box {
  border: 1px solid #e0e0e0;
  border-left: 5px solid #c5262f;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .06);
}

@media (max-width: 767px) {
  .sdm-countries { padding: 4rem .25rem; }
  .sdm-country-card { min-height: auto; }
  .sdm-page-hero { padding-top: 8rem; }
}

@media (prefers-reduced-motion: reduce) {
  .sdm-country-card { transition: none; }
}
