:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface2: #eef2f6;
  --border: #d6dde6;
  --accent: #00b8ff;
  --accent-light: #58d3ff;
  --accent-dim: #0088c7;
  --silver: #cfd6df;
  --silver-light: #f8fafc;
  --silver-dim: #aab4c2;
  --graphite: #2a3038;
  --graphite-light: #47515d;
  --graphite-dim: #1f252c;
  --text: #1f252c;
  --muted: #697584;
  --radius: 10px;
  --radius-sm: 6px;
  --shadow: 0 2px 12px rgba(42,48,56,0.07);
  --shadow-lg: 0 8px 32px rgba(42,48,56,0.10);
  --transition: 0.25s ease;
  --font: 'Segoe UI', system-ui, -apple-system, 'Helvetica Neue', Arial, sans-serif;
  --container: 1140px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent-dim); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--accent); }
a:focus-visible, button:focus-visible, details:focus-visible summary { outline: 2px solid var(--accent); outline-offset: 2px; border-radius: 3px; }
ul, ol { list-style: none; }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.narrow-content { max-width: 820px; }

/* ===== HEADER / MASTHEAD ===== */
.mh-bar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--graphite-dim);
  border-bottom: 1px solid rgba(207,214,223,0.1);
}

.mh-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.mh-brand img { height: 28px; width: auto; }

.mh-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  z-index: 110;
}

.mh-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: transform var(--transition), opacity var(--transition);
}

.mh-links {
  display: flex;
  gap: 0.25rem;
}

.mh-link {
  color: var(--silver);
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  transition: color var(--transition), background var(--transition);
}

.mh-link:hover, .mh-link.active { color: #fff; background: rgba(0,184,255,0.12); }

/* ===== BREADCRUMBS ===== */
.brc-trail ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.8125rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.brc-trail li:not(:last-child)::after { content: '›'; margin-left: 0.35rem; color: var(--silver-dim); }
.brc-trail a { color: var(--accent-dim); }
.brc-trail a:hover { color: var(--accent); }

/* ===== HERO ===== */
.hro-wrap {
  background: linear-gradient(135deg, var(--graphite-dim) 0%, var(--graphite) 100%);
  color: #fff;
  padding: 3rem 0 2.5rem;
}

.hro-wrap h1 {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
}

.hro-wrap .brc-trail a { color: var(--accent-light); }
.hro-wrap .brc-trail li:not(:last-child)::after { color: rgba(255,255,255,0.4); }
.hro-wrap .brc-trail { color: rgba(255,255,255,0.6); }

.hro-lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  max-width: 720px;
  margin-bottom: 1.25rem;
}

.hro-author {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: rgba(255,255,255,0.65);
}

.hro-avatar { border-radius: 50%; width: 36px; height: 36px; }
.hro-author a { color: var(--accent-light); }

/* ===== SECTION PATTERNS ===== */
.rnk-wrap, .cpn-wrap, .crt-wrap, .pmt-wrap, .gms-wrap, .fqa-wrap, .vrd-wrap { padding: 3rem 0; }
.ovr-wrap, .rvw-wrap, .ctg-wrap, .scr-wrap, .wrn-wrap { padding: 3rem 0; background: var(--surface); }

.rnk-wrap h2, .ovr-wrap h2, .cpn-wrap h2, .rvw-wrap h2, .crt-wrap h2, .ctg-wrap h2,
.pmt-wrap h2, .scr-wrap h2, .gms-wrap h2, .wrn-wrap h2, .fqa-wrap h2, .vrd-wrap h2 {
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--graphite-dim);
  letter-spacing: -0.01em;
}

.ovr-wrap p, .crt-wrap p, .ctg-wrap p, .scr-wrap p, .gms-wrap p, .wrn-wrap p, .vrd-wrap p, .pmt-wrap > .container > p {
  margin-bottom: 1rem;
  color: var(--graphite-light);
  max-width: 820px;
}

/* ===== RANKING SHOWCASE ===== */
.rnk-list { display: flex; flex-direction: column; gap: 0.9rem; }

.rnk-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 1rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  box-shadow: var(--shadow);
  transition: box-shadow var(--transition), transform var(--transition);
}

.rnk-item:hover { box-shadow: var(--shadow-lg); transform: translateY(-2px); }

.rnk-pos {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.rnk-logo-box {
  background: var(--graphite);
  border: 1px solid rgba(207,214,223,0.15);
  border-radius: var(--radius-sm);
  padding: 0.6rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 52px;
}

.rnk-logo-box img { max-height: 32px; width: auto; object-fit: contain; }

.rnk-info { min-width: 0; }

.rnk-bonus-name {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--graphite-dim);
  margin-bottom: 0.15rem;
}

