.wp-content-wrap {
  background: #f6f8fb;
  color: #111827;
  min-height: 60vh;
  padding: 56px 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.wp-content-container {
  width: min(920px, 92%);
  margin: 0 auto;
}

.wp-content-card,
.wp-content-archive-header {
  background: #fff;
  border: 1px solid #e7ecf3;
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(15, 23, 42, .07);
  margin-bottom: 22px;
  padding: 30px;
}

.wp-content-card h1,
.wp-content-card h2,
.wp-content-archive-header h1 {
  color: #06111f;
  line-height: 1.1;
  margin: 0 0 14px;
}

.wp-content-card a {
  color: inherit;
  text-decoration: none;
}

.wp-content-meta {
  color: #667085;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 18px;
}

.wp-content-body {
  color: #344054;
  font-size: 18px;
  line-height: 1.75;
}

.wp-content-body img {
  border-radius: 18px;
  height: auto;
  max-width: 100%;
}

.wp-content-button {
  background: #ffc400;
  border-radius: 999px;
  color: #06111f;
  display: inline-flex;
  font-weight: 900;
  margin-top: 18px;
  padding: 12px 18px;
}

.wp-content-pagination {
  margin-top: 28px;
}

@media (max-width: 700px) {
  .wp-content-wrap {
    padding: 32px 0;
  }

  .wp-content-card,
  .wp-content-archive-header {
    border-radius: 18px;
    padding: 22px;
  }
}
