/* Restoravet site styles that sit beside the theme stylesheet. */
/* Body typeface: Schibsted Grotesk (SIL Open Font License 1.1), self-hosted. */
@font-face{font-family:"site-text";font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/schibsted-grotesk-400-normal.woff2) format("woff2")}
@font-face{font-family:"site-text";font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/schibsted-grotesk-400-italic.woff2) format("woff2")}
@font-face{font-family:"site-text";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/schibsted-grotesk-500-normal.woff2) format("woff2")}
@font-face{font-family:"site-text";font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/schibsted-grotesk-500-italic.woff2) format("woff2")}
@font-face{font-family:"site-text";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/schibsted-grotesk-700-normal.woff2) format("woff2")}
@font-face{font-family:"site-text";font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/schibsted-grotesk-700-italic.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/schibsted-grotesk-500-normal.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:italic;font-weight:500;font-display:swap;src:url(/fonts/schibsted-grotesk-500-italic.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/schibsted-grotesk-600-normal.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:italic;font-weight:600;font-display:swap;src:url(/fonts/schibsted-grotesk-600-italic.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/schibsted-grotesk-700-normal.woff2) format("woff2")}
@font-face{font-family:"site-display";font-style:italic;font-weight:700;font-display:swap;src:url(/fonts/schibsted-grotesk-700-italic.woff2) format("woff2")}
/* Live search results */
/* visual styles */
.live-search-results {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  box-shadow: 0 0 2px 0 rgba(30, 30, 30, 0.4);
  border-radius: 3px;
  width: 315px;
  min-height: 175px;
  max-height: 300px;
}

.live-search-result p,
.live-search-result-status p {
  font-size: 0.9em;
  padding: 1em;
  margin: 0;
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
}

.live-search-result-status p {
  font-size: 0.8em;
  padding: 0 1em;
}

.live-search-result--focused {
  background: #ddd;
}

.live-search-result--focused a {
  color: #000;
}

.live-search-result:last-of-type p {
  border-bottom: 0;
}

.live-search-result a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Bullet proof Screen Reader Only text */
.live-search-instructions {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.live-search-spinner--active {
  width: 56px;
  height: 56px;
  border: 8px solid #0052ec;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 1em auto;
}
.live-search-spinner--active::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #0052ec;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: 33px;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}




			.live-search-results {
				opacity: 0;
				transition: opacity .25s ease-in-out;
				-moz-transition: opacity .25s ease-in-out;
				-webkit-transition: opacity .25s ease-in-out;
				height: 0;
				overflow: hidden;
				z-index: 9999995; /* Exceed SearchWP Modal Search Form overlay. */
				position: absolute;
				display: none;
			}

			.live-search-results-showing {
				display: block;
				opacity: 1;
				height: auto;
				overflow: auto;
			}

			.live-search-no-results, .live-search-didyoumean {
				padding: 0 1em;
			}
		
/* Paragraph utilities */
.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}
/* Contact form (components/site/ContactForm.tsx) */
.rv-form{display:flex;flex-direction:column;gap:22px;max-width:560px}
.rv-form__row{display:grid;gap:22px;grid-template-columns:1fr 1fr}
@media (max-width:640px){.rv-form__row{grid-template-columns:1fr}}
.rv-form__field{display:flex;flex-direction:column;gap:8px}
.rv-form label{font-family:var(--site-display,inherit);font-size:15px;font-weight:500;line-height:1.4}
.rv-form__optional{color:#6b6b6b;font-weight:400}
.rv-form input,.rv-form textarea{background-color:#fff;border:1px solid #d5cbc3;border-radius:12px;color:#151515;font-family:inherit;font-size:16px;line-height:1.5;padding:14px 16px;width:100%}
.rv-form input::placeholder,.rv-form textarea::placeholder{color:#9a9a9a}
.rv-form input:focus-visible,.rv-form textarea:focus-visible{border-color:#00a651;outline:2px solid #00a651;outline-offset:1px}
.rv-form textarea{min-height:150px;resize:vertical}
.rv-form__honeypot{height:0;left:-9999px;overflow:hidden;position:absolute;width:0}
.rv-form__actions{align-items:center;display:flex;flex-wrap:wrap;gap:16px}
.rv-form__submit{background-color:#00a651;border:0;border-radius:999px;color:#fff;cursor:pointer;font-family:inherit;font-size:16px;font-weight:500;line-height:1;padding:16px 30px;transition:background-color .2s ease}
.rv-form__submit:hover{background-color:#008c44}
.rv-form__submit:disabled{cursor:progress;opacity:.6}
.rv-form__submit--quiet{background-color:#151515;margin-top:8px}
.rv-form__submit--quiet:hover{background-color:#333}
.rv-form__note{color:#6b6b6b;font-size:14px;margin:0}
.rv-form__error{color:#b3261e;font-size:15px;margin:0}
.rv-form__sent{max-width:560px}
.rv-form__sent-heading{font-family:var(--site-display,inherit);font-size:20px;font-weight:600;margin:0 0 8px}
.rv-form__sent p{margin:0 0 8px}

/* A general-content block used as the intro to a cards section: lines up with the page gutter
   (like the hero and the cards) instead of the centred reading column, and sits lower. */
.general-content--section-intro{margin-top:150px;max-width:none}
.general-content--section-intro>.general-content__container{max-width:1440px;padding-left:20px;padding-right:20px}
@media (max-width:767px){
  .general-content--section-intro{margin-top:90px}
  .general-content--section-intro>.general-content__container{padding-left:20px;padding-right:20px}
}
.general-content--section-intro .general-content__content{max-width:640px}
