/* ============================================================
   GLOBAL STYLES — PALMBAYCOMPOUND.COM
   DO NOT TOUCH UNLESS YOU MEAN IT
   ============================================================ */

/* -------------------------------
   CORE TYPOGRAPHY & CONTAINER
   ------------------------------- */
.pb-compound-content {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Inter, "Open Sans", system-ui, sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: #f2f2f2;
}

/* Neutralize inline font-size clutter */
.pb-compound-content span {
  font-size: inherit !important;
  line-height: inherit;
}

/* Paragraph & list rhythm */
.pb-compound-content p,
.pb-compound-content li {
  margin-bottom: 14px;
  max-width: 75ch;
}

/* -------------------------------
   DATA SNAPSHOT CONTAINER
   ------------------------------- */
.pb-data-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  padding: 25px;
  margin: 40px 0;
  backdrop-filter: blur(6px);
}

/* 2-column stat grid (desktop/tablet) */
.pb-data-box ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 30px;
  margin: 20px 0 30px;
  padding: 0;
  list-style: none;
}

.pb-data-box ul li {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 0.95rem;
}

/* Narrative bullets span full width */
.pb-data-box ul li span {
  display: block;
  grid-column: 1 / -1;
  background: none;
  border: none;
  padding: 0;
}

/* -------------------------------
   AUTHOR ATTRIBUTION
   DO NOT TOUCH — VERIFIED STABLE
   ------------------------------- */
.author-attribution {
  display: block !important;
  margin: 12px 0 28px;
  padding-left: 14px;
  font-size: 0.95rem;
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
  color: #222 !important;
  border-left: 3px solid #e0b04a !important;
}

.author-attribution .author-name {
  display: block;
  font-weight: 600;
}

.author-attribution .author-credentials {
  display: block;
  margin-top: 2px;
  font-size: 0.85rem;
  color: #666;
}
