/* =========================================================
   GiftCardsRate Article Common CSS
   File: /assets/css/gcr-article.css
   Version: 20260623-07

   统一用法：
   <div class="gcr-article">
     ...正文模块...
   </div>

   说明：
   1. 所有金额页面统一只使用 .gcr-article 外层。
   2. 50 / 100 / 200 / 500 美元页面不再写不同 class。
   3. PHP 会给命中的页面加 body class：.gcr-article-page。
   4. 旧页面即使暂时没加外层，也会尽量兼容 gcr100-* 模块。
   ========================================================= */

/* =========================================================
   Direct article H2 / H3 beautify
   只影响正文直属标题，不影响 gcr-article 模块内部标题
   ========================================================= */
body.gcr-article-page .inside-article .entry-content > h2:not(.gcr-no-title-style){
  position:relative;
  margin:42px 0 18px;
  padding:0 0 12px 18px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:30px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:0;
  color:#111827;
  border-bottom:1px solid #e5e7eb;
}

body.gcr-article-page .inside-article .entry-content > h2:not(.gcr-no-title-style)::before{
  content:"";
  position:absolute;
  left:0;
  top:4px;
  width:5px;
  height:32px;
  border-radius:999px;
  background:linear-gradient(180deg,#2563eb,#22c55e);
}

body.gcr-article-page .inside-article .entry-content > h3:not(.gcr-no-title-style){
  position:relative;
  margin:28px 0 14px;
  padding:12px 16px;
  font-family:Arial,Helvetica,sans-serif;
  font-size:22px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:0;
  color:#1f2937;
  background:#f8fafc;
  border-left:4px solid #2563eb;
  border-radius:10px;
}

body.gcr-article-page .inside-article .entry-content > h2:not(.gcr-no-title-style) + p,
body.gcr-article-page .inside-article .entry-content > h3:not(.gcr-no-title-style) + p{
  margin-top:10px;
}

/* =========================================================
   Variables / base
   ========================================================= */
:where(.gcr-article,body.gcr-article-page .entry-content){
  --gcr-blue:#2370dc;
  --gcr-blue-dark:#174ea6;
  --gcr-text:#101828;
  --gcr-text-2:#1d2939;
  --gcr-muted:#667085;
  --gcr-border:#e6ebf2;
  --gcr-soft:#f8fafc;
  --gcr-soft-blue:#eef5ff;
  --gcr-green:#067647;
  --gcr-red:#b42318;
  --gcr-yellow:#fffbeb;
  width:100%;
  max-width:100%;
  color:var(--gcr-text);
  font-family:"Segoe UI",Inter,Roboto,"Helvetica Neue",Arial,sans-serif;
  font-synthesis-weight:none;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.gcr-article{
  width:100%;
  max-width:100%;
  margin-inline:0;
}

:where(.gcr-article,body.gcr-article-page .entry-content) *{
  box-sizing:border-box;
  letter-spacing:0;
}

.gcr-article,
.gcr-article *{
  font-family:"Segoe UI",Inter,Roboto,"Helvetica Neue",Arial,sans-serif !important;
}

:where(.gcr-article,body.gcr-article-page .entry-content) p{
  color:#344054;
  font-size:16px;
  line-height:1.65;
  margin:0 0 12px;
}

:where(.gcr-article,body.gcr-article-page .entry-content) p:last-child{
  margin-bottom:0;
}

:where(.gcr-article,body.gcr-article-page .entry-content) a{
  color:var(--gcr-blue);
  text-decoration:none;
}

:where(.gcr-article,body.gcr-article-page .entry-content) a:hover{
  color:var(--gcr-blue-dark);
}

/* =========================================================
   Main blocks
   ========================================================= */
.gcr100-hero,
.gcr100-section{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:18px;
  box-shadow:0 6px 18px rgba(16,24,40,.035);
}

.gcr100-hero{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
  align-items:stretch;
  background:linear-gradient(135deg,#f7fbff 0%,#eef5ff 56%,#fff 100%);
  padding:24px;
  margin:0 0 14px;
}

.gcr100-section{
  padding:22px 24px;
  margin:14px 0;
}

.gcr100-section-soft{
  background:linear-gradient(135deg,#fff 0%,#f9fbff 100%);
}

/* =========================================================
   Module titles
   ========================================================= */
.gcr100-eyebrow,
.gcr100-section-title span{
  display:inline-flex;
  align-items:center;
  width:auto;
  color:#153e75;
  background:#eef5ff;
  border:1px solid #cfe2ff;
  border-radius:999px;
  padding:5px 10px;
  font-size:12px;
  line-height:1;
  font-weight:800;
  margin:0 0 10px;
}

.gcr100-section-title{
  margin:0 0 12px;
}

.gcr100-section-title h2,
.gcr-article .gcr100-section-title h2,
body.gcr-article-page .entry-content .gcr100-section-title h2{
  position:relative !important;
  display:block !important;
  color:var(--gcr-text) !important;
  background:transparent !important;
  border:0 !important;
  border-bottom:1px solid var(--gcr-border) !important;
  padding:0 0 9px 12px !important;
  margin:0 !important;
  font-family:inherit !important;
  font-size:24px !important;
  line-height:1.24 !important;
  font-weight:750 !important;
  letter-spacing:0 !important;
}

.gcr100-section-title h2::before,
.gcr-article .gcr100-section-title h2::before,
body.gcr-article-page .entry-content .gcr100-section-title h2::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:.2em !important;
  width:4px !important;
  height:.95em !important;
  display:block !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#2563eb,#22c55e) !important;
}

.gcr100-main-title{
  color:var(--gcr-text);
  font-size:38px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:0;
  max-width:760px;
  margin:0 0 12px;
}

/* =========================================================
   Hero answer boxes
   ========================================================= */
.gcr100-answer{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  align-items:stretch;
  margin:18px 0 12px;
}

.gcr100-answer-box{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  min-height:82px;
  padding:14px 16px;
  box-shadow:0 4px 14px rgba(16,24,40,.03);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.gcr100-answer-box span{
  display:block;
  color:var(--gcr-muted);
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 5px;
}

.gcr100-answer-box strong{
  display:block;
  color:var(--gcr-text);
  font-size:18px;
  line-height:1.22;
  font-weight:750;
  overflow-wrap:anywhere;
}

/* =========================================================
   Buttons
   ========================================================= */
.gcr100-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
}

.gcr100-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:9px 14px;
  border-radius:12px;
  border:1px solid var(--gcr-border);
  background:#fff;
  color:var(--gcr-text);
  font-size:14px;
  line-height:1.2;
  font-weight:750;
  box-shadow:0 4px 14px rgba(16,24,40,.035);
}

.gcr100-hero-btn:hover{
  color:var(--gcr-blue);
  border-color:#bfd7ff;
}

.gcr100-hero-actions .gcr100-hero-btn-primary,
.gcr-article .gcr100-hero-actions .gcr100-hero-btn-primary,
body.gcr-article-page .entry-content .gcr100-hero-actions .gcr100-hero-btn-primary{
  background:#155eef !important;
  border-color:#155eef !important;
  color:#fff !important;
  box-shadow:0 8px 18px rgba(21,94,239,.18) !important;
  opacity:1 !important;
  text-shadow:none !important;
}

.gcr100-hero-actions .gcr100-hero-btn-primary:hover,
.gcr-article .gcr100-hero-actions .gcr100-hero-btn-primary:hover,
body.gcr-article-page .entry-content .gcr100-hero-actions .gcr100-hero-btn-primary:hover{
  background:#174ea6 !important;
  border-color:#174ea6 !important;
  color:#fff !important;
}

/* =========================================================
   Hero visual card
   ========================================================= */
.gcr100-visual{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:16px;
  padding:14px;
  box-shadow:0 6px 18px rgba(16,24,40,.045);
  display:grid;
  grid-template-columns:minmax(180px,.85fr) minmax(230px,1fr) minmax(250px,1.05fr);
  align-items:center;
  gap:12px;
  min-height:0;
  align-self:stretch;
}

.gcr100-card-top{
  display:flex;
  align-items:center;
  gap:10px;
}

.gcr100-card-top img{
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:12px;
}

.gcr100-card-top strong{
  display:block;
  color:var(--gcr-text);
  font-size:16px;
  line-height:1.28;
  font-weight:750;
}

.gcr100-card-top span{
  display:block;
  color:var(--gcr-muted);
  font-size:13px;
  line-height:1.35;
  margin-top:3px;
}

.gcr100-big-price{
  background:linear-gradient(135deg,#101828,#1d2939);
  color:#fff;
  border-radius:14px;
  padding:16px 18px;
  margin-top:0;
}

.gcr100-big-price span{
  display:block;
  color:#d0d5dd;
  font-size:12px;
  font-weight:800;
  margin:0 0 6px;
}

.gcr100-big-price strong{
  display:block;
  color:#fff;
  font-size:28px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:0;
}

.gcr100-mini-note{
  background:var(--gcr-yellow);
  border:1px solid #fde68a;
  color:#7c2d12;
  border-radius:13px;
  padding:12px 14px;
  font-size:13px;
  line-height:1.45;
  margin-top:0;
}

/* =========================================================
   Trust bar
   ========================================================= */
.gcr100-trust-bar{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
  margin:14px 0;
}

.gcr100-trust-item{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  padding:13px 14px;
  box-shadow:0 4px 12px rgba(16,24,40,.025);
}

.gcr100-trust-item span{
  display:block;
  color:var(--gcr-muted);
  font-size:12px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 4px;
}

.gcr100-trust-item strong{
  display:block;
  color:var(--gcr-text);
  font-size:14px;
  line-height:1.35;
  font-weight:750;
}

/* =========================================================
   Amount value shortcode
   ========================================================= */
.gcr100-current-wrap{
  display:grid;
  gap:10px;
}

.gcr100-current-main,
.gcr-av-wrap{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  padding:12px;
}

.gcr-av-wrap{
  border-radius:16px;
  margin:10px 0 0;
  box-shadow:0 4px 14px rgba(16,24,40,.03);
}

.gcr-av-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  margin:0 0 10px;
}

.gcr-av-kicker{
  display:inline-flex;
  padding:5px 9px;
  border-radius:999px;
  background:#ecfdf5;
  color:var(--gcr-green);
  font-size:12px;
  line-height:1;
  font-weight:800;
  margin:0 0 7px;
}

.gcr-av-title{
  color:var(--gcr-text);
  font-size:19px;
  line-height:1.25;
  font-weight:750;
  letter-spacing:0;
}

.gcr-av-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:9px;
}

.gcr-av-grid.is-single{
  grid-template-columns:1fr;
}

.gcr-av-card{
  background:#f8fafc;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  padding:12px;
}

.gcr-av-label{
  color:var(--gcr-muted);
  font-size:13px;
  line-height:1.35;
  font-weight:800;
  margin:0 0 5px;
}

.gcr-av-amount{
  color:var(--gcr-text);
  font-size:28px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:0;
}

.gcr-av-meta{
  color:var(--gcr-muted);
  font-size:13px;
  line-height:1.45;
  margin-top:6px;
}

.gcr-av-note{
  background:#fffbeb;
  border:1px solid #fde68a;
  color:#7c2d12;
  border-radius:12px;
  padding:10px 11px;
  margin-top:10px;
  font-size:14px;
  line-height:1.5;
}

.gcr-av-error{
  background:#fff1f2;
  border:1px solid #fecdd3;
  color:#9f1239;
  border-radius:12px;
  padding:10px 11px;
  margin:10px 0;
}

/* =========================================================
   Notes
   ========================================================= */
.gcr100-note{
  background:#f8fafc;
  border:1px solid var(--gcr-border);
  border-left:4px solid var(--gcr-blue);
  border-radius:12px;
  padding:11px 12px;
  margin:12px 0;
  color:#344054;
  font-size:15px;
  line-height:1.58;
}

.gcr100-side-note{
  background:#fffbeb;
  border:1px solid #fde68a;
  border-radius:14px;
  padding:13px;
  margin:12px 0 16px;
  color:#7c2d12;
}

.gcr100-side-note strong{
  display:block;
  color:#7c2d12;
  font-size:15px;
  line-height:1.35;
  font-weight:750;
  margin:0 0 6px;
}

.gcr100-side-note p{
  color:#7c2d12;
}

/* =========================================================
   Cards / compare / links
   ========================================================= */
.gcr100-use-list,
.gcr100-compare-grid,
.gcr100-link-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin-top:12px;
}

