.grc-shell,
.grc-shell * {
  box-sizing: border-box;
}

.grc-shell {
  --grc-red: #cf252e;
  --grc-deep-red: #a51c25;
  --grc-ink: #21191a;
  --grc-muted: #706363;
  --grc-line: #ead8bb;
  --grc-bg: #fff8ed;
  --grc-card: #fffdf8;
  width: 100%;
  min-height: 100svh;
  display: grid;
  place-items: center;
  padding: clamp(24px, 5vw, 72px) 16px;
  color: var(--grc-ink);
  background:
    radial-gradient(circle at center, rgba(255, 246, 226, .88), rgba(255, 248, 237, .96) 54%, rgba(255, 244, 229, 1) 100%);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
}

.grc-panel {
  width: min(760px, 100%);
  padding: clamp(22px, 4vw, 36px);
  border: 1px solid var(--grc-line);
  border-radius: 8px;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 22px 54px rgba(74, 48, 25, .13);
}

.grc-title {
  margin: 0;
  color: var(--grc-ink);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  line-height: 1.32;
  text-align: center;
  letter-spacing: 0;
}

.grc-lead {
  margin: 16px 0 26px;
  color: var(--grc-muted);
  font-size: 14px;
  text-align: center;
}

.grc-label {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 800;
}

.grc-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.grc-input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d9b98f;
  border-radius: 6px;
  background: #fff;
  color: var(--grc-ink);
  font: inherit;
  font-size: 16px;
  outline: none;
}

.grc-input:focus {
  border-color: var(--grc-red);
  box-shadow: 0 0 0 3px rgba(207, 37, 46, .12);
}

.grc-button,
.grc-candidate,
.grc-card button {
  appearance: none;
  font: inherit;
}

.grc-button {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid var(--grc-red);
  border-radius: 6px;
  background: var(--grc-red);
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

.grc-button:hover,
.grc-button:focus-visible {
  background: #b91f28;
}

.grc-help {
  min-height: 1.6em;
  margin: 10px 0 0;
  color: var(--grc-muted);
  font-size: 13px;
}

.grc-help.is-error,
.grc-empty {
  color: #c01822;
  font-weight: 800;
}

.grc-help.is-loading {
  color: #c01822;
  font-weight: 900;
}

.grc-search-layout-pattern2 .grc-search {
  margin-top: 4px;
}

.grc-search-layout-pattern2 .grc-label {
  margin-bottom: 12px;
  font-size: 15px;
}

.grc-search-layout-pattern2 .grc-search-row {
  gap: 14px;
  align-items: stretch;
}

.grc-search-layout-pattern2 .grc-input {
  min-height: 58px;
  padding-inline: 20px;
  border-width: 2px;
  font-size: 17px;
  line-height: 1.45;
}

.grc-search-layout-pattern2 .grc-button {
  min-height: 58px;
  padding-inline: 28px;
}

.grc-search-layout-pattern2 .grc-help {
  margin-top: 14px;
  line-height: 1.8;
}

.grc-candidates[hidden] {
  display: none !important;
}

.grc-candidates {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 18px;
  background: rgba(30, 22, 20, .5);
}

.grc-picker {
  width: min(650px, 100%);
  max-height: min(760px, 92svh);
  display: grid;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  gap: 12px;
  padding: clamp(18px, 4vw, 26px);
  border: 3px solid var(--grc-red);
  border-radius: 8px;
  overflow: hidden;
  background: #fffdf8;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .25);
}

.grc-picker__head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.grc-picker__head h2 {
  margin: 0;
  color: var(--grc-red);
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0;
}

.grc-picker__close {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid var(--grc-red);
  border-radius: 50%;
  background: #fff;
  color: var(--grc-red);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.grc-picker__input {
  width: min(220px, 100%);
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid #d9c7ad;
  border-radius: 7px;
  font: inherit;
  font-size: 16px;
}

.grc-candidate-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow: auto;
  padding: 1px 2px 3px;
}

.grc-candidate-grid.no-thumbs .grc-candidate {
  grid-template-columns: 1fr;
  min-height: 58px;
}

.grc-candidate {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 70px;
  width: 100%;
  padding: 8px;
  border: 1px solid #dfe5ec;
  border-radius: 7px;
  background: #fff;
  color: var(--grc-ink);
  text-align: left;
  cursor: pointer;
}

.grc-candidate:hover,
.grc-candidate:focus-visible {
  border-color: var(--grc-red);
  background: #fff7ef;
}

.grc-candidates.is-processing .grc-candidate {
  pointer-events: none;
}

.grc-candidates.is-processing .grc-candidate:not(.is-selected) {
  opacity: .42;
  cursor: not-allowed;
  filter: grayscale(.2);
}

.grc-candidate.is-selected,
.grc-candidate.is-processing {
  border-color: var(--grc-red);
  background: #fff1f2;
  box-shadow: 0 0 0 3px rgba(207, 37, 46, .15);
  cursor: wait;
}

.grc-candidate[disabled] {
  opacity: 1;
}

.grc-candidates.is-processing .grc-picker__close,
.grc-candidates.is-processing .grc-picker__input,
.grc-candidates.is-processing .grc-page {
  cursor: wait;
  opacity: .58;
}

.grc-picker__processing {
  margin: 2px 0 0;
  color: #c01822;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
}

.grc-candidate__thumb {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #f5f5f5;
}

.grc-candidate__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.grc-candidate__thumb span {
  color: #888;
  font-size: 10px;
  text-align: center;
  line-height: 1.25;
}

.grc-candidate__text {
  min-width: 0;
  display: grid;
  gap: 2px;
}

.grc-candidate__title {
  font-weight: 800;
  line-height: 1.25;
}

.grc-candidate__title em {
  font-style: normal;
  white-space: nowrap;
}

.grc-candidate__meta {
  color: var(--grc-muted);
  font-size: 12px;
  line-height: 1.25;
}

.grc-pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 2px;
}

