.wrf-index-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 1.5rem 0 2rem 0;
}

.wrf-index-card,
.wrf-series-card,
.wrf-info-card,
.wrf-snapshot-card,
.wrf-video-section {
  margin: 1.25rem 0 1.75rem 0;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.03);
}

.wrf-index-card {
  margin: 0;
}

.wrf-submit-card {
  background: #e6f4ff;
  border-color: #9bd4ff;
  color: #10263f;
}

.wrf-empty-card {
  background: #fff1df;
  border-color: #ffc27a;
  color: #33210a;
}

.wrf-submit-card p,
.wrf-submit-card li,
.wrf-empty-card p,
.wrf-empty-card li {
  color: inherit;
}

.wrf-submit-card a:not(.ff-action-button),
.wrf-empty-card a:not(.ff-action-button) {
  color: #084f8f;
}

.wrf-submit-card a:not(.ff-action-button):visited,
.wrf-empty-card a:not(.ff-action-button):visited {
  color: #5a3b85;
}

.wrf-submit-card a:not(.ff-action-button):hover,
.wrf-submit-card a:not(.ff-action-button):active,
.wrf-empty-card a:not(.ff-action-button):hover,
.wrf-empty-card a:not(.ff-action-button):active {
  color: #c45100;
}

.wrf-index-card::after,
.wrf-index-intro::after,
.wrf-submit-card::after {
  content: "";
  display: block;
  clear: both;
}

.wrf-index-intro {
  display: flow-root;
  margin: 0 0 1.5rem 0;
}

.wrf-index-intro-img {
  float: left;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin: 0 28px 18px 0;
  border-radius: 18px;
  display: block;
  object-fit: contain;
}

.wrf-subindex-intro {
  display: flow-root;
  margin: 0 0 1.5rem 0;
}

.wrf-subindex-intro::after {
  content: "";
  display: block;
  clear: both;
}

.wrf-subindex-intro-img {
  float: left;
  width: 300px;
  height: 300px;
  max-width: 100%;
  margin: 0 28px 18px 0;
  border-radius: 18px;
  display: block;
  object-fit: contain;
}

.wrf-empty-card {
  min-height: 0;
}

.wrf-discipline-icon {
  float: left;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  margin: 0 14px 10px 0;
  display: block;
}

.wrf-discipline-icon-link {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 14px 10px 0;
  text-decoration: none;
}

.wrf-discipline-icon-link .wrf-discipline-icon {
  float: none;
  margin: 0;
}

.wrf-submit-card-img {
  float: left;
  width: 150px;
  height: 150px;
  max-width: 50%;
  margin: 0 18px 12px 0;
  display: block;
  object-fit: contain;
}

.wrf-index-card h2,
.wrf-series-card h3,
.wrf-info-card h2,
.wrf-snapshot-card h2,
.wrf-video-section h2,
.wrf-people-section h2,
.wrf-subindex-section h2,
.wrf-narrative h2 {
  margin-top: 0;
}

.wrf-card-link {
  font-weight: 700;
}

.wrf-vault-link-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1rem;
}

.wrf-vault-link-icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: block;
}

.wrf-counts {
  margin: 0.75rem 0;
}

.wrf-empty {
  font-style: italic;
}

.wrf-small-note {
  font-size: 0.92rem;
  opacity: 0.78;
}

.wrf-series-summary::after {
  content: "";
  display: block;
  clear: both;
}

.wrf-series-summary p:first-of-type {
  margin-top: 0;
}

.wrf-series-person-img {
  float: left;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  margin: 0 14px 10px 0;
  border-radius: 12px;
  object-fit: cover;
  display: block;
}

.wrf-series-trophy-img {
  float: left;
  width: 48px;
  height: 48px;
  max-width: 48px;
  max-height: 48px;
  margin: 0 14px 10px 0;
  object-fit: contain;
  display: block;
}

.wrf-previous-note {
  margin: 0.75rem 0;
  font-size: 0.95rem;
}

.wrf-series-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0.75rem 0 2rem 0;
}

