/* ===== E-Gazete Arşiv (/arsiv) ===== */
.arv-page {
  background: oklch(98% 0.003 250);
  position: relative;
}

/* Üst banner — en yeni sayı */
.arv-top {
  background: oklch(94% 0.006 250);
  border-bottom: 1px solid oklch(88% 0.008 250);
  padding: 20px 0 24px;
}
.arv-top-util {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 14px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.arv-top-util a {
  color: var(--ink-2);
  text-decoration: none;
  transition: color .15s;
}
/* Global a:hover (accent-2) ile çakışmasın — okunaklı kontrast */
.arv-page .arv-top-util a:hover,
.arv-page .arv-top-util a:focus-visible {
  color: var(--ink);
}
.arv-page .arv-top-util a.is-active {
  color: #a31d21;
}
.arv-page .arv-top-util a.is-active:hover,
.arv-page .arv-top-util a.is-active:focus-visible {
  color: #7a1519;
}

.arv-top-grid {
  display: block;
}

/* Hero banner — gazete + promo */
.arv-hero-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: stretch;
  border-radius: 14px;
  overflow: hidden;
  background:
    radial-gradient(120% 140% at 100% 0%, oklch(42% 0.12 25 / 0.45) 0%, transparent 55%),
    linear-gradient(128deg, #b5453f 0%, #8f1a1f 52%, #6b1218 100%);
  box-shadow: 0 18px 40px -20px oklch(25% 0.08 25 / 0.55);
}
.arv-hero-banner-cover {
  padding: 18px 0 18px 18px;
  display: flex;
  align-items: flex-end;
}
.arv-hero-cover {
  display: block;
  width: 360px;
  max-width: 42vw;
  aspect-ratio: 939 / 1400;
  border-radius: 6px 6px 6px 0;
  overflow: hidden;
  border: 1px solid oklch(100% 0 0 / 0.22);
  border-right: 0;
  background: #fff;
  text-decoration: none;
  box-shadow: -8px 10px 28px oklch(15% 0.02 250 / 0.28);
  transition: transform .2s ease, box-shadow .2s ease;
}
.arv-hero-cover:hover {
  transform: translateY(-2px);
  box-shadow: -10px 14px 32px oklch(15% 0.02 250 / 0.34);
}
.arv-hero-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.arv-hero-banner-body {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) minmax(200px, 240px);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: center;
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3vw, 32px) clamp(18px, 3vw, 28px) 8px;
  color: #fff;
  min-width: 0;
}
.arv-hero-flow {
  display: flex;
  flex-direction: column;
  gap: 6px;
  opacity: 0.35;
  color: #fff;
}
.arv-hero-flow svg {
  width: 22px;
  height: 22px;
}
.arv-hero-main { min-width: 0; }
.arv-hero-kicker {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: oklch(100% 0 0 / 0.72);
}
.arv-hero-title {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.arv-hero-title span {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 600;
  margin-top: 4px;
  color: oklch(100% 0 0 / 0.92);
}
.arv-hero-lead {
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.5;
  color: oklch(100% 0 0 / 0.82);
  max-width: 42ch;
}
.arv-hero-apps {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
}
.arv-hero-app {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: oklch(12% 0.02 250 / 0.55);
  border: 1px solid oklch(100% 0 0 / 0.14);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .15s, border-color .15s;
}
.arv-hero-app:hover {
  background: oklch(12% 0.02 250 / 0.72);
  border-color: oklch(100% 0 0 / 0.28);
}
.arv-hero-qr-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.arv-hero-qr-or {
  font-family: var(--font-sans);
  font-size: 12px;
  color: oklch(100% 0 0 / 0.65);
}
.arv-hero-qr {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 8px 8px;
  border-radius: 10px;
  background: oklch(100% 0 0 / 0.1);
  border: 1px solid oklch(100% 0 0 / 0.16);
  backdrop-filter: blur(6px);
}
.arv-hero-qr svg {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  flex-shrink: 0;
}
.arv-hero-qr span {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  max-width: 11ch;
}

.arv-hero-side {
  padding: 18px 16px;
  border-radius: 12px;
  background: oklch(100% 0 0 / 0.08);
  border: 1px solid oklch(100% 0 0 / 0.14);
  backdrop-filter: blur(10px);
}
.arv-hero-side-badge {
  margin: 0 0 6px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(100% 0 0 / 0.7);
}
.arv-hero-side-week {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
}
.arv-hero-side-headline {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.arv-hero-side-share-label {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(100% 0 0 / 0.65);
}
.arv-hero-share {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.arv-hero-share-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: oklch(100% 0 0 / 0.12);
  border: 1px solid oklch(100% 0 0 / 0.18);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition: background .15s, transform .15s;
}
.arv-hero-share-btn:hover {
  background: oklch(100% 0 0 / 0.22);
  transform: translateY(-1px);
}
.arv-hero-side-cta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.arv-hero-read,
.arv-hero-dl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border-radius: 8px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.arv-hero-read {
  background: #fff;
  color: #8f1a1f;
}
.arv-hero-read:hover {
  background: oklch(96% 0.02 25);
}
.arv-hero-dl {
  background: oklch(12% 0.02 250 / 0.55);
  border: 1px solid oklch(100% 0 0 / 0.2);
  color: #fff;
}
.arv-hero-dl:hover {
  background: oklch(12% 0.02 250 / 0.75);
}
.arv-btn-ghost {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: oklch(35% 0.02 250);
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
.arv-btn-ghost:hover { background: oklch(28% 0.02 250); }

.arv-latest-center { min-width: 0; }
.arv-latest-label {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #a31d21;
  margin: 0 0 6px;
}
.arv-latest-week {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink-2);
  margin: 0 0 10px;
}
.arv-latest-title {
  font-family: var(--font-serif);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 10px;
  color: var(--ink);
}
.arv-latest-spot {
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.45;
  color: var(--ink-2);
  margin: 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.arv-page-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.arv-page-pill {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid oklch(85% 0.01 250);
  background: #fff;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  color: var(--ink-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .15s, color .15s, border-color .15s;
}
.arv-page-pill:hover { border-color: #a31d21; color: #a31d21; }
.arv-page-pill.is-active {
  background: #a31d21;
  border-color: #a31d21;
  color: #fff;
}

.arv-latest-side {
  background: #fff;
  border: 1px solid oklch(90% 0.006 250);
  border-radius: 10px;
  padding: 18px 20px;
}
.arv-latest-side .arv-latest-title { font-size: 18px; }
.arv-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.arv-btn-primary {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #a31d21;
  border: 0;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.arv-btn-primary:hover,
.arv-btn-primary:focus-visible {
  background: #8a181c;
  color: #fff;
}
.arv-btn-dark {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: var(--ink);
  border: 0;
  border-radius: 8px;
  padding: 12px 20px;
  cursor: pointer;
  text-decoration: none;
}
.arv-btn-dark:hover,
.arv-btn-dark:focus-visible {
  background: oklch(22% 0.02 250);
  color: #fff;
}

/* Ana gövde — dikey reklam: PageSkyOutside + PageContentRail */
.arv-body {
  padding: 28px 0 48px;
}
.page-content-rail-main.arv-body-grid {
  display: block;
}

/* Masaüstü: ağaç gizli, kartlar 4 sütun */
@media (min-width: 901px) {
  .arv-tree {
    display: none;
  }
}

/* Sol ağaç — yalnızca mobil/tablet */
.arv-tree {
  background: #fff;
  border: 1px solid oklch(90% 0.006 250);
  border-radius: 10px;
  padding: 16px 0;
  position: sticky;
  top: 120px;
  max-height: calc(100vh - 140px);
  overflow-y: auto;
}
.arv-tree-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 16px 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid oklch(92% 0.006 250);
}
.arv-tree-year { border-bottom: 1px solid oklch(95% 0.004 250); }
.arv-tree-year:last-child { border-bottom: 0; }
.arv-tree-year-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 10px 16px;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
}
.arv-tree-year-btn:hover { background: oklch(97% 0.004 250); }
.arv-tree-year-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform .2s;
}
.arv-tree-year.is-open .arv-tree-year-btn svg { transform: rotate(90deg); }
.arv-tree-months {
  display: none;
  padding: 0 0 8px;
}
.arv-tree-year.is-open .arv-tree-months { display: block; }
.arv-tree-month-btn {
  width: 100%;
  display: block;
  padding: 8px 16px 8px 28px;
  border: 0;
  background: transparent;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-2);
  cursor: pointer;
  text-align: left;
  border-left: 3px solid transparent;
}
.arv-tree-month-btn:hover { background: oklch(97% 0.01 15); color: var(--ink); }
.arv-tree-month-btn.is-active {
  background: oklch(96% 0.03 15);
  color: #a31d21;
  border-left-color: #a31d21;
  font-weight: 700;
}

/* Filtre çubuğu */
.arv-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px 140px 40px;
  gap: 12px;
  margin-bottom: 22px;
  align-items: center;
}
.arv-search {
  font-family: var(--font-sans);
  font-size: 14px;
  padding: 12px 16px;
  border: 1px solid oklch(88% 0.008 250);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  width: 100%;
}
.arv-search::placeholder { color: var(--ink-3); }
.arv-search:focus {
  outline: none;
  border-color: #a31d21;
  box-shadow: 0 0 0 3px oklch(55% 0.14 25 / 0.12);
}
.arv-select {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 600;
  padding: 12px 12px;
  border: 1px solid oklch(88% 0.008 250);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
}
.arv-filter-btn {
  width: 40px;
  height: 44px;
  border: 1px solid oklch(88% 0.008 250);
  border-radius: 8px;
  background: #fff;
  color: var(--ink-2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arv-filter-btn:hover { border-color: #a31d21; color: #a31d21; }

/* Kart grid — masaüstü 4 sütun */
.arv-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 32px;
}
.arv-card {
  position: relative;
  background: #fff;
  border: 1px solid oklch(90% 0.006 250);
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow .2s, border-color .2s;
}
.arv-card:hover {
  border-color: oklch(82% 0.02 250);
  box-shadow: 0 8px 24px -12px rgba(15, 20, 35, 0.12);
}
.arv-card-cover {
  position: relative;
  aspect-ratio: 3 / 4;
  background: oklch(94% 0.006 250);
  overflow: hidden;
}
.arv-card-cover .photo-slot {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: unset !important;
}
.arv-card-cover img { width: 100%; height: 100%; object-fit: cover; }
.arv-card-body {
  padding: 12px 14px 14px;
}
.arv-card-title {
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
  margin: 0 0 6px;
  color: var(--ink);
}
.arv-card-meta {
  font-family: var(--font-sans);
  font-size: 12px;
  color: var(--ink-3);
  margin: 0;
}
.arv-card-actions {
  position: absolute;
  right: 10px;
  bottom: 58px;
  display: flex;
  gap: 6px;
  z-index: 2;
}
.arv-icon-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: none;
}
.arv-icon-btn--read {
  background: #a31d21;
  color: #fff;
}
.arv-icon-btn--dl {
  background: var(--ink);
  color: #fff;
}
.arv-icon-btn:hover { opacity: 0.9; transform: scale(1.05); }

.arv-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 48px 20px;
  font-family: var(--font-sans);
  color: var(--ink-3);
}
.arv-more-wrap { text-align: center; margin-bottom: 36px; }
.arv-btn-more {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--ink);
  background: #fff;
  border: 1px solid oklch(85% 0.01 250);
  border-radius: 8px;
  padding: 12px 28px;
  cursor: pointer;
}
.arv-btn-more:hover { border-color: #a31d21; color: #a31d21; }
.arv-btn-more:disabled { opacity: 0.5; cursor: default; }

/* Zaman çizelgesi */
.arv-timeline {
  background: #fff;
  border: 1px solid oklch(90% 0.006 250);
  border-radius: 10px;
  padding: 20px 24px 28px;
}
.arv-timeline-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--ink);
}
.arv-timeline-track {
  position: relative;
  height: 4px;
  background: oklch(90% 0.006 250);
  border-radius: 2px;
  margin: 0 8px 36px;
}
.arv-timeline-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #a31d21;
  border-radius: 2px;
  pointer-events: none;
}
.arv-timeline-input {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  margin: 0;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}
.arv-timeline-thumb {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  margin-left: -7px;
  background: #a31d21;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0,0,0,.2);
  pointer-events: none;
  z-index: 1;
}
.arv-timeline-marks {
  display: flex;
  justify-content: space-between;
  margin: 0 4px;
  padding-top: 8px;
}
.arv-timeline-mark {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 600;
  color: var(--ink-3);
  text-align: center;
  flex: 1;
  min-width: 0;
}
.arv-timeline-mark.is-near { color: #a31d21; font-weight: 800; }

/* Ticaret tarihi — ana kolon altında */
.arv-history {
  margin-top: 28px;
  max-width: 360px;
  background: #fff;
  border: 1px solid oklch(90% 0.006 250);
  border-radius: 10px;
  padding: 16px;
}
.arv-history-title {
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 12px;
  line-height: 1.35;
}
.arv-history-img {
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 12px;
  background: oklch(30% 0.02 250);
  filter: grayscale(1);
}
.arv-history-img img { width: 100%; height: 100%; object-fit: cover; }
.arv-history-text {
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-2);
  margin: 0;
}

