html:not([data-sun-clipped-ready="true"]) body {
  visibility: hidden;
}

a[aria-label="Sun Clipped Dog Grooming home"] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  max-width: none !important;
}

a[aria-label="Sun Clipped Dog Grooming home"] [class*="templateLogo"] {
  max-width: none !important;
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
  font-size: 0.75rem !important;
}

.sun-clipped-logo {
  width: 64px;
  height: 64px;
  flex: 0 0 64px;
  border-radius: 50%;
  object-fit: cover;
}

button[aria-label$="link placeholder"],
#testimonial-section,
a[href$="#testimonial-section"],
#faq-section article:nth-of-type(4),
#about-section [class*="statistics"] {
  display: none !important;
}

#about-section {
  height: auto;
}

#about-section > [class*="container"] {
  height: auto;
  gap: 0;
}

aside[aria-label="Business contact details"] [class*="contactItem"]:nth-child(4) {
  display: none !important;
}

#contact-section section[aria-labelledby="footer-contact-title"],
#contact-section section[aria-labelledby="footer-visit-title"],
aside[aria-label="Business contact details"] [class*="contactList"] {
  visibility: hidden;
}

@media (max-width: 767px) {
  nav [class*="desktopSocials"],
  nav [class*="desktopActionsDivider"] {
    display: none !important;
  }

  #contact-section section[aria-labelledby="footer-contact-title"],
  #contact-section section[aria-labelledby="footer-visit-title"] {
    min-width: 0;
  }

  #contact-section section[aria-labelledby="footer-contact-title"] a,
  #contact-section section[aria-labelledby="footer-visit-title"] p {
    overflow-wrap: anywhere;
  }

  a[aria-label="Sun Clipped Dog Grooming home"] [class*="templateLogo"] {
    font-size: 1rem !important;
  }

  .sun-clipped-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }
}