.grc-page {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--grc-red);
  border-radius: 50%;
  background: #fff;
  color: var(--grc-red);
  font-weight: 800;
  cursor: pointer;
}

.grc-page.is-active {
  background: var(--grc-red);
  color: #fff;
}

.grc-empty {
  margin: 0;
  padding: 14px;
}

.grc-result {
  margin-top: 24px;
}

.grc-card {
  padding: clamp(18px, 4vw, 28px);
  border: 2px solid var(--grc-red);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,249,238,.94));
  overflow: hidden;
  position: relative;
}

.grc-card > * {
  position: relative;
  z-index: 3;
}

.grc-card-style-gold {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 224, 0.82) 26%, rgba(255, 221, 95, 0.9) 52%, rgba(190, 124, 18, 0.92) 100%),
    linear-gradient(180deg, #fff8cf 0%, #f7c441 48%, #b76c12 100%) !important;
  border-color: #a96a0b !important;
  box-shadow: 0 0 0 4px rgba(255, 252, 222, 0.92) inset, 0 7px 0 rgba(125, 74, 8, 0.28), 0 0.85rem 1.65rem rgba(141, 80, 6, 0.2) !important;
}

.grc-card-style-silver {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 250, 0.9) 28%, rgba(206, 218, 228, 0.92) 56%, rgba(120, 142, 158, 0.92) 100%),
    linear-gradient(180deg, #ffffff 0%, #d9e2ea 48%, #8193a3 100%) !important;
  border-color: #7d8b96 !important;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.92) inset, 0 7px 0 rgba(80, 93, 104, 0.28), 0 0.85rem 1.65rem rgba(74, 90, 105, 0.2) !important;
}

.grc-card-style-gold::before,
.grc-card-style-silver::before {
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.42), transparent 34%, rgba(255, 255, 255, 0.24) 58%, transparent 76%) !important;
  content: "" !important;
  inset: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 1 !important;
}

.grc-card-style-gold::after,
.grc-card-style-silver::after {
  animation: grc-card-shine 2.8s ease-in-out infinite !important;
  background: linear-gradient(105deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.2) 44%, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.22) 56%, transparent 62%, transparent 100%) !important;
  background-size: 260% 100% !important;
  content: "" !important;
  inset: 0 !important;
  opacity: 0;
  pointer-events: none !important;
  position: absolute !important;
  z-index: 2 !important;
}