.wrf-series-card {
  margin: 0;
}

.wrf-detail-list {
  display: grid;
  gap: 8px;
  margin: 0;
}

.wrf-snapshot-discipline-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 2px 14px 2px 0;
  vertical-align: middle;
}

.wrf-snapshot-discipline-icon-link {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.wrf-snapshot-discipline-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  max-width: 32px;
  max-height: 32px;
  object-fit: contain;
  vertical-align: middle;
}

.wrf-detail-row {
  display: grid;
  grid-template-columns: minmax(145px, 0.28fr) minmax(0, 1fr);
  gap: 12px;
  align-items: baseline;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
}

.wrf-detail-row:last-child {
  border-bottom: 0;
}

.wrf-detail-row dt {
  font-weight: 800;
}

.wrf-detail-row dd {
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wrf-narrative {
  margin: 1.5rem 0;
}

.wrf-photo-card {
  float: left;
  width: min(340px, 100%);
  margin: 0 35px 28px 0;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,0.12);
  box-sizing: border-box;
  background: rgba(255,255,255,0.04);
}

.wrf-photo-card__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

.wrf-photo-card__caption {
  margin-top: 10px;
  font-size: 0.92rem;
  line-height: 1.35;
}

.wrf-photo-card__credit {
  margin-top: 6px;
  opacity: 0.72;
}

.wrf-people-section {
  clear: both;
  margin: 1.75rem 0;
}

.wrf-people-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
}

.wrf-person-card {
  margin: 0;
}

.wrf-video-section {
  clear: both;
  overflow: hidden;
}

.wrf-video-section iframe.youtube,
.wrf-video-section iframe.facebook,
div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > iframe.youtube,
div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > iframe.facebook {
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 18px auto 12px auto;
  border: 0;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  height: auto;
}

.wrf-video-section .instagram-embed-wrap,
div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > .instagram-embed-wrap {
  display: block;
  width: 100%;
  max-width: 420px;
  margin: 18px auto 12px auto;
  border-radius: 14px;
  overflow: hidden;
  line-height: 0;
}

.wrf-video-section iframe.instagram,
div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] iframe.instagram {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  margin: 0;
  aspect-ratio: 9 / 16;
}

.wrf-prevnext {
  clear: both;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 2rem 0 1rem 0;
}

.wrf-prevnext__left {
  text-align: left;
}

.wrf-prevnext__right {
  text-align: right;
}

.wrf-prevnext-button {
  display: inline-block;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.16);
  text-decoration: none;
  font-weight: 800;
}

@supports not (aspect-ratio: 16 / 9) {
  .wrf-video-section iframe.youtube,
  .wrf-video-section iframe.facebook,
  div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > iframe.youtube,
  div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > iframe.facebook {
    height: 56.25vw;
    max-height: 608px;
  }
}

@supports not (aspect-ratio: 9 / 16) {
  .wrf-video-section iframe.instagram,
  div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] iframe.instagram {
    height: 746px;
    max-height: 80vh;
  }
}

