/* ============================================================================
   Costco97 — recalls archive (from Recalls Archive.dc.html). Red accent,
   list layout (not a grid), 1040px column.
   ========================================================================== */

.c97rc-wrap { max-width: 1040px; margin: 0 auto; padding-left: 22px; padding-right: 22px; }

/* ---- Hero ---- */
.c97rc-head { background: linear-gradient(180deg, var(--c97-wash) 0%, #fafafb 58%, #fff 100%); border-bottom: 1px solid var(--c97-line-faint); padding-top: 16px; }
.c97rc-head__inner { padding-top: 36px; padding-bottom: 46px; }
.c97rc-kicker { display: inline-flex; align-items: center; gap: 9px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--c97-red); background: #fff; border: 1px solid var(--c97-line-soft); padding: 7px 15px; border-radius: var(--c97-r-pill); margin-bottom: 20px; }
.c97rc-kicker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--c97-red); animation: c97rc-pulse 2s infinite; }
@keyframes c97rc-pulse {
	0%   { box-shadow: 0 0 0 0 rgba(180, 35, 31, .5); }
	70%  { box-shadow: 0 0 0 7px rgba(180, 35, 31, 0); }
	100% { box-shadow: 0 0 0 0 rgba(180, 35, 31, 0); }
}
.c97rc-h1 { margin: 0; font-size: 54px; line-height: 1.05; font-weight: 600; letter-spacing: -.03em; color: var(--c97-ink); max-width: 18ch; }
.c97rc-desc { margin: 20px 0 0; max-width: 640px; font-size: 20px; line-height: 1.5; font-weight: 300; color: var(--c97-muted-2); }
.c97rc-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 30px; align-items: center; }
.c97rc-alertbtn { display: inline-flex; align-items: center; gap: 9px; background: var(--c97-red); color: #fff; border-radius: var(--c97-r-pill); padding: 13px 24px; font-size: 15px; font-weight: 500; }
.c97rc-alertbtn:hover { background: #961c19; color: #fff; text-decoration: none; }
.c97rc-tracked { font-size: 14px; color: var(--c97-muted); }

/* ---- Disclaimer strip ---- */
.c97rc-disclaimwrap { padding-top: 22px; }
.c97rc-disclaimer { display: flex; gap: 12px; align-items: flex-start; background: #fff8e8; border: 1px solid #f3e2b8; border-radius: 14px; padding: 14px 18px; }
.c97rc-disclaimer svg { flex: none; margin-top: 1px; }
.c97rc-disclaimer div { font-size: 13.5px; line-height: 1.55; color: #8a7320; }
.c97rc-disclaimer a { color: #8a5c00; font-weight: 600; }

/* ---- Filter bar ---- */
.c97rc-filterwrap { padding-top: 22px; padding-bottom: 8px; }
.c97rc-searchwrap { position: relative; }
.c97rc-searchwrap svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); }
.c97rc-searchwrap input { width: 100%; border: 1px solid var(--c97-line); border-radius: var(--c97-r-pill); background: #fff; padding: 12px 16px 12px 42px; font-size: 15px; color: var(--c97-ink); outline: none; font-family: inherit; transition: border-color .2s, box-shadow .2s; }
.c97rc-searchwrap input:focus { border-color: #b0b0b6; box-shadow: 0 0 0 3px rgba(0,0,0,.06); }
.c97rc-searchwrap input::placeholder { color: #c4c4cc; font-weight: 300; }

/* ---- Recall list ---- */
.c97rc-listwrap { padding-top: 20px; padding-bottom: 20px; }
.c97rc-list { display: flex; flex-direction: column; gap: 18px; }
.c97rc-card { display: flex; gap: 24px; align-items: flex-start; background: #fff; border: 1px solid var(--c97-line-soft); border-radius: var(--c97-r-md); padding: 22px 26px; transition: box-shadow .2s, border-color .2s; }
.c97rc-card:hover { box-shadow: 0 16px 40px -28px rgba(0,0,0,.32); border-color: #d8d8dd; }
.c97rc-card__thumb { flex: none; width: 132px; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: var(--c97-wash); border: 1px solid var(--c97-line-faint); }
.c97rc-card__thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.c97rc-card__body { min-width: 0; flex: 1; }
.c97rc-card__top { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-bottom: 11px; }
.c97rc-pill { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #fff; background: var(--c97-red); padding: 5px 11px; border-radius: var(--c97-r-pill); }
.c97rc-pill__dot { width: 6px; height: 6px; border-radius: 50%; background: #fff; }
/* Quality notices ride the recall tag but aren't safety recalls — soft blue. */
.c97rc-pill--qn { background: var(--c97-blue-tint-2); color: var(--c97-blue); }
.c97rc-pill--qn .c97rc-pill__dot { background: var(--c97-blue); }
.c97rc-card--qn .c97rc-card__title a:hover { color: var(--c97-blue); }
.c97rc-card--qn .c97rc-card__more { color: var(--c97-blue); }
.c97rc-card--qn .c97rc-card__more:hover { color: var(--c97-blue-press, #004E8C); }
.c97rc-card__date { font-size: 13px; color: #a1a1a8; }
.c97rc-card__title { margin: 0; font-size: 22px; line-height: 1.24; letter-spacing: -.015em; font-weight: 600; }
.c97rc-card__title a { color: var(--c97-ink); }
.c97rc-card__title a:hover { color: var(--c97-red); text-decoration: none; }
.c97rc-card__excerpt { margin: 10px 0 0; font-size: 15.5px; line-height: 1.6; color: #4a4a4d; }
.c97rc-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 15px; font-size: 14px; font-weight: 500; color: var(--c97-red); }
.c97rc-card__more span { font-size: 16px; line-height: 1; }
.c97rc-card__more:hover { color: #961c19; text-decoration: none; }

/* In-list ad restated so this sheet doesn't depend on the deals-archive one. */
.c97rc-list .c97dg-gridad { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 8px 0; }
.c97rc-list .c97dg-gridad .c97-adslot { width: 100%; max-width: 728px; min-height: 90px; }

/* ---- Empty + load more ---- */
.c97rc-empty { text-align: center; padding: 60px 20px 80px; }
.c97rc-empty__t { font-size: 20px; font-weight: 600; color: var(--c97-ink); }
.c97rc-empty p { margin: 8px 0 20px; font-size: 15px; color: var(--c97-muted); }
.c97rc-clearbtn { background: var(--c97-red); color: #fff; border: none; border-radius: var(--c97-r-pill); padding: 11px 22px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: inherit; }
.c97rc-clearbtn:hover { background: #961c19; }
.c97rc-more { display: flex; flex-direction: column; align-items: center; gap: 12px; padding: 36px 0 8px; }
.c97rc-morebtn { display: inline-flex; align-items: center; gap: 9px; background: #fff; color: var(--c97-ink); border: 1px solid var(--c97-line); border-radius: var(--c97-r-pill); padding: 13px 28px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: inherit; }
.c97rc-morebtn:hover { border-color: #b0b0b6; background: var(--c97-wash-2); }
.c97rc-morebtn:disabled { opacity: .55; cursor: default; }
.c97rc-more__count { font-size: 13px; color: var(--c97-muted); }

/* ---- Alert signup ---- */
.c97rc-alertwrap { padding-top: 40px; padding-bottom: 8px; scroll-margin-top: 120px; }
.c97rc-alert { background: var(--c97-ink); border-radius: 24px; padding: 44px 40px; text-align: center; color: #fff; }
.c97rc-alert h2 { margin: 0; font-size: 30px; line-height: 1.15; letter-spacing: -.02em; font-weight: 600; }
.c97rc-alert p { margin: 12px auto 0; max-width: 520px; font-size: 16px; line-height: 1.55; color: rgba(255,255,255,.72); }
.c97rc-alert .c97-subform { max-width: 440px; margin: 24px auto 0; }
.c97rc-alert .c97-subform input { flex: 1; min-width: 220px; width: auto; border: none; border-radius: 12px; background: #fff; color: var(--c97-ink); padding: 14px 16px; font-size: 16px; }
.c97rc-alert .c97-subform button { background: var(--c97-red); color: #fff; border-radius: var(--c97-r-pill); padding: 14px 26px; font-size: 16px; font-weight: 600; }
.c97rc-alert .c97-subform button:hover { background: #961c19; }
.c97rc-alert .c97-subdone { margin-top: 24px; font-size: 18px; }

/* ---- Responsive ---- */
@media (max-width: 900px) {
	.c97rc-h1 { font-size: 44px; }
}
@media (max-width: 640px) {
	.c97rc-h1 { font-size: 34px; }
	.c97rc-card { flex-direction: column; }
	.c97rc-card__thumb { width: 100%; }
	.c97rc-alert { padding: 36px 22px; }
}