.grc-card-style-gold .grc-score__number,
.grc-card-style-gold .grc-level-line strong {
  color: #6e3600 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.grc-card-style-silver .grc-score__number,
.grc-card-style-silver .grc-level-line strong {
  color: #263747 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.82) !important;
}

.grc-card.grc-capture-static {
  animation: none !important;
  aspect-ratio: auto !important;
  filter: none !important;
  height: auto !important;
  min-height: 0 !important;
  overflow: hidden !important;
  transform: none !important;
}

.grc-card.grc-capture-static::before,
.grc-card.grc-capture-static::after {
  animation: none !important;
  background: none !important;
  content: none !important;
  display: none !important;
  opacity: 0 !important;
  transform: none !important;
}

.grc-card.grc-capture-static > * {
  position: static !important;
  z-index: auto !important;
}

@keyframes grc-card-shine {
  0%, 42% {
    background-position: -180% 0;
    opacity: 0;
  }

  52% {
    opacity: 0.95;
  }

  78%, 100% {
    background-position: 180% 0;
    opacity: 0;
  }
}

.grc-card__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(14px, 3vw, 22px);
  align-items: center;
  justify-items: center;
}

.grc-image {
  display: grid;
  gap: 8px;
  margin: 0;
  width: min(320px, 100%);
  justify-self: center;
}

.grc-image img {
  display: block;
  width: 100%;
  max-height: 300px;
  object-fit: contain;
  border: 1px solid var(--grc-line);
  border-radius: 8px;
  background: #fff;
}

.grc-image figcaption,
.grc-image--empty {
  color: var(--grc-muted);
  font-size: 12px;
  text-align: center;
}

.grc-image--empty {
  min-height: 120px;
  display: grid;
  place-items: center;
  border: 1px dashed #d8bf99;
  border-radius: 8px;
  background: #fffaf2;
  font-weight: 800;
}

.grc-score {
  text-align: center;
  width: 100%;
  max-width: 620px;
}

.grc-result-intro {
  margin: 0 0 8px;
  color: var(--grc-muted);
  font-size: 14px;
  font-weight: 800;
}

.grc-score__number {
  color: var(--grc-deep-red);
  font-size: clamp(64px, 13vw, 112px);
  font-weight: 900;
  line-height: .96;
  overflow-wrap: anywhere;
  word-break: keep-all;
}

.grc-score__number span {
  color: var(--grc-ink);
  font-size: clamp(18px, 3vw, 28px);
  font-weight: 700;
}

.grc-score__number--empty {
  font-size: clamp(28px, 6vw, 46px);
  line-height: 1.25;
  padding: 8px 0;
}

.grc-score__number--rank {
  font-size: clamp(50px, 10vw, 92px);
  line-height: 1.08;
  overflow-wrap: normal;
  word-break: keep-all;
}

.grc-level-line {
  margin: 24px 0 0;
  padding: 16px 0;
  border-top: 1px solid var(--grc-line);
  border-bottom: 1px solid var(--grc-line);
  font-size: 18px;
  font-weight: 800;
}

.grc-level-line strong {
  color: var(--grc-deep-red);
  font-size: 1.5em;
}

.grc-rank-comment {
  max-width: 620px;
  margin: 18px auto 0;
  color: var(--grc-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.8;
  text-align: center;
}

.grc-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: var(--grc-stats-gap-pc, 28px);
}

.grc-stat {
  min-height: 74px;
  display: grid;
  align-content: center;
  padding: 10px 14px;
  border: 1px solid var(--grc-line);
  border-radius: 6px;
  background: #fff;
}

.grc-stat span {
  color: var(--grc-muted);
  font-size: 12px;
  font-weight: 800;
}

.grc-stat strong {
  display: block;
  color: var(--grc-ink);
  font-size: 18px;
  line-height: 1.38;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.grc-data-scope,
.grc-recent-notice,
.grc-note,
.grc-source {
  margin: 18px auto 0;
  color: var(--grc-muted);
  font-size: 12px;
  line-height: 1.8;
  text-align: center;
}

.grc-data-scope {
  margin-top: var(--grc-data-scope-gap-pc, 28px);
  font-size: 13px;
  font-weight: 700;
}

.grc-recent-notice {
  margin-top: var(--grc-recent-notice-gap-pc, 20px);
  font-size: 14px;
  font-weight: 900;
}

.grc-recent-notice--red {
  color: #c01822;
}

.grc-recent-notice--black {
  color: var(--grc-ink);
}

.grc-note {
  margin-top: var(--grc-note-gap-pc, 38px);
  color: var(--grc-ink);
  font-size: 14px;
  font-weight: 800;
}

.grc-source {
  margin-top: var(--grc-source-gap-pc, 18px);
}

.grc-info-outside {
  width: 100%;
  margin: 0 auto;
  padding: 0 4px;
}

.grc-share-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--grc-share-button-gap-pc, 14px);
  margin: var(--grc-share-actions-gap-pc, 20px) 0 0;
}