@media (max-width: 700px) {
  .wrf-detail-row {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .wrf-photo-card {
    float: none;
    margin: 0 0 22px 0;
    width: 100%;
  }

  .wrf-narrative-card .wrf-photo-card {
    width: 100%;
    max-width: 100%;
  }

  .wrf-narrative-card .wrf-photo-card__img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .wrf-prevnext {
    grid-template-columns: 1fr;
  }

  .wrf-prevnext__left,
  .wrf-prevnext__right {
    text-align: left;
  }
}

@media (max-width: 500px) {
  .wrf-video-section .instagram-embed-wrap,
  div[itemprop="video"][itemscope][itemtype$="schema.org/VideoObject"] > .instagram-embed-wrap {
    max-width: min(100%, 360px);
  }
}

@media (max-width: 980px) {
  .wrf-index-list,
  .wrf-series-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .wrf-index-list,
  .wrf-series-list {
    grid-template-columns: 1fr;
  }

  .wrf-index-intro-img,
  .wrf-subindex-intro-img {
    width: 180px;
    height: 180px;
    margin: 0 18px 12px 0;
  }

  .wrf-submit-card-img {
    width: 120px;
    height: 120px;
    margin: 0 14px 10px 0;
  }
}

@media (max-width: 420px) {
  .wrf-index-intro-img,
  .wrf-subindex-intro-img,
  .wrf-submit-card-img,
  .wrf-discipline-icon {
    float: none;
    margin: 0 0 12px 0;
  }
}

.wrf-event-page {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.wrf-glory-card h2 {
  color: #1b6e9a;
}

.wrf-rules-card,
.wrf-verification-card,
.wrf-approved-card,
.wrf-record-lineage,
.wrf-video-section.wrf-info-card {
  background: rgba(255,255,255,0.55);
}

.wrf-photo-card__rider {
  margin-top: 6px;
  font-weight: 800;
}

.wrf-holder-grid {
  grid-template-columns: minmax(260px, 620px);
}

.wrf-holder-card {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.03);
}

.wrf-holder-card__head {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}

.wrf-holder-card__photo {
  flex: 0 0 auto;
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 18px;
  object-fit: cover;
}

.wrf-holder-card__meta {
  min-width: 0;
}

.wrf-holder-card__meta h3 {
  margin: 0 0 8px 0;
}

.wrf-holder-card__bio {
  margin-bottom: 0;
}

.wrf-record-lineage-list li {
  margin-bottom: 10px;
}

.wrf-approved-card {
  display: flow-root;
}

.wrf-approved-card-body {
  display: flow-root;
}

.wrf-approved-card-body p {
  margin-top: 0;
}

.wrf-approved-monster-link {
  float: left;
  display: block;
  width: 64px;
  height: 64px;
  margin: 0 20px 10px 0;
  text-decoration: none;
}

.wrf-approved-monster-img {
  display: block;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
  border-radius: 10px;
}

.wrf-bottom-actions {
  clear: both;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  margin: 2rem 0 1rem 0;
}

.wrf-bottom-actions__submit {
  text-align: center;
}

.wrf-prevnext {
  clear: both;
}

.wrf-prevnext .ff-action-button,
.wrf-bottom-actions .ff-action-button {
  max-width: none;
}

@media (max-width: 760px) {
  .wrf-holder-card__head {
    display: flex;
    align-items: flex-start;
    gap: 18px;
  }

  .wrf-holder-card__photo {
    flex: 0 0 auto;
    width: 96px;
    height: 96px;
    margin: 0;
  }

  .wrf-holder-card__meta {
    min-width: 0;
  }

  .wrf-bottom-actions {
    grid-template-columns: 1fr;
  }

  .wrf-prevnext__left,
  .wrf-prevnext__right {
    text-align: left;
  }

  .wrf-approved-card-body {
    display: flow-root;
  }

  .wrf-approved-monster-link {
    float: left;
    margin: 0 18px 10px 0;
  }
}

.wrf-approved-merchpromo {
  clear: both;
  display: flow-root;
  margin: 16px 0 0 0;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.wrf-approved-merchpromo__img {
  float: left;
  width: 300px;
  height: 225px;
  max-width: 50%;
  margin: 0 18px 12px 0;
  display: block;
  object-fit: contain;
  border-radius: 12px;
}

.wrf-approved-merchpromo__text {
  margin: 0;
}

.wrf-approved-merchpromo__clear {
  clear: both;
  height: 0;
  overflow: hidden;
}

.wrf-snapshot-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 1.25rem 0 1.75rem 0;
}

.wrf-snapshot-feature-grid .wrf-snapshot-card,
.wrf-snapshot-feature-grid .wrf-photo-card {
  margin-top: 0;
  margin-bottom: 0;
}

.wrf-snapshot-feature-image {
  min-width: 0;
}

.wrf-feature-photo-card {
  float: none;
  width: 100%;
  max-width: 900px;
  margin: 0;
}

.wrf-feature-photo-card .wrf-photo-card__img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.wrf-narrative-card {
  clear: both;
  display: flow-root;
}

.wrf-narrative-card .wrf-photo-card {
  width: fit-content;
  max-width: 100%;
}

.wrf-narrative-card .wrf-photo-card__img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.wrf-holder-approval-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: start;
  margin: 1.25rem 0 1.75rem 0;
}