.gcr100-use-item,
.gcr100-compare-card,
.gcr100-link-card{
  background:#f8fafc;
  border:1px solid transparent;
  border-radius:14px;
  padding:13px;
  min-height:0;
  box-shadow:none;
}

.gcr100-link-card{
  display:block;
  color:inherit;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease;
}

.gcr100-link-card:hover{
  transform:translateY(-2px);
  background:#fff;
  border-color:#bfd7ff;
  box-shadow:0 8px 18px rgba(16,24,40,.06);
}

.gcr100-use-item strong,
.gcr100-compare-card strong,
.gcr100-link-card strong{
  display:block;
  color:#1d2939;
  font-size:15px;
  line-height:1.36;
  font-weight:750;
  margin:0 0 6px;
}

.gcr100-use-item h3,
.gcr100-compare-card h3,
body.gcr-article-page .entry-content .gcr100-use-item h3,
body.gcr-article-page .entry-content .gcr100-compare-card h3{
  position:static !important;
  margin:0 0 6px !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  border-radius:0 !important;
  font-family:inherit !important;
  font-size:15px !important;
  line-height:1.36 !important;
  font-weight:750 !important;
  color:#1d2939 !important;
}

.gcr100-use-item h3::before,
.gcr100-compare-card h3::before,
body.gcr-article-page .entry-content .gcr100-use-item h3::before,
body.gcr-article-page .entry-content .gcr100-compare-card h3::before{
  display:none !important;
  content:none !important;
}

