body{
  --e-global-color-primary : #184C91;
  --e-global-color-secondary : #E6EFED;
  --e-global-color-text : #153C3BB3;
  --e-global-color-accent : #1E8CB4;
  --e-global-color-white : #FFFFFF;
  --e-global-color-divider : #FFFFFF26;
  --e-global-color-darkdivider : #153C331A;
  --e-global-typography-primary-font-family : "Archivo", sans-serif;
  --e-global-typography-secondary-font-family : "Archivo", sans-serif;
  --e-global-typography-text-font-family : "DM Sans", sans-serif;
  --e-global-typography-accent-font-family : "Archivo", sans-serif;
}

/* =================================================
   WAWA MEDICA – BLOG ONLY COLOR OVERRIDE
   ================================================= */

body.blog,
body.archive,
body.category,
body.tag {
  --e-global-color-primary: #184C91 !important;
  --e-global-color-accent: #1E8CB4 !important;
  --e-global-color-text: #153C3B !important;
  --e-global-color-secondary: #E6EFED !important;
}

/* Linki na blogu */
body.blog a,
body.archive a {
  color: #184C91 !important;
}
body.blog a:hover,
body.archive a:hover {
  color: #143f7a !important;
}

/* Nagłówki wpisów */
body.blog .entry-title a,
body.archive .entry-title a {
  color: #153C3B !important;
}
body.blog .entry-title a:hover,
body.archive .entry-title a:hover {
  color: #184C91 !important;
}

/* Czytaj więcej */
body.blog a.more-link,
body.archive a.more-link {
  font-size: 0 !important;
}
body.blog a.more-link::after,
body.archive a.more-link::after {
  content: "Czytaj więcej →";
  font-size: 16px;
  color: #184C91;
}

/* Telefon w headerze – BIAŁY na blogu */
body.blog header .elementor-element[data-id="2e0e541"] a,
body.blog header .elementor-element[data-id="2e0e541"] a:hover,
body.blog header .elementor-element[data-id="2e0e541"] a * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  fill: #ffffff !important;
}