.wrf-holder-approval-grid .wrf-people-section,
.wrf-holder-approval-grid .wrf-approved-card {
  margin: 0;
  height: 100%;
}

.wrf-holder-spotlight-card .wrf-holder-card {
  border: 0;
  padding: 0;
  background: transparent;
}

.wrf-snapshot-submit-action {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.wrf-snapshot-submit-action .ff-action-button {
  width: auto;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.wrf-snapshot-submit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  max-width: 100%;
}

.wrf-snapshot-submit-grid .ff-action-button {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  text-align: center;
  white-space: normal;
  overflow-wrap: normal;
  word-break: normal;
}  

@media (max-width: 980px) {
  .wrf-snapshot-feature-grid,
  .wrf-holder-approval-grid {
    grid-template-columns: 1fr;
  }

  .wrf-feature-photo-card {
    max-width: 100%;
  }
}

.wrf-rules-verification-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1fr);
  gap: 24px;
  align-items: start;
  margin: 1.25rem 0 1.75rem 0;
}

.wrf-rules-verification-grid .wrf-rules-card,
.wrf-rules-verification-grid .wrf-verification-card {
  margin: 0;
  height: 100%;
}

@media (max-width: 760px) {
  .wrf-snapshot-submit-grid {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrf-snapshot-submit-grid .ff-action-button {
    width: auto;
    max-width: 100%;
  }

  .wrf-approved-merchpromo__img {
    float: none;
    max-width: 100%;
    margin: 0 0 12px 0;
  }

  .wrf-approved-merchpromo__clear {
    display: none;
  }
}

@media (max-width: 980px) {
  .wrf-rules-verification-grid {
    grid-template-columns: 1fr;
  }
}

.wrf-snapshot-feature-grid,
.wrf-holder-approval-grid,
.wrf-rules-verification-grid,
.wrf-narrative-card,
.wrf-video-section,
.wrf-record-lineage,
.wrf-bottom-actions {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.wrf-video-section p {
  text-align: center;
}

.wrf-video-section p span[itemprop="description"] {
  display: inline-block;
  max-width: 900px;
  text-align: center;
}

.wrf-funfacts-wrap {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.wrf-funfacts-hero {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin: 1.25rem 0 1.75rem 0;
}

.wrf-funfacts-heroimg img {
  display: block;
  width: 300px;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  border-radius: 18px;
}

.wrf-funfacts-herocard {
  margin: 0;
  padding: 22px;
  border: 1px solid #9bd4ff;
  border-radius: 20px;
  box-sizing: border-box;
  background: #e6f4ff;
  color: #10263f;
  min-height: 100%;
}

.wrf-funfacts-herocard::after,
.wrf-funfacts-box::after {
  content: "";
  display: block;
  clear: both;
}

.wrf-funfacts-herocard h2,
.wrf-funfacts-box h2 {
  margin-top: 0;
}

.wrf-funfacts-herocard p,
.wrf-funfacts-herocard li {
  color: inherit;
}

.wrf-funfacts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 1rem;
}

.wrf-funfacts-getting-started {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 1.25rem 0 1.75rem 0;
  padding: 18px;
  border: 1px solid #82d79b;
  border-radius: 18px;
  box-sizing: border-box;
  background: #e7f8ec;
  color: #12351d;
}

.wrf-funfacts-getting-started h2 {
  margin-top: 0;
}

.wrf-funfacts-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 1.5rem 0;
}

.wrf-funfacts-metric {
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.55);
  text-align: center;
  min-width: 0;
}

.wrf-funfacts-metric-value {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.15;
  color: #1b6e9a;
  overflow-wrap: anywhere;
}

.wrf-funfacts-metric-label {
  margin-top: 6px;
  font-size: 0.92rem;
  font-weight: 800;
  opacity: 0.82;
}

