html, body.evvrh-standalone-resource {
  margin: 0;
  padding: 0;
  background: #f3efe6;
  color: #1e2430;
  font-family: Georgia, "Times New Roman", serif;
}

body.evvrh-standalone-resource {
  min-height: 100vh;
  padding-bottom: 88px;
}

.evvrh-resource-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 24px 72px;
}

.evvrh-resource-header {
  margin-bottom: 28px;
}

.evvrh-resource-title {
  margin: 0 0 16px;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.05;
  color: #1f3557;
  letter-spacing: -0.02em;
}

.evvrh-resource-excerpt {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5a6472;
  max-width: 78ch;
}

.evvrh-resource-content {
  font-size: 1.08rem;
  line-height: 1.8;
}

.evvrh-resource-content h2,
.evvrh-resource-content h3,
.evvrh-resource-content h4 {
  color: #314e7a;
  line-height: 1.2;
  margin-top: 1.8em;
}

.evvrh-resource-content a {
  color: #1f3557;
  text-decoration-thickness: 1.5px;
}

.evvrh-resource-content img {
  max-width: 100%;
  height: auto;
}

.evvrh-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: end;
  margin: 0 0 28px;
  padding: 16px 18px;
  background: #ffffff;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.evvrh-filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 180px;
  font-size: 0.95rem;
  color: #1f3557;
  font-weight: 700;
}

.evvrh-filter-group select {
  height: 40px;
  padding: 0 12px;
  border: 1px solid #cfd8e6;
  border-radius: 10px;
  background: #ffffff;
  color: #1e2430;
  font-size: 0.95rem;
}

.evvrh-filter-reset {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 14px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #cfd8e6;
  color: #1f3557;
  text-decoration: none;
  font-weight: 700;
}

.evvrh-archive-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
  align-items: start;
}

.evvrh-archive-grid.evvrh-archive-grid-single {
  grid-template-columns: minmax(320px, 760px);
  justify-content: start;
}

.evvrh-archive-card {
  background: #ffffff;
  border: 1px solid #d7dfea;
  border-left: 6px solid #1f3557;
  border-radius: 12px;
  box-shadow: 0 14px 38px rgba(0,0,0,.05);
  overflow: hidden;
}

.evvrh-archive-thumb {
  display: block;
  aspect-ratio: 16 / 9;
  background: #dfe7f2;
}

.evvrh-archive-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.evvrh-archive-thumb-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1f3557, #314e7a);
  color: #ffffff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.evvrh-archive-thumb-placeholder span {
  padding: 0 18px;
  text-align: center;
}

.evvrh-archive-card-body {
  padding: 16px 16px 18px;
}

.evvrh-archive-card-kicker {
  margin: 0 0 8px;
  color: #5a6472;
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.evvrh-archive-card-title {
  margin: 0 0 8px;
  font-size: 1.22rem;
  line-height: 1.16;
}

.evvrh-archive-card-title a {
  color: #1f3557;
  text-decoration: none;
}

.evvrh-archive-card-title a:hover {
  text-decoration: underline;
}

.evvrh-archive-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 12px;
}

.evvrh-chip {
  display: inline-flex;
  align-items: center;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e8eef7;
  color: #1f3557;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.evvrh-archive-card-excerpt {
  color: #5a6472;
  line-height: 1.58;
  font-size: 0.98rem;
  margin-bottom: 12px;
}

.evvrh-archive-card-link,
.evvrh-media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 182px;
  height: 44px;
  padding: 0 16px;
  border-radius: 10px;
  background: #1f3557;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
}

.evvrh-archive-card-link:hover,
.evvrh-media-button:hover {
  background: #314e7a;
}

.evvrh-pagination {
  margin-top: 32px;
}

.evvrh-pagination .nav-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.evvrh-pagination a,
.evvrh-pagination span {
  display: inline-block;
  padding: 9px 13px;
  border-radius: 9px;
  border: 1px solid #cfd8e6;
  background: #ffffff;
  color: #1f3557;
  text-decoration: none;
}

.evvrh-pagination .current {
  background: #1f3557;
  color: #ffffff;
  border-color: #1f3557;
}

.evvrh-media-panel {
  margin-top: 32px;
  padding: 20px 22px;
  background: #ffffff;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0,0,0,.04);
}

.evvrh-embed-wrap {
  margin-bottom: 18px;
}

.evvrh-embed-wrap iframe,
.evvrh-embed-wrap video,
.evvrh-embed-wrap audio {
  max-width: 100%;
}

.evvrh-media-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.evvrh-resource-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
  padding: 16px 20px;
  background: #08142f;
  color: #ffffff;
  border-top: 2px solid #bfa046;
  font-size: 1.12rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  box-shadow: 0 -8px 20px rgba(0,0,0,.18);
}

@media (max-width: 700px) {
  .evvrh-resource-shell {
    padding: 20px 14px 40px;
  }

  .evvrh-archive-grid.evvrh-archive-grid-single {
  grid-template-columns: minmax(320px, 760px);
  justify-content: start;
}

  .evvrh-archive-card-link,
  .evvrh-media-button {
    min-width: 0;
    width: 100%;
  }
}


.evvrh-archive-card-submeta {
  margin: 0 0 10px;
  color: #6a7380;
  font-size: 0.9rem;
  line-height: 1.4;
}


.evvrh-empty-state {
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  color: #5a6472;
  line-height: 1.7;
}

.evvrh-chip {
  text-decoration: none;
}

.evvrh-chip:hover {
  background: #d9e4f4;
}

