/* Site-wide layout polish (loaded after the page styles) */

/* page title on service pages: breathing room before the content */
.has-page-header .page-header{padding-bottom:32px}

/* blog posts: the splash image must not sit on top of the opening quote */
.znx-widget-image.znx-absolute:has(+ .znx-widget-blockquote){top:5px}

/* blog posts: space between the article text and "Related Articles" */
.znx-element.znx-element-6cc19f73{margin-top:56px}

/* contacts: wider intro column so the phone number stays on one line */
.znx-819 .znx-element.znx-element-8f540ac > .znx-container{max-width:640px}
.znx-819 .znx-element-f21b0e3 a{white-space:nowrap}

/* locations: opening hours as tidy rows */
.znx-hours{display:flex;justify-content:space-between;gap:24px;margin:0 0 6px}
.znx-hours strong{flex:0 0 auto}
.znx-hours span{text-align:right}

@media (max-width:767px){
  /* home: testimonial quote was too large on phones */
  .znx-13 .znx-element.znx-element-86ac69f .znx-testimonial__text{font-size:17px;line-height:1.55}
  /* home: decorative WOOF badge hides behind the dog photo on phones */
  .znx-13 .znx-element.znx-element-a2b2f6b{display:none}
  /* footer: keep the pug illustration clear of the copyright line */
  .znx-2138 .znx-element.znx-element-420c936 > .znx-widget-wrap{padding-bottom:150px}
}