.wrf-funfacts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 1.5rem 0 2rem 0;
}

.wrf-funfacts-box {
  margin: 0;
  padding: 18px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.04);
  min-width: 0;
}

.wrf-funfacts-list {
  margin: 0.65rem 0 0 1.25rem;
  padding: 0;
}

.wrf-funfacts-list li {
  margin: 0 0 10px 0;
  padding-left: 4px;
}

.wrf-funfacts-listlabel {
  font-weight: 800;
  overflow-wrap: anywhere;
}

.wrf-funfacts-listnote,
.wrf-funfacts-listvalue {
  display: block;
  margin-top: 2px;
  font-size: 0.92rem;
  line-height: 1.35;
  opacity: 0.82;
}

.wrf-funfacts-listvalue strong {
  font-weight: 900;
}

.wrf-funfacts-discipline-icon-link,
.wrf-funfacts-discipline-icon {
  float: left;
  display: block;
  width: 42px;
  height: 42px;
  max-width: 42px;
  max-height: 42px;
  margin: 0 10px 8px 0;
  object-fit: contain;
  text-decoration: none;
}

.wrf-funfacts-discipline-icon-link .wrf-funfacts-discipline-icon {
  float: none;
  margin: 0;
}

@media (max-width: 1200px) {
  .wrf-funfacts-grid,
  .wrf-funfacts-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .wrf-funfacts-hero {
    grid-template-columns: 1fr;
  }

  .wrf-funfacts-grid,
  .wrf-funfacts-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wrf-funfacts-heroimg img {
    width: 220px;
  }
}

@media (max-width: 640px) {
  .wrf-funfacts-grid,
  .wrf-funfacts-metrics,
  .wrf-funfacts-getting-started {
    grid-template-columns: 1fr;
  }

  .wrf-funfacts-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrf-funfacts-heroimg img {
    width: 180px;
  }
}

@media (max-width: 420px) {
  .wrf-funfacts-discipline-icon-link,
  .wrf-funfacts-discipline-icon {
    float: none;
    margin: 0 0 10px 0;
  }
}

.wrf-fun-stats-strip {
  clear: none;
  margin: 1rem 0 1.25rem 0;
}

.wrf-subindex-intro .wrf-fun-stats-strip {
  clear: none;
  overflow: hidden;
  margin: 1.75rem 0 1.25rem 0;
}

.wrf-holder-share {
  clear: both;
  margin-top: 18px;
}

.wrf-holder-share__rule {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.12);
  margin: 18px 0 14px 0;
}

.wrf-holder-share__text {
  margin: 0 0 12px 0;
}

.wrf-holder-share__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wrf-holder-share__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  text-decoration: none;
}

.wrf-holder-share__icon {
  display: block;
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.wrf-holder-share__note {
  margin: 10px 0 0 0;
  font-size: 0.9rem;
  opacity: 0.78;
}

.wrf-index-search {
  margin: 1rem 0 0 0;
}

.wrf-index-search__panel {
  margin: 0.85rem 0 1rem 0;
  padding: 16px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 18px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.55);
}

.wrf-index-search__label {
  display: block;
  margin: 0 0 8px 0;
  font-weight: 800;
}

.wrf-index-search__row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.wrf-index-search__input {
  flex: 1 1 280px;
  min-width: 220px;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.22);
  border-radius: 12px;
  font: inherit;
}

.wrf-index-search__help,
.wrf-index-search__status {
  margin: 10px 0 0 0;
  font-size: 0.92rem;
  opacity: 0.82;
}

.wrf-index-search__results {
  margin: 12px 0 0 1.35rem;
  padding: 0;
}

.wrf-index-search__results li {
  margin: 0 0 12px 0;
  padding-left: 4px;
}

.wrf-index-search__result-link {
  font-weight: 800;
}

.wrf-index-search__meta {
  display: block;
  margin-top: 3px;
  font-size: 0.92rem;
  line-height: 1.35;
  opacity: 0.82;
}