.gcr100-use-item p,
.gcr100-compare-card p,
.gcr100-link-card p{
  font-size:14px;
  line-height:1.55;
  margin:0;
}

/* =========================================================
   Formula
   ========================================================= */
.gcr100-shortcode-box{
  margin-top:12px;
}

.gcr100-formula{
  background:#101828;
  color:#fff;
  border-radius:14px;
  padding:13px;
  margin:12px 0;
  font-size:14px;
  line-height:1.58;
  font-weight:800;
  overflow-x:auto;
}

/* =========================================================
   History
   ========================================================= */
.gcr100-history-stack{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
  margin-top:12px;
}

.gcr100-history-card{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  padding:13px;
  overflow:hidden;
}

.gcr100-history-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin:0 0 10px;
  min-height:auto;
}

.gcr100-history-card-head h3,
body.gcr-article-page .entry-content .gcr100-history-card-head h3{
  display:inline-flex !important;
  align-items:center !important;
  color:var(--gcr-text) !important;
  background:#f8fafc !important;
  border:0 !important;
  border-left:4px solid var(--gcr-blue) !important;
  border-radius:10px !important;
  padding:9px 12px !important;
  font-size:17px !important;
  line-height:1.25 !important;
  font-weight:750 !important;
  margin:0 !important;
  font-family:inherit !important;
}

