.postcard-cultural-spotlight {
  margin: 0 0 22px;
  padding: 22px;
  border: 1px solid rgba(174, 113, 76, .28);
  border-radius: 20px;
  background: linear-gradient(135deg, #fff8ee, #f6e8d9);
  box-shadow: 0 12px 28px rgba(105, 58, 39, .08);
}

.postcard-cultural-spotlight .postcard-section-heading {
  margin-bottom: 15px;
}

.postcard-cultural-spotlight .postcard-section-heading h3 {
  max-width: 15ch;
}

.postcard-cultural-intro {
  max-width: 610px;
  margin: 0;
  color: #765e55;
  font-size: .86rem;
  line-height: 1.5;
}

.postcard-cultural-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.postcard-cultural-grid .postcard-action-link {
  min-height: 70px;
  border-color: rgba(174, 113, 76, .25);
  background: rgba(255, 255, 255, .72);
}

.postcard-cultural-grid .postcard-action-link:hover,
.postcard-cultural-grid .postcard-action-link:focus-visible {
  border-color: #b85c3f;
  background: #fff;
  box-shadow: 0 7px 16px rgba(105, 58, 39, .12);
}

.postcard-cultural-grid .postcard-action-icon {
  color: #a34e36;
}

.postcard-cultural-grid .postcard-action-link strong {
  color: #63372d;
}

.postcard-cultural-grid .postcard-action-link small {
  color: #876b5e;
}

@media (max-width: 560px) {
  .postcard-cultural-spotlight {
    padding: 18px 15px;
    border-radius: 17px;
  }

  .postcard-cultural-grid {
    grid-template-columns: 1fr;
  }
}
