.todayonlinesale-footer-nav-anchor:hover { color: #c1121f; }
.todayonlinesale-footer-center-wrap { flex-direction: column; text-align: center; max-width: 820px; align-items: center; margin: 0 auto; display: flex; }
.todayonlinesale-footer-brand-link:hover { opacity: 0.9; }
.todayonlinesale-footer-link-section { display: flex; gap: 12px; align-items: center; }
.todayonlinesale-footer-trust-pill { font-weight: 500; background-color: #ffffff; display: inline-flex; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01); padding: 6px 14px; border: 1px solid rgba(0, 0, 0, 0.06); align-items: center; border-radius: 999px; gap: 6px; color: #52525b; font-size: 0.8rem; }
.todayonlinesale-footer-nav-divider { height: 14px; background-color: rgba(0, 0, 0, 0.12); width: 1px; }
.todayonlinesale-footer-brand-icon { max-height: 32px; width: auto; object-fit: contain; }
.todayonlinesale-footer-nav-anchor { text-decoration: none; font-size: 0.9rem; font-weight: 500; transition: color 0.2s ease; color: #18181b; }
.todayonlinesale-footer-intro-paragraph { color: #52525b; margin: 0 0 28px 0; font-size: 0.95rem; line-height: 1.65; max-width: 680px; }
.todayonlinesale-footer-section-label { font-size: 0.75rem; color: #a1a1aa; letter-spacing: 0.8px; font-weight: 700; text-transform: uppercase; }
.todayonlinesale-footer-bottom-divider { background-color: rgba(0, 0, 0, 0.06); height: 1px; width: 100%; margin-bottom: 24px; }
.todayonlinesale-footer-brand-title { letter-spacing: -0.4px; font-weight: 800; color: #18181b; font-size: 1.35rem; }
.todayonlinesale-footer-disclosure-copy { font-size: 0.825rem; margin: 0; color: #71717a; line-height: 1.6; }
.todayonlinesale-footer-disclosure-copy strong { font-weight: 700; color: #18181b; }
.todayonlinesale-footer-copyright-label { font-size: 0.8rem; color: #a1a1aa; }
.todayonlinesale-footer-links-nav { align-items: center; flex-wrap: wrap; display: flex; gap: 24px; margin-bottom: 28px; justify-content: center; }
.todayonlinesale-footer-base-container { border-top: 1px solid rgba(0, 0, 0, 0.06); padding: 60px 0; font-family: "Google Sans", system-ui, -apple-system, sans-serif; box-sizing: border-box; background-color: #faf9f5; }
.todayonlinesale-footer-disclosure-panel { max-width: 720px; margin-bottom: 20px; }
.todayonlinesale-footer-trust-badges { flex-wrap: wrap; justify-content: center; margin-bottom: 28px; gap: 12px; display: flex; }
.todayonlinesale-footer-trust-pill i { font-size: 0.85rem; color: #c1121f; }
.todayonlinesale-footer-brand-link { align-items: center; margin-bottom: 20px; text-decoration: none; transition: opacity 0.2s ease; gap: 10px; display: inline-flex; }
@media (max-width: 768px) {
  .todayonlinesale-footer-nav-divider { display: none; }
  .todayonlinesale-footer-links-nav { flex-direction: column; gap: 16px; }
  .todayonlinesale-footer-link-section { flex-direction: column; gap: 8px; }
}