.gcr100-history-card-head h3::before,
body.gcr-article-page .entry-content .gcr100-history-card-head h3::before{
  display:none !important;
  content:none !important;
}

.gcr100-history-card-head span{
  color:#344054;
  font-size:13px;
  line-height:1.35;
  white-space:nowrap;
}

.gcr100-history-card .gcr-table-wrap{
  margin-top:8px;
}

/* =========================================================
   Tables
   ========================================================= */
.gcr-table-wrap{
  width:100%;
  max-width:100%;
  overflow-x:auto;
  margin:10px 0;
  border-radius:14px;
  border:1px solid var(--gcr-border);
  background:#fff;
}

.gcr-table-wrap table{
  width:100%;
  min-width:640px;
  margin:0;
}

.gcr100-table,
.gcr-simple-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
  border:0;
  border-radius:14px;
  overflow:hidden;
  margin:0;
}

.gcr100-table th,
.gcr100-table td,
.gcr-simple-table th,
.gcr-simple-table td{
  padding:10px 11px;
  border-bottom:1px solid var(--gcr-border);
  vertical-align:middle;
  text-align:left;
  font-size:13px;
  line-height:1.42;
}

.gcr100-table th,
.gcr-simple-table th{
  background:#f8fafc;
  color:#344054;
  font-weight:750;
  white-space:nowrap;
}

.gcr100-table tr:last-child td,
.gcr-simple-table tr:last-child td{
  border-bottom:0;
}

.gcr-simple-table img{
  width:24px;
  height:24px;
  object-fit:contain;
  vertical-align:middle;
  margin-right:5px;
}

.gcr-simple-table .col-est,
.gcr-simple-table .col-rate,
.gcr-simple-table .col-change,
.gcr-simple-table .col-changepct{
  font-weight:800;
  color:var(--gcr-text);
}

/* =========================================================
   Price status
   ========================================================= */
.price-up,
.up{
  color:var(--gcr-green);
  font-weight:750;
}

.price-down,
.down{
  color:var(--gcr-red);
  font-weight:750;
}

.flat{
  color:#667085;
  font-weight:750;
}

.ngn{
  color:inherit;
}

