/* READioACTIVE – Commercial Polish Layer */

body { background: #f6f7f9; }
.entry-content, .wp-block-group, main { background: transparent; }

.entry-content > *:first-child { margin-top: 0; }

/* Page content container feel */
.entry-content {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  padding: 28px 28px;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

/* Headings */
.entry-content h1, .entry-content h2, .entry-content h3 {
  letter-spacing: -0.02em;
}

/* Horizontal rules */
.entry-content hr {
  border: 0;
  height: 1px;
  background: rgba(0,0,0,.12);
  margin: 22px 0;
}

/* Buttons */
.entry-content a.wp-block-button__link,
.entry-content a.button,
.entry-content a.btn,
.entry-content a:where(.button) {
  border-radius: 12px !important;
  padding: 12px 18px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(0,0,0,.12) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.08) !important;
}

/* Simple “badge row” utility */
.readio-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 14px 0 18px;
}
.readio-badge {
  border: 1px solid rgba(0,0,0,.12);
  border-radius: 999px;
  padding: 8px 12px;
  background: #fafafa;
  font-size: 13px;
}

/* Pricing card */
.readio-card {
  border: 1px solid rgba(0,0,0,.14);
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
  max-width: 520px;
}
.readio-card .price {
  font-size: 34px;
  font-weight: 800;
  margin: 0 0 6px;
}
.readio-card .sub {
  opacity: .8;
  margin: 0 0 14px;
}

/* Make plain links look intentional */
.entry-content a:not(.wp-block-button__link) {
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}

/* Buttons: ensure they read like primary CTAs */
.entry-content a.wp-block-button__link {
  display: inline-block;
  background: #4c4f57 !important;
  color: #fff !important;
}

/* Reduce the “empty white slab” feel on wide screens */
.entry-content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

/* READioACTIVE: hide footer credits */
.site-info,
.site-footer,
footer .site-info,
footer .credit,
footer .credits,
footer .powered-by,
footer [class*="credit"],
footer [class*="powered"] {
  display: none !important;
}