.arv-result-count {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--ink-3);
  margin: -8px 0 16px;
}

@media (max-width: 1200px) {
  .arv-hero-banner-body {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .arv-hero-side {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    gap: 8px 20px;
    align-items: center;
  }
  .arv-hero-side-badge,
  .arv-hero-side-week,
  .arv-hero-side-headline {
    grid-column: 1;
  }
  .arv-hero-side-headline { margin-bottom: 0; }
  .arv-hero-side-share-label,
  .arv-hero-share {
    grid-column: 1;
    margin-bottom: 0;
  }
  .arv-hero-side-cta {
    grid-column: 2;
    grid-row: 1 / span 4;
    align-self: center;
    min-width: 180px;
  }
  .arv-history {
    max-width: none;
  }
}

@media (max-width: 900px) {
  .arv-hero-banner {
    grid-template-columns: 1fr;
  }
  .arv-hero-banner-cover {
    padding: 16px 16px 0;
    justify-content: center;
  }
  .arv-hero-cover {
    width: min(100%, 320px);
    max-width: none;
    border-radius: 8px;
    border-right: 1px solid oklch(100% 0 0 / 0.22);
  }
  .arv-hero-banner-body {
    grid-template-columns: 1fr;
    padding: 16px 18px 20px;
  }
  .arv-hero-flow { display: none; }
  .arv-hero-side {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .arv-hero-side-cta {
    grid-column: 1;
    grid-row: auto;
  }
  .page-content-rail-main.arv-body-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .arv-tree {
    position: static;
    max-height: none;
    padding: 0;
    overflow: hidden;
  }
  .arv-tree-panel > summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 0;
    padding: 14px 16px;
    border-bottom: 1px solid oklch(92% 0.006 250);
    cursor: pointer;
    list-style: none;
  }
  .arv-tree-panel > summary::-webkit-details-marker { display: none; }
  .arv-tree-panel > summary::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--ink-2);
    border-bottom: 2px solid var(--ink-2);
    transform: rotate(-45deg);
    transition: transform .2s;
    flex-shrink: 0;
  }
  .arv-tree-panel[open] > summary::after {
    transform: rotate(45deg);
  }
  .arv-tree-panel:not([open]) .arv-tree-body {
    display: none;
  }
  .arv-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .arv-toolbar {
    grid-template-columns: 1fr 1fr auto;
    gap: 10px;
  }
  .arv-search { grid-column: 1 / -1; }
  .arv-filter-btn {
    grid-column: 3;
    grid-row: 2;
    align-self: stretch;
    height: auto;
    min-height: 44px;
  }
}