.grc-share-actions--single {
  grid-template-columns: 1fr;
}

.grc-share-button {
  min-height: 50px;
  display: inline-grid;
  place-items: center;
  padding: 10px 16px;
  border-radius: 6px;
  background: #fff;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.grc-save {
  border: 1px solid #126b43;
  color: #126b43;
}

.grc-post {
  border: 1px solid #121212;
  background: #121212;
  color: #fff;
}

.grc-share-note {
  margin: var(--grc-share-note-gap-pc, 12px) 0 0;
  color: var(--grc-muted);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.grc-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 22px auto 0;
}

.grc-footer-links[hidden] {
  display: none !important;
}

.grc-footer-link {
  min-height: 44px;
  display: inline-grid;
  place-items: center;
  padding: 8px 18px;
  border: 1px solid var(--grc-line);
  border-radius: 6px;
  background: #fff;
  color: var(--grc-ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.grc-footer-link:hover,
.grc-footer-link:focus-visible {
  border-color: var(--grc-red);
  color: var(--grc-deep-red);
}

@media (max-width: 640px) {
  .grc-shell {
    align-items: center;
    place-items: center;
    padding: 18px 10px;
  }

  .grc-panel {
    padding: 20px 14px;
  }

  .grc-search-row {
    grid-template-columns: 1fr;
  }

  .grc-card__main {
    grid-template-columns: 1fr;
  }

  .grc-image {
    max-width: 220px;
    margin-inline: auto;
  }

  .grc-stats {
    grid-template-columns: 1fr;
  }

  .grc-mobile-stats-grid2 .grc-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .grc-mobile-stats-grid2 .grc-stat {
    min-height: 76px;
    padding: 8px 10px;
  }

  .grc-mobile-stats-grid2 .grc-stat span {
    font-size: 11px;
  }

  .grc-mobile-stats-grid2 .grc-stat strong {
    font-size: clamp(13px, 4.2vw, 17px);
    line-height: 1.32;
  }

  .grc-share-actions {
    grid-template-columns: 1fr;
  }

  .grc-score__number--rank {
    font-size: clamp(46px, 18vw, 72px);
  }

  .grc-candidates {
    padding: 10px;
  }

  .grc-picker {
    max-height: 94svh;
    padding: 16px 12px;
  }

  .grc-candidate-grid {
    grid-template-columns: 1fr;
  }
}

/* Theme isolation layer: keep the checker stable inside opinionated WordPress themes. */
html body.grc-standalone-body {
  margin: 0 !important;
  padding: 0 !important;
  min-width: 320px !important;
  overflow-x: hidden !important;
  background: #fff8ed !important;
}

html body .grc-shell.grc-shell {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  z-index: 1 !important;
  isolation: isolate !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-height: 100svh !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: clamp(24px, 5vw, 72px) 16px !important;
  display: grid !important;
  place-items: center !important;
  overflow-x: clip !important;
  color: var(--grc-ink) !important;
  background:
    radial-gradient(circle at center, rgba(255, 246, 226, .88), rgba(255, 248, 237, .96) 54%, rgba(255, 244, 229, 1) 100%) !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  letter-spacing: 0 !important;
  text-align: initial !important;
}

html body .grc-shell.grc-shell,
html body .grc-shell.grc-shell *,
html body .grc-shell.grc-shell *::before,
html body .grc-shell.grc-shell *::after {
  box-sizing: border-box !important;
  letter-spacing: 0 !important;
}

html body .grc-shell.grc-shell :where(h1, h2, h3, p, figure, figcaption, label, button, input, div, span, strong, em) {
  max-width: none !important;
  margin-block-start: 0;
  margin-block-end: 0;
  text-transform: none !important;
  text-decoration: none !important;
}

html body .grc-shell.grc-shell :where(button, input) {
  min-width: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

html body .grc-shell.grc-shell :where(button) {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: grid !important;
  place-items: center !important;
  text-align: center !important;
}

html body .grc-shell.grc-shell img {
  max-width: 100% !important;
  height: auto;
  border: 0;
  box-shadow: none !important;
}

html body .grc-shell.grc-shell .grc-panel {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin: 0 auto !important;
}

html body .grc-shell.grc-shell .grc-title,
html body .grc-shell.grc-shell .grc-picker__head h2 {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

html body .grc-shell.grc-shell .grc-input,
html body .grc-shell.grc-shell .grc-picker__input {
  background: #fff !important;
  color: var(--grc-ink) !important;
}

html body .grc-shell.grc-shell .grc-button {
  min-height: 52px !important;
  border-color: var(--grc-red) !important;
  background: var(--grc-red) !important;
  color: #fff !important;
  font-weight: 800 !important;
}

html body .grc-shell.grc-shell .grc-candidate {
  border: 1px solid #dfe5ec !important;
  background: #fff !important;
  color: var(--grc-ink) !important;
  text-align: left !important;
}

html body .grc-shell.grc-shell .grc-candidate:hover,
html body .grc-shell.grc-shell .grc-candidate:focus-visible {
  border-color: var(--grc-red) !important;
  background: #fff7ef !important;
}

html body .grc-shell.grc-shell .grc-candidates.is-processing .grc-candidate {
  pointer-events: none !important;
}

html body .grc-shell.grc-shell .grc-candidates.is-processing .grc-candidate:not(.is-selected) {
  opacity: .42 !important;
  cursor: not-allowed !important;
  filter: grayscale(.2) !important;
}

html body .grc-shell.grc-shell .grc-candidate.is-selected,
html body .grc-shell.grc-shell .grc-candidate.is-processing {
  border-color: var(--grc-red) !important;
  background: #fff1f2 !important;
  box-shadow: 0 0 0 3px rgba(207, 37, 46, .15) !important;
  cursor: wait !important;
}

html body .grc-shell.grc-shell .grc-candidates.is-processing .grc-picker__close,
html body .grc-shell.grc-shell .grc-candidates.is-processing .grc-picker__input,
html body .grc-shell.grc-shell .grc-candidates.is-processing .grc-page {
  cursor: wait !important;
  opacity: .58 !important;
}

html body .grc-shell.grc-shell .grc-picker__processing {
  margin: 2px 0 0 !important;
  color: #c01822 !important;
  font-size: 15px !important;
  font-weight: 900 !important;
  line-height: 1.6 !important;
  text-align: center !important;
}

html body .grc-shell.grc-shell .grc-candidates {
  position: fixed !important;
  inset: 0 !important;
  z-index: 999999 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 !important;
}

html body .grc-shell.grc-shell .grc-picker {
  width: min(650px, 100%) !important;
  max-width: 650px !important;
}

html body .grc-shell.grc-shell .grc-picker__close {
  width: 40px !important;
  height: 40px !important;
  border: 2px solid var(--grc-red) !important;
  border-radius: 50% !important;
  background: #fff !important;
  color: var(--grc-red) !important;
  font-size: 28px !important;
  line-height: 1 !important;
}

html body .grc-shell.grc-shell .grc-card {
  width: 100% !important;
  margin: 0 !important;
  border: 2px solid var(--grc-red) !important;
}

html body .grc-shell.grc-shell .grc-data-scope {
  margin-top: var(--grc-data-scope-gap-pc, 28px) !important;
}

html body .grc-shell.grc-shell .grc-recent-notice {
  margin-top: var(--grc-recent-notice-gap-pc, 20px) !important;
}

html body .grc-shell.grc-shell .grc-note {
  margin-top: var(--grc-note-gap-pc, 38px) !important;
}

html body .grc-shell.grc-shell .grc-stats {
  margin-top: var(--grc-stats-gap-pc, 28px) !important;
}

html body .grc-shell.grc-shell .grc-source {
  margin-top: var(--grc-source-gap-pc, 18px) !important;
}

html body .grc-shell.grc-shell .grc-share-actions {
  gap: var(--grc-share-button-gap-pc, 14px) !important;
  margin-top: var(--grc-share-actions-gap-pc, 20px) !important;
}

html body .grc-shell.grc-shell .grc-share-note {
  margin-top: var(--grc-share-note-gap-pc, 12px) !important;
}

html body .grc-shell.grc-shell .grc-page {
  background: #fff !important;
  color: var(--grc-red) !important;
}

html body .grc-shell.grc-shell .grc-page.is-active {
  background: var(--grc-red) !important;
  color: #fff !important;
}

@media (max-width: 1024px) and (min-width: 641px) {
  .grc-data-scope,
  html body .grc-shell.grc-shell .grc-data-scope {
    margin-top: var(--grc-data-scope-gap-tablet, 26px) !important;
  }

  .grc-recent-notice,
  html body .grc-shell.grc-shell .grc-recent-notice {
    margin-top: var(--grc-recent-notice-gap-tablet, 18px) !important;
  }

  .grc-note,
  html body .grc-shell.grc-shell .grc-note {
    margin-top: var(--grc-note-gap-tablet, 34px) !important;
  }

  .grc-stats,
  html body .grc-shell.grc-shell .grc-stats {
    margin-top: var(--grc-stats-gap-tablet, 26px) !important;
  }

  .grc-source,
  html body .grc-shell.grc-shell .grc-source {
    margin-top: var(--grc-source-gap-tablet, 18px) !important;
  }

  .grc-share-actions,
  html body .grc-shell.grc-shell .grc-share-actions {
    gap: var(--grc-share-button-gap-tablet, 12px) !important;
    margin-top: var(--grc-share-actions-gap-tablet, 18px) !important;
  }

  .grc-share-note,
  html body .grc-shell.grc-shell .grc-share-note {
    margin-top: var(--grc-share-note-gap-tablet, 12px) !important;
  }
}

@media (max-width: 640px) {
  html body .grc-shell.grc-shell {
    align-items: center !important;
    place-items: center !important;
    padding: 18px 10px !important;
  }

  .grc-data-scope,
  html body .grc-shell.grc-shell .grc-data-scope {
    margin-top: var(--grc-data-scope-gap-mobile, 24px) !important;
  }

  .grc-recent-notice,
  html body .grc-shell.grc-shell .grc-recent-notice {
    margin-top: var(--grc-recent-notice-gap-mobile, 16px) !important;
  }

  .grc-note,
  html body .grc-shell.grc-shell .grc-note {
    margin-top: var(--grc-note-gap-mobile, 30px) !important;
  }

  .grc-stats,
  html body .grc-shell.grc-shell .grc-stats {
    margin-top: var(--grc-stats-gap-mobile, 24px) !important;
  }

  .grc-source,
  html body .grc-shell.grc-shell .grc-source {
    margin-top: var(--grc-source-gap-mobile, 16px) !important;
  }

  .grc-share-actions,
  html body .grc-shell.grc-shell .grc-share-actions {
    gap: var(--grc-share-button-gap-mobile, 12px) !important;
    margin-top: var(--grc-share-actions-gap-mobile, 16px) !important;
  }

  .grc-share-note,
  html body .grc-shell.grc-shell .grc-share-note {
    margin-top: var(--grc-share-note-gap-mobile, 10px) !important;
  }
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-search {
  margin-top: 4px !important;
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-label {
  margin-bottom: 12px !important;
  font-size: 15px !important;
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-search-row {
  gap: 14px !important;
  align-items: stretch !important;
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-input {
  min-height: 58px !important;
  padding-inline: 20px !important;
  border-width: 2px !important;
  font-size: 17px !important;
  line-height: 1.45 !important;
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-button {
  min-height: 58px !important;
  padding-inline: 28px !important;
}

html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-help {
  margin-top: 14px !important;
  line-height: 1.8 !important;
}

@media (max-width: 640px) {
  html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-search-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-input,
  html body .grc-shell.grc-shell.grc-search-layout-pattern2 .grc-button {
    min-height: 58px !important;
  }
}

html body .grc-shell.grc-shell .grc-card.grc-card-style-gold {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 250, 224, 0.82) 26%, rgba(255, 221, 95, 0.9) 52%, rgba(190, 124, 18, 0.92) 100%),
    linear-gradient(180deg, #fff8cf 0%, #f7c441 48%, #b76c12 100%) !important;
  border-color: #a96a0b !important;
}

html body .grc-shell.grc-shell .grc-card.grc-card-style-silver {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(241, 246, 250, 0.9) 28%, rgba(206, 218, 228, 0.92) 56%, rgba(120, 142, 158, 0.92) 100%),
    linear-gradient(180deg, #ffffff 0%, #d9e2ea 48%, #8193a3 100%) !important;
  border-color: #7d8b96 !important;
}

html body .grc-shell.grc-shell .grc-share-button {
  min-height: 50px !important;
  display: inline-grid !important;
  place-items: center !important;
  line-height: 1.2 !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  html body .grc-shell.grc-shell.grc-mobile-stats-grid2 .grc-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