.rnk-bonus-val {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--accent-dim);
  margin-bottom: 0.2rem;
}

.rnk-bonus-desc { font-size: 0.8125rem; color: var(--muted); }

.rnk-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.6rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: box-shadow var(--transition), transform var(--transition);
}

.rnk-cta:hover {
  color: #fff;
  box-shadow: 0 8px 28px rgba(0,184,255,0.28);
  transform: translateY(-1px);
}

/* ===== COMPARISON TABLE ===== */
.cpn-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin-top: 1.25rem; }

.cpn-table, .pmt-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius);
  overflow: hidden;
  font-size: 0.875rem;
}

.cpn-table thead, .pmt-table thead { background: linear-gradient(135deg, var(--accent), var(--accent-dim)); }
.cpn-table th, .pmt-table th { color: #fff; font-weight: 600; padding: 0.85rem 1rem; text-align: left; white-space: nowrap; }
.cpn-table td, .pmt-table td { padding: 0.75rem 1rem; border-bottom: 1px solid var(--border); vertical-align: middle; }
.cpn-table tbody tr:nth-child(odd), .pmt-table tbody tr:nth-child(odd) { background: var(--surface); }
.cpn-table tbody tr:nth-child(even), .pmt-table tbody tr:nth-child(even) { background: var(--surface2); }

.cpn-btn {
  display: inline-block;
  padding: 0.45rem 1rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: var(--radius-sm);
  white-space: nowrap;
  transition: box-shadow var(--transition);
}

.cpn-btn:hover { color: #fff; box-shadow: 0 8px 28px rgba(0,184,255,0.28); }

/* ===== REVIEW CARDS ===== */
.rvw-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  margin-bottom: 2rem;
  overflow: hidden;
}

.rvw-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: var(--surface2);
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
}

.rvw-rank {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.rvw-logo-area {
  background: var(--graphite);
  border: 1px solid rgba(207,214,223,0.15);
  border-radius: var(--radius-sm);
  padding: 0.55rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 48px;
}

.rvw-logo-area img { max-height: 30px; width: auto; object-fit: contain; }

.rvw-title-area { flex: 1; min-width: 200px; }
.rvw-title-area h3 { font-size: 1.1rem; font-weight: 700; color: var(--graphite-dim); margin-bottom: 0.2rem; }

.rvw-badge {
  display: inline-block;
  background: rgba(0,184,255,0.10);
  color: var(--accent-dim);
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem 0.65rem;
  border-radius: 50px;
}

.rvw-body { padding: 1.5rem; }
.rvw-body > p { margin-bottom: 0.9rem; color: var(--graphite-light); }

.rvw-bonus-hl {
  background: linear-gradient(135deg, rgba(0,184,255,0.06), rgba(0,136,199,0.06));
  border: 1px solid rgba(0,184,255,0.18);
  border-radius: var(--radius-sm);
  padding: 0.85rem 1.15rem;
  margin: 1.25rem 0;
}

.rvw-bonus-label { display: block; font-size: 0.8rem; color: var(--muted); font-weight: 500; margin-bottom: 0.15rem; }
.rvw-bonus-amount { font-size: 1.1rem; font-weight: 700; color: var(--accent-dim); }

.rvw-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin-bottom: 1.25rem; }