.cardtype-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  padding:5px 9px;
  background:#eef5ff;
  color:var(--gcr-blue-dark);
  font-size:12px;
  line-height:1;
  font-weight:800;
  white-space:nowrap;
}

.cardtype-ecode{
  background:#ecfdf5;
  color:var(--gcr-green);
}

/* =========================================================
   Chart
   ========================================================= */
.gcr-db-chart-wrap,
.gcr-db-chart-box{
  background:#fff;
  border:1px solid var(--gcr-border);
  border-radius:15px;
  padding:13px;
  margin:10px 0 0;
  box-shadow:0 4px 14px rgba(16,24,40,.03);
  overflow:hidden;
  max-width:100%;
}

.gcr-db-chart-switcher{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin:0 0 10px;
}

.gcr-chart-btn,
body.gcr-article-page .entry-content .gcr-chart-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:32px !important;
  border:1px solid var(--gcr-border) !important;
  background:#fff !important;
  color:#344054 !important;
  border-radius:999px !important;
  padding:7px 11px !important;
  font-size:12px !important;
  line-height:1 !important;
  font-weight:800 !important;
  cursor:pointer !important;
}

.gcr-chart-btn.is-active,
.gcr-chart-btn.active,
.gcr-chart-btn:hover,
body.gcr-article-page .entry-content .gcr-chart-btn.is-active,
body.gcr-article-page .entry-content .gcr-chart-btn.active,
body.gcr-article-page .entry-content .gcr-chart-btn:hover{
  background:var(--gcr-blue) !important;
  border-color:var(--gcr-blue) !important;
  color:#fff !important;
}

/* =========================================================
   Pagination
   ========================================================= */
.gcr-pagination{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:6px;
  margin:12px 0 0;
}

.gcr-page-btn,
.gcr-page-dots{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:32px;
  height:32px;
  padding:0 9px;
  border:1px solid var(--gcr-border);
  border-radius:9px;
  background:#fff;
  color:#344054;
  font-size:13px;
  line-height:1;
  font-weight:800;
}

.gcr-page-btn.current{
  background:var(--gcr-blue);
  border-color:var(--gcr-blue);
  color:#fff;
}

.gcr-page-btn.next,
.gcr-page-btn.prev{
  padding:0 12px;
}

/* =========================================================
   FAQ
   ========================================================= */
.wp-block-yoast-faq-block.schema-faq{
  display:grid;
  gap:9px;
  margin-top:12px;
}

.schema-faq-section{
  background:#f8fafc;
  border:1px solid var(--gcr-border);
  border-radius:14px;
  padding:13px;
}

.schema-faq-question{
  display:block;
  color:var(--gcr-text);
  font-size:15px;
  line-height:1.35;
  font-weight:750;
  margin:0 0 6px;
}

.schema-faq-answer{
  color:#344054;
  font-size:14px;
  line-height:1.58;
  margin:0;
}

/* =========================================================
   Source list / images
   ========================================================= */
.gcr100-source-list{
  margin:12px 0 0;
  padding-left:18px;
}

.gcr100-source-list li{
  color:#344054;
  line-height:1.58;
  margin-bottom:7px;
}

.gcr100-source-list strong{
  color:var(--gcr-text);
}

.gcr-article .wp-block-image,
body.gcr-article-page .entry-content .wp-block-image{
  margin:14px 0;
}

.gcr-article .wp-block-image img,
body.gcr-article-page .entry-content .wp-block-image img{
  border-radius:15px;
  box-shadow:0 6px 18px rgba(16,24,40,.045);
}

/* =========================================================
   Layout width
   ========================================================= */
@media (min-width:1225px){
  body.single-post.gcr-article-page .site.grid-container,
  body.single-post.gcr-article-page .site-content.grid-container{
    max-width:1520px;
  }
}

/* =========================================================
   Tablet
   ========================================================= */
