/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2026 | 08:33:52 */
.c2a-link a {text-decoration: underline;}

em {
	text-decoration: underline;
  text-decoration-thickness: 0.01em;
  text-underline-offset: 0.4em;
  text-decoration-skip-ink: auto;
}

.single-post li:has(a.ct-term-10004099) { 
  display: none !important; 
}

.wm {
  --wm-strip: clamp(44px, 10vw, 62px); /* left strip width */
  position: relative;
  overflow: hidden;
  padding-left: calc(var(--wm-strip) + 0.9rem);
}

.wm::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--wm-strip);

  background-repeat: no-repeat;
  background-position: center;
  background-size: 5em; /* fit height, keep aspect ratio */
  opacity: 0.05;
  pointer-events: none;
}

p.wm-today::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='50' y='50' text-anchor='middle' dominant-baseline='middle' transform='rotate(-90 50 50)' font-family='system-ui,Segoe UI,Arial' font-weight='800' font-size='24' fill='%23000'%3ETODAY%3C/text%3E%3C/svg%3E");
}

p.wm-dont::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='50' y='50' text-anchor='middle' dominant-baseline='middle' transform='rotate(-90 50 50)' font-family='system-ui,Segoe UI,Arial' font-weight='800' font-size='24' fill='%23000'%3EDON%27T%3C/text%3E%3C/svg%3E");
}

p.wm-needto::before{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext x='50' y='50' text-anchor='middle' dominant-baseline='middle' transform='rotate(-90 50 50)' font-family='system-ui,Segoe UI,Arial' font-weight='800' font-size='24' fill='%23000'%3ENEED%20TO%3C/text%3E%3C/svg%3E");
}

.wm-white::before{

}

.comment-form-cookies-consent {
	display: none;
}