/* cookies.css – Nousworthy cookie banner & preferences */

/* Hide breadcrumb (entry-crumbs) site-wide */
.entry-crumbs {
  display: none !important;
}

/* ---------- Global Outfit font (site-wide) ---------- */
body,
h1, h2, h3, h4, h5, h6,
p, li, a, button, input, select, textarea,
blockquote, figcaption, label,
.tagdiv-type,
.tagdiv-type * {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

/* ---------- Cookie banner (WP Consent v2 classes) ---------- */

/* Whole banner and everything inside it */
.wpconsent-banner,
.wpconsent-banner * {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px;          /* base size for banner text */
  line-height: 1.5;
  color: #111827;
}

/* Banner message paragraph */
.wpconsent-banner-message p {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px;          /* adjust if you want message larger/smaller */
  margin: 0;
}

/* Buttons in the banner footer */
.wpconsent-banner-footer .wpconsent-banner-button {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 12px;          /* button text size */
  font-weight: 600;
  padding: 10px 14px;
  border-radius: 6px;
}

/* Optional: style buttons for equal visual weight */
.wpconsent-banner-footer .wpconsent-cancel-all {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #d1d5db;
}

.wpconsent-banner-footer .wpconsent-accept-all {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  background: #111827;
  color: #ffffff;
  border: 1px solid #111827;
}

.wpconsent-banner-footer .wpconsent-preferences-all {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  background: #ffffff;
  color: #111827;
  border: 1px solid #d1d5db;
}

/* ---------- Preferences modal (if used) ---------- */
.wpconsent-modal,
.wpconsent-modal * {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif !important;
  font-size: 13px;
  color: #111827;
}

/* Cookie policy page content (WP Consent generated page) */
.wpconsent-cookie-policy,
.wpconsent-cookie-policy * {
  font-family: "Outfit", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 14px;
  color: #1f2937;
}

#td-outer-wrap > div.td-main-content-wrap.td-container-wrap > div > div.td-pb-row > div.td-pb-span8.td-main-content > div > div.td-page-content.tagdiv-type > p > a {
  color: #2739e3;
}