@media (max-width: 768px) {
  .arv-body {
    padding: 18px 0 36px;
  }
  .arv-main {
    min-width: 0;
  }
  .arv-grid {
    gap: 12px;
    margin-bottom: 24px;
  }
  .arv-card-title {
    font-size: 13px;
  }
  .arv-card-body {
    padding: 10px 12px 12px;
  }
  .arv-card-actions {
    right: 8px;
    bottom: 52px;
  }
  .arv-icon-btn {
    width: 36px;
    height: 36px;
  }
  .arv-result-count {
    margin: 0 0 12px;
    font-size: 12px;
  }
  .arv-timeline {
    padding: 16px 14px 20px;
  }
  .arv-timeline-track {
    margin: 0 4px 28px;
  }
  .arv-timeline-marks {
    gap: 2px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .arv-timeline-marks::-webkit-scrollbar { display: none; }
  .arv-timeline-mark {
    font-size: 10px;
    flex: 0 0 auto;
    min-width: 2.4em;
  }
  .arv-history {
    margin-top: 20px;
    max-width: none;
  }
  .arv-more-wrap {
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  .arv-grid {
    grid-template-columns: 1fr;
    max-width: min(100%, 340px);
    margin-left: auto;
    margin-right: auto;
  }
  .arv-toolbar {
    grid-template-columns: 1fr 1fr;
  }
  .arv-filter-btn {
    grid-column: 1 / -1;
    width: 100%;
    height: 44px;
  }
}