.evvrh-filter-group select,
.evvrh-filter-reset,
.evvrh-archive-card-link,
.evvrh-media-button {
  transition: all 0.15s ease;
}


@media (max-width: 700px) {
  }


@media (max-width: 700px) {
  body.evvrh-raw-html-mode p,
  }


.evv-study-guide {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 8px 28px;
}

.evv-study-guide h1,
.evv-study-guide h2,
.evv-study-guide h3,
.evv-study-guide h4 {
  color: #1f3557;
  line-height: 1.2;
  letter-spacing: 0;
}

.evv-study-guide h1 {
  font-size: 2.35rem;
  margin: 0 0 18px;
}

.evv-study-guide h2 {
  font-size: 1.65rem;
  margin: 34px 0 12px;
  padding-top: 0;
  border-top: 0;
}

.evv-study-guide h3 {
  font-size: 1.28rem;
  margin: 22px 0 10px;
}

.evv-study-guide h4 {
  font-size: 1.08rem;
  margin: 18px 0 8px;
}

.evv-study-guide p,
.evv-study-guide ul,
.evv-study-guide ol,
.evv-study-guide blockquote,
.evv-study-guide table,
.evv-study-guide hr {
  margin-top: 0;
  margin-bottom: 16px;
}

.evv-study-guide p {
  font-size: 1.04rem;
  line-height: 1.72;
}

.evv-study-guide ol,
.evv-study-guide ul {
  padding-left: 1.45em;
}

.evv-study-guide li {
  margin-bottom: 7px;
  line-height: 1.65;
  font-size: 1rem;
}

.evv-study-guide a {
  color: #1f3557;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  word-break: break-word;
}

.evv-study-guide strong,
.evv-study-guide b {
  color: #162946;
}

.evv-study-guide hr {
  border: 0;
  border-top: 1px solid #d7dfea;
  margin: 22px 0;
}

.evv-study-guide .evv-important {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #bfa046;
  background: #fcfaf4;
  color: #2e3743;
  border-radius: 6px;
}

.evv-study-guide .evv-important p {
  margin: 0;
}

.evv-study-guide table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #d7dfea;
}

.evv-study-guide th,
.evv-study-guide td {
  padding: 10px 12px;
  border: 1px solid #d7dfea;
  text-align: left;
  vertical-align: top;
}

.evv-study-guide th {
  background: #eef3f8;
  color: #1f3557;
}

@media (max-width: 700px) {
  .evv-study-guide {
    padding: 4px 2px 18px;
  }

  .evv-study-guide h1 {
    font-size: 1.95rem;
  }

  .evv-study-guide h2 {
    font-size: 1.4rem;
  }

  .evv-study-guide h3 {
    font-size: 1.15rem;
  }

  .evv-study-guide p,
  .evv-study-guide li {
    font-size: 0.98rem;
  }
}

@media (max-width: 700px) {
  .evv-study-guide {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 8px 28px;
}

.evv-study-guide h1,
.evv-study-guide h2,
.evv-study-guide h3,
.evv-study-guide h4 {
  color: #1f3557;
  line-height: 1.2;
  letter-spacing: 0;
}

.evv-study-guide h1 {
  font-size: 2.35rem;
  margin: 0 0 18px;
}

.evv-study-guide h2 {
  font-size: 1.65rem;
  margin: 34px 0 12px;
  padding-top: 0;
  border-top: 0;
}

.evv-study-guide h3 {
  font-size: 1.28rem;
  margin: 22px 0 10px;
}

.evv-study-guide h4 {
  font-size: 1.08rem;
  margin: 18px 0 8px;
}

.evv-study-guide p,
.evv-study-guide ul,
.evv-study-guide ol,
.evv-study-guide blockquote,
.evv-study-guide table,
.evv-study-guide hr {
  margin-top: 0;
  margin-bottom: 16px;
}

.evv-study-guide p {
  font-size: 1.04rem;
  line-height: 1.72;
}

.evv-study-guide ol,
.evv-study-guide ul {
  padding-left: 1.45em;
}

.evv-study-guide li {
  margin-bottom: 7px;
  line-height: 1.65;
  font-size: 1rem;
}

.evv-study-guide a {
  color: #1f3557;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 2px;
  word-break: break-word;
}

.evv-study-guide strong,
.evv-study-guide b {
  color: #162946;
}

.evv-study-guide hr {
  border: 0;
  border-top: 1px solid #d7dfea;
  margin: 22px 0;
}

.evv-study-guide .evv-important {
  margin: 18px 0;
  padding: 14px 16px;
  border-left: 4px solid #bfa046;
  background: #fcfaf4;
  color: #2e3743;
  border-radius: 6px;
}

.evv-study-guide .evv-important p {
  margin: 0;
}

.evv-study-guide table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  border: 1px solid #d7dfea;
}

.evv-study-guide th,
.evv-study-guide td {
  padding: 10px 12px;
  border: 1px solid #d7dfea;
  text-align: left;
  vertical-align: top;
}

.evv-study-guide th {
  background: #eef3f8;
  color: #1f3557;
}

@media (max-width: 700px) {
  .evv-study-guide {
    padding: 4px 2px 18px;
  }

  .evv-study-guide h1 {
    font-size: 1.95rem;
  }

  .evv-study-guide h2 {
    font-size: 1.4rem;
  }

  .evv-study-guide h3 {
    font-size: 1.15rem;
  }

  .evv-study-guide p,
  .evv-study-guide li {
    font-size: 0.98rem;
  }
}




body.evvrh-raw-html-mode {
  margin: 0;
  padding: 0 0 88px;
  background: #f3efe6;
}

body.evvrh-raw-html-mode .evvrh-resource-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