.rvw-pros h4, .rvw-cons h4 { font-size: 0.875rem; font-weight: 600; margin-bottom: 0.5rem; }
.rvw-pros h4 { color: #16a34a; }
.rvw-cons h4 { color: #dc2626; }

.rvw-pros ul, .rvw-cons ul { list-style: none; }

.rvw-pros li, .rvw-cons li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.8125rem;
  color: var(--graphite-light);
  margin-bottom: 0.35rem;
}

.rvw-pros li::before { content: '✓'; position: absolute; left: 0; color: #16a34a; font-weight: 700; }
.rvw-cons li::before { content: '✗'; position: absolute; left: 0; color: #dc2626; font-weight: 700; }

.rvw-specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.rvw-specs tr:nth-child(odd) { background: var(--surface2); }
.rvw-specs tr:nth-child(even) { background: var(--surface); }
.rvw-specs td { padding: 0.55rem 0.85rem; border-bottom: 1px solid var(--border); }
.rvw-specs td:first-child { font-weight: 600; color: var(--graphite-dim); white-space: nowrap; width: 40%; }

.rvw-extras { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-bottom: 1.5rem; }

.rvw-extra {
  background: var(--surface2);
  border-radius: var(--radius-sm);
  padding: 0.85rem;
}

.rvw-extra h5 { font-size: 0.8rem; font-weight: 600; color: var(--accent-dim); margin-bottom: 0.3rem; text-transform: uppercase; letter-spacing: 0.04em; }
.rvw-extra p { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }

.rvw-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 2.5rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
  transition: box-shadow var(--transition), transform var(--transition);
}

.rvw-cta:hover { color: #fff; box-shadow: 0 8px 28px rgba(0,184,255,0.28); transform: translateY(-2px); }

/* ===== CATEGORIES & SUB-BLOCKS ===== */
.ctg-block { margin-bottom: 2rem; }
.ctg-block h3, .gms-sub h3, .pmt-method h3 {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--graphite-dim);
  margin-bottom: 0.65rem;
  margin-top: 0.5rem;
}

.ctg-block p, .gms-sub p, .pmt-method p {
  margin-bottom: 0.85rem;
  color: var(--graphite-light);
  max-width: 820px;
}

.gms-sub, .pmt-method { margin-bottom: 1.5rem; }

.pmt-details { margin-top: 2rem; }

/* ===== WARNING CHECKLIST ===== */
.wrn-checklist {
  background: var(--surface2);
  border-left: 4px solid var(--accent);
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}

.wrn-checklist h4 { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; color: var(--graphite-dim); }

.wrn-checklist ul { list-style: none; }

.wrn-checklist li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.875rem;
  color: var(--graphite-light);
}

.wrn-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-dim);
  font-weight: 700;
}

/* ===== VERDICT ===== */
.vrd-wrap {
  background: linear-gradient(135deg, var(--graphite-dim), var(--graphite)) !important;
  color: #fff;
}

.vrd-wrap h2 { color: #fff !important; }
.vrd-wrap p { color: rgba(255,255,255,0.85) !important; max-width: 820px; }

/* ===== FAQ ===== */
.fqa-list { max-width: 820px; }

.fqa-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-bottom: 0.6rem;
  background: var(--surface);
  overflow: hidden;
  transition: box-shadow var(--transition);
}

.fqa-item:hover { box-shadow: var(--shadow); }

.fqa-item summary {
  padding: 1rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--graphite-dim);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.fqa-item summary::-webkit-details-marker { display: none; }

.fqa-item summary::after {
  content: '+';
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--accent-dim);
  flex-shrink: 0;
  transition: transform var(--transition);
}

.fqa-item[open] summary::after { content: '−'; }
.fqa-answer { padding: 0 1.25rem 1rem; }
.fqa-answer p { font-size: 0.875rem; color: var(--graphite-light); line-height: 1.7; }

/* ===== FOOTER ===== */
.bsm-wrap {
  background: var(--graphite-dim);
  color: var(--silver);
  padding: 3rem 0 1.5rem;
  margin-top: 0;
}

.bsm-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.bsm-about img { margin-bottom: 0.75rem; }
.bsm-about p { font-size: 0.8125rem; color: var(--silver-dim); line-height: 1.6; }

.bsm-links h4, .bsm-legal h4 { font-size: 0.875rem; font-weight: 600; color: #fff; margin-bottom: 0.65rem; }
.bsm-links ul li, .bsm-legal ul li { margin-bottom: 0.35rem; }
.bsm-links a, .bsm-legal a { font-size: 0.8125rem; color: var(--silver-dim); transition: color var(--transition); }
.bsm-links a:hover, .bsm-legal a:hover { color: var(--accent-light); }

.bsm-disclaimer {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1.25rem 0;
  border-top: 1px solid rgba(207,214,223,0.12);
  border-bottom: 1px solid rgba(207,214,223,0.12);
  margin-bottom: 1.25rem;
}

.bsm-age {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #dc2626;
  color: #dc2626;
  font-size: 0.8125rem;
  font-weight: 700;
  flex-shrink: 0;
}

.bsm-disclaimer p { font-size: 0.75rem; color: var(--silver-dim); line-height: 1.6; }
.bsm-copy p { font-size: 0.75rem; color: var(--silver-dim); text-align: center; }

/* ===== SCROLL TO TOP ===== */
.stt-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-dim));
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition), box-shadow var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,184,255,0.25);
}

.stt-btn.visible { opacity: 1; visibility: visible; transform: translateY(0); }
.stt-btn:hover { box-shadow: 0 8px 28px rgba(0,184,255,0.4); transform: translateY(-2px); }

/* ===== SUBPAGE HERO ===== */
.pg-hero {
  background: linear-gradient(135deg, var(--graphite-dim), var(--graphite));
  color: #fff;
  padding: 2.5rem 0 2rem;
}