@media (max-width:1024px){
  .gcr100-hero{
    grid-template-columns:1fr;
    padding:20px;
  }

  .gcr100-visual{
    grid-template-columns:minmax(170px,.9fr) minmax(220px,1fr) minmax(220px,1fr);
  }

  .gcr100-main-title{
    font-size:32px;
  }

  .gcr100-trust-bar{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* =========================================================
   Mobile
   ========================================================= */
@media (max-width:768px){
  body.gcr-article-page .inside-article .entry-content > h2:not(.gcr-no-title-style){
    margin:34px 0 16px;
    padding-left:15px;
    font-size:24px;
    line-height:1.3;
  }

  body.gcr-article-page .inside-article .entry-content > h2:not(.gcr-no-title-style)::before{
    top:3px;
    width:4px;
    height:28px;
  }

  body.gcr-article-page .inside-article .entry-content > h3:not(.gcr-no-title-style){
    margin:24px 0 12px;
    padding:10px 13px;
    font-size:19px;
    line-height:1.35;
  }
}

@media (max-width:760px){
  .gcr100-hero,
  .gcr100-section{
    border-radius:15px;
    box-shadow:0 4px 14px rgba(16,24,40,.035);
    padding:14px;
    margin:12px 0;
  }

  .gcr100-eyebrow,
  .gcr100-section-title span{
    font-size:11px;
    padding:5px 9px;
    margin-bottom:9px;
  }

  .gcr100-main-title{
    font-size:27px;
    line-height:1.12;
    margin-bottom:10px;
  }

  .gcr100-section-title{
    margin-bottom:11px;
  }

  .gcr100-section-title h2,
  .gcr-article .gcr100-section-title h2,
  body.gcr-article-page .entry-content .gcr100-section-title h2{
    font-size:22px !important;
    line-height:1.24 !important;
    padding:0 0 9px 12px !important;
  }

  .gcr100-section-title h2::before,
  .gcr-article .gcr100-section-title h2::before,
  body.gcr-article-page .entry-content .gcr100-section-title h2::before{
    width:4px !important;
    height:.95em !important;
    top:.2em !important;
  }

  .gcr100-answer,
  .gcr100-trust-bar,
  .gcr100-use-list,
  .gcr100-compare-grid,
  .gcr100-link-grid,
  .gcr-av-grid{
    grid-template-columns:1fr;
    gap:9px;
  }

  .gcr100-answer{
    margin:12px 0;
  }

  .gcr100-answer-box,
  .gcr100-trust-item,
  .gcr100-use-item,
  .gcr100-compare-card,
  .gcr100-link-card,
  .gcr-av-card{
    padding:12px;
    border-radius:12px;
  }

  .gcr100-visual{
    padding:13px;
    border-radius:14px;
    grid-template-columns:1fr;
  }

  .gcr100-card-top img{
    width:42px;
    height:42px;
  }

  .gcr100-big-price{
    padding:14px;
    border-radius:14px;
  }

  .gcr100-big-price strong{
    font-size:23px;
  }

  .gcr100-hero-actions{
    gap:8px;
  }

  .gcr100-hero-btn{
    width:100%;
    min-height:40px;
  }

  .gcr-av-title{
    font-size:18px;
  }

  .gcr-av-amount{
    font-size:25px;
  }

  .gcr100-history-card{
    padding:12px;
    border-radius:12px;
  }

  .gcr100-history-card-head{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }

  .gcr100-history-card-head h3,
  body.gcr-article-page .entry-content .gcr100-history-card-head h3{
    width:100% !important;
    font-size:16px !important;
    padding:8px 11px !important;
  }

  .gcr100-history-card-head span{
    white-space:normal;
    font-size:13px;
  }

  .gcr-db-chart-wrap,
  .gcr-db-chart-box{
    padding:11px;
    border-radius:13px;
  }

  .gcr-chart-btn,
  body.gcr-article-page .entry-content .gcr-chart-btn{
    min-height:31px !important;
    padding:6px 9px !important;
    font-size:12px !important;
  }

  .gcr-table-wrap{
    margin:10px 0;
    border-radius:12px;
  }

  .gcr-table-wrap table{
    min-width:620px;
  }

  .gcr100-table th,
  .gcr100-table td,
  .gcr-simple-table th,
  .gcr-simple-table td{
    padding:9px 10px;
    font-size:13px;
  }

  .schema-faq-section{
    padding:12px;
    border-radius:12px;
  }
}

/* =========================================================
   Small mobile
   ========================================================= */
@media (max-width:420px){
  .gcr100-hero,
  .gcr100-section{
    padding:12px;
  }

  .gcr100-main-title{
    font-size:25px;
  }

  .gcr100-section-title h2,
  .gcr-article .gcr100-section-title h2,
  body.gcr-article-page .entry-content .gcr100-section-title h2{
    font-size:21px !important;
  }

  :where(.gcr-article,body.gcr-article-page .entry-content) p{
    font-size:15px;
  }

  .gcr100-answer-box strong{
    font-size:17px;
  }

  .gcr-av-amount{
    font-size:24px;
  }
}
