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