.pg-hero h1 { font-size: clamp(1.5rem, 3.5vw, 2.25rem); font-weight: 700; letter-spacing: -0.02em; }
.pg-hero .brc-trail a { color: var(--accent-light); }
.pg-hero .brc-trail li:not(:last-child)::after { color: rgba(255,255,255,0.4); }
.pg-hero .brc-trail { color: rgba(255,255,255,0.6); }

.pg-content {
  padding: 3rem 0;
  background: var(--surface);
}

.pg-content h2 { font-size: 1.35rem; font-weight: 700; color: var(--graphite-dim); margin: 2rem 0 0.75rem; }
.pg-content h2:first-of-type { margin-top: 0; }
.pg-content p { margin-bottom: 1rem; color: var(--graphite-light); line-height: 1.75; }
.pg-content ul { margin-bottom: 1rem; padding-left: 1.25rem; }
.pg-content ul li { position: relative; padding-left: 1rem; margin-bottom: 0.4rem; color: var(--graphite-light); font-size: 0.9375rem; }
.pg-content ul li::before { content: '•'; position: absolute; left: 0; color: var(--accent-dim); font-weight: 700; }

/* ===== AUTHOR PROFILE ===== */
.author-profile {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: var(--surface2);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.author-photo { border-radius: 50%; width: 100px; height: 100px; flex-shrink: 0; }
.author-info h2 { margin: 0 0 0.25rem; font-size: 1.5rem; }
.author-role { color: var(--muted); font-size: 0.9375rem; margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .rnk-item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 0.75rem;
  }
  .rnk-logo-box { grid-column: 1; grid-row: 1; min-width: 90px; }
  .rnk-pos { position: absolute; top: -6px; left: -6px; width: 28px; height: 28px; font-size: 0.75rem; z-index: 2; }
  .rnk-info { grid-column: 2; grid-row: 1; }
  .rnk-cta { grid-column: 1 / -1; grid-row: 2; justify-self: stretch; text-align: center; }

  .rvw-columns { grid-template-columns: 1fr; }
  .rvw-extras { grid-template-columns: 1fr; }

  .bsm-grid { grid-template-columns: 1fr; gap: 1.5rem; }

  .cpn-table td, .cpn-table th, .pmt-table td, .pmt-table th { padding: 0.6rem 0.7rem; font-size: 0.8rem; }
}

@media (max-width: 680px) {
  .mh-toggle { display: flex; }

  .mh-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: var(--graphite-dim);
    padding: 5rem 1.5rem 2rem;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    z-index: 105;
    overflow-y: auto;
  }

  .mh-nav.open { transform: translateX(0); }

  .mh-links { flex-direction: column; gap: 0.25rem; }
  .mh-link { padding: 0.75rem 0.5rem; font-size: 1rem; }

  .mh-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .mh-toggle.active span:nth-child(2) { opacity: 0; }
  .mh-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hro-wrap { padding: 2rem 0 1.75rem; }
  .rnk-wrap, .cpn-wrap, .crt-wrap, .pmt-wrap, .gms-wrap, .fqa-wrap, .vrd-wrap,
  .ovr-wrap, .rvw-wrap, .ctg-wrap, .scr-wrap, .wrn-wrap { padding: 2rem 0; }

  .rvw-header { padding: 1rem; gap: 0.75rem; }
  .rvw-body { padding: 1rem; }
  .rvw-title-area h3 { font-size: 0.95rem; }
  .rvw-title-area { min-width: 0; }

  .rvw-logo-area { min-width: 80px; padding: 0.4rem 0.6rem; height: 40px; }
  .rvw-logo-area img { max-height: 24px; }

  .rvw-rank { min-width: 32px; height: 32px; font-size: 0.75rem; }

  .author-profile { flex-direction: column; text-align: center; }
  .author-photo { width: 80px; height: 80px; }

  .stt-btn { bottom: 1rem; right: 1rem; width: 42px; height: 42px; }
}

@media (max-width: 480px) {
  .rnk-item { padding: 1rem 0.85rem 0.85rem; }
  .rnk-logo-box { min-width: 70px; height: 40px; padding: 0.35rem 0.5rem; }
  .rnk-logo-box img { max-height: 24px; }
  .rnk-bonus-name { font-size: 0.8125rem; }
  .rnk-bonus-val { font-size: 0.85rem; }
  .rnk-bonus-desc { font-size: 0.75rem; }
  .rnk-cta { padding: 0.6rem 1rem; font-size: 0.8rem; }
}