/*
Theme Name: Culligan Water
Theme URI: https://frostwp.com/
Author: WP Engine
Author URI: https://wpengine.com/
Description: With its clean, minimal design and powerful feature set, Frost enables agencies to build stylish and sophisticated WordPress websites. Frost is a masterpiece of design and functionality. It features a range of valuable patterns, including hero and portfolio sections, prominent call-to-action buttons, and customer testimonials. Whether you’re building a website for your business, personal brand, or creative project, Frost is perfect for anyone looking to launch quickly and efficiently.
Tags: block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, threaded-comments, translation-ready, wide-blocks
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.0.10
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: frost
*/

/* Dealer Social Icons 
---------------------------------------- */
.dealer-social-icons svg {
  fill: var(--color-azure) !important;
}

.fill-color-white {
  fill: var(--color-white) !important;
}

/* Input Overrides 
---------------------------------------- */
.culligan-input-rounded {
  border-radius: 9999px !important;
  border: 2px solid #d1d5db !important;
  color: var(--color-indigo) !important;
  padding-left: 3rem !important;
  padding-right: 1.5rem !important;
}

.culligan-input-rounded:focus {
  border-color: var(--color-azure) !important;
  outline: none !important;
}

.text-indigo-force {
  color: var(--color-indigo) !important;
}

/* Defaults
---------------------------------------- */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a,
button,
input:focus,
input[type="button"],
input[type="submit"],
textarea:focus,
.wp-element-button {
  transition: all 0.2s ease-in-out;
}

a,
a:focus,
a:hover,
a:not(.wp-element-button) {
  text-decoration-thickness: 1px;
}

b,
strong,
th {
  font-weight: var(--wp--custom--font-weight--medium);
}

mark {
  background: linear-gradient(
    90deg,
    var(--wp--preset--color--primary) 0%,
    var(--wp--preset--color--primary) 100%
  );
  background-position: 0 85%;
  background-repeat: repeat-x;
  background-size: 100% 15%;
}

/* -- Forms -- */

input,
select,
textarea {
  background-color: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  border-radius: 0;
  color: var(--wp--preset--color--contrast);
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--light);
  line-height: var(--wp--custom--line-height--body);
  padding: 10px 20px;
  width: 100%;
}

input:focus,
textarea:focus {
  background-color: var(--wp--preset--color--neutral);
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

input[type="button"],
input[type="email"],
input[type="search"],
input[type="submit"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  appearance: none;
}

::placeholder {
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.5;
}

/* Blocks
---------------------------------------- */

/* -- Code -- */

*:not(.wp-block-code) > code {
  background-color: var(--wp--preset--color--neutral);
  font-size: var(--wp--preset--font-size--small);
  padding: 5px 8px;
}

/* -- Navigation -- */

.wp-block-navigation__responsive-container.is-menu-open {
  padding: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container.is-menu-open
  .wp-block-navigation__responsive-container-content {
  padding-top: var(--wp--custom--spacing--gap);
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  border: 1px solid currentColor;
  padding: 2px;
}

.has-background .wp-block-navigation__responsive-container-open:focus,
.has-background .wp-block-navigation__responsive-container-open:hover {
  color: var(--wp--preset--color--base);
}

/* -- Navigation Submenu -- */

.wp-block-navigation:not(.has-background)
  .wp-block-navigation__submenu-container {
  background-color: var(--wp--preset--color--contrast);
  border: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  padding: 10px;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) a {
  padding: 2px 10px;
}

/* Utility
---------------------------------------- */

/* -- Box Shadow -- */

.is-style-shadow-light {
  box-shadow: var(--wp--preset--shadow--light);
}

.is-style-shadow-solid {
  box-shadow: var(--wp--preset--shadow--solid);
}

/* Media Queries
---------------------------------------- */

@media only screen and (max-width: 600px) {
  /* -- Utility -- */

  .is-style-hidden-mobile {
    display: none !important;
  }
}

@media only screen and (max-width: 782px) {
  /* -- Columns -- */

  .is-style-columns-reverse {
    flex-direction: column-reverse;
  }
}

/* Reset WordPress default link styles
---------------------------------------- */

a:where(:not(.wp-element-button)) {
  color: inherit;
  text-decoration: inherit;
}

a:where(:not(.wp-element-button)):hover {
  color: inherit;
}

.wp-block-group {
  margin-top: 0;
  margin-bottom: 0;
}

/* -- Begin FAQ component styles -- */

summary {
  list-style: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* -- FAQ component styles -- */

.culligan-faq-accordion h2 {
  color: #000e2e !important;
  font-weight: 600 !important;
  letter-spacing: -0.8px !important;
  /* Mobile */
  font-size: 32px !important;
  line-height: 40px !important;
}

.culligan-faq-accordion summary {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  width: 100% !important;
  list-style: none !important;
  cursor: pointer !important;
  padding: 16px 0 !important; /* Mobile closed spacing */
}

@media (min-width: 768px) {
  .culligan-faq-accordion summary {
    padding: 28px 0 !important; /* Desktop closed spacing */
  }
}

.culligan-faq-accordion summary::-webkit-details-marker {
  display: none !important;
}

.culligan-faq-accordion summary > * {
  pointer-events: none !important; /* Ensure click hits the summary hit area */
}

.culligan-faq-accordion summary,
.culligan-faq-accordion summary * {
  cursor: pointer !important;
  color: #000e2e !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 500 !important;
  /* Mobile */
  font-size: 16px !important;
  line-height: 1.25 !important;
}

.culligan-faq-accordion p {
  color: #4d4d4d !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

@media (min-width: 768px) {
  .culligan-faq-accordion h2 {
    font-size: 48px !important;
    line-height: 64px !important;
  }

  .culligan-faq-accordion summary,
  .culligan-faq-accordion summary div.rich-text,
  .culligan-faq-accordion summary [contenteditable="true"] {
    font-size: 20px !important;
    line-height: 28px !important;
  }

  .culligan-faq-accordion p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}

/* -- FAQ smooth transition -- */

.culligan-faq-accordion details.faq-item > .wp-block-group {
  display: grid !important;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease, opacity 0.35s ease;
  overflow: hidden;
  opacity: 0;
}

.culligan-faq-accordion details[open].faq-item > .wp-block-group {
  grid-template-rows: 1fr;
  opacity: 1;
}

/* @starting-style ensures the transition triggers every time the state changes */
@starting-style {
  .culligan-faq-accordion details[open].faq-item > .wp-block-group {
    grid-template-rows: 0fr;
    opacity: 0;
  }
}

.culligan-faq-accordion details.faq-item > .wp-block-group > div,
.culligan-faq-accordion details.faq-item > .wp-block-group > p {
  min-height: 0;
  padding-bottom: 16px !important; /* Mobile bottom gap */
}

.culligan-faq-accordion details[open].faq-item > .wp-block-group > div,
.culligan-faq-accordion details[open].faq-item > .wp-block-group > p {
  animation: faq-sweep 0.35s ease-out forwards;
}

@media (min-width: 768px) {
  .culligan-faq-accordion details.faq-item > .wp-block-group > div,
  .culligan-faq-accordion details.faq-item > .wp-block-group > p {
    padding-bottom: 28px !important; /* Desktop bottom gap */
  }
}

@keyframes faq-sweep {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.culligan-faq-accordion summary::after {
  content: "";
  display: block !important;
  width: 15px;
  height: 9px;
  margin-top: 6px;
  background: url("assets/optimized/homepage/icon-chevron-blue.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.2s ease-in-out;
  flex-shrink: 0 !important;
}

.culligan-faq-accordion details[open] summary::after {
  transform: rotate(180deg);
}

/* -- End FAQ component styles -- */

/* -- Begin Review Slider component styles -- */

/* Hide scrollbar but keep functionality */
/* Hide scrollbar but keep functionality */
.culligan-review-slider .hide-scrollbar,
.culligan-horizontal-slider .hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.culligan-review-slider .hide-scrollbar::-webkit-scrollbar,
.culligan-horizontal-slider .hide-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Main heading typography */
.culligan-review-slider h2 {
  color: #000e2e !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.8px !important;
  /* Mobile */
  font-size: 32px !important;
  line-height: 40px !important;
}

/* Review card headline (h3) */
.culligan-review-slider .review-card h3 {
  color: #000e2e !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  /* Mobile */
  font-size: 20px !important;
  line-height: 28px !important;
}

/* Review card body text */
.culligan-review-slider .review-card .review-body {
  color: #4d4d4d !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  /* Mobile */
  font-size: 12px !important;
  line-height: 20px !important;
}

/* Review card attribution text */
.culligan-review-slider .review-card .review-attribution {
  color: #000e2e !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  /* Mobile */
  font-size: 12px !important;
  line-height: 20px !important;
}

/* Navigation buttons */
.culligan-review-slider .review-arrows .wp-block-button,
.culligan-horizontal-slider .review-arrows .wp-block-button {
  margin: 0 !important;
}

.culligan-review-slider .review-arrows .wp-block-button__link,
.culligan-horizontal-slider .review-arrows .wp-block-button__link {
  background-color: white !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  padding: 0 !important;
  position: relative !important;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
}

.culligan-review-slider .review-arrows .wp-block-button__link:hover,
.culligan-horizontal-slider .review-arrows .wp-block-button__link:hover {
  opacity: 0.7;
  background-color: white !important;
}

.culligan-review-slider .review-arrows .wp-block-button__link img,
.culligan-horizontal-slider .review-arrows .wp-block-button__link img {
  width: 16px !important;
  height: 16px !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.culligan-horizontal-slider .review-arrows .wp-block-button__link::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.culligan-horizontal-slider .review-prev .wp-block-button__link::before {
  background-image: url('/wp-content/themes/culligan-water/assets/optimized/homepage/arrow-left.svg');
}

.culligan-horizontal-slider .review-next .wp-block-button__link::before {
  background-image: url('/wp-content/themes/culligan-water/assets/optimized/homepage/arrow-right.svg');
}

.culligan-review-slider .review-arrows .wp-block-button.disabled .wp-block-button__link,
.culligan-horizontal-slider .review-arrows .wp-block-button.disabled .wp-block-button__link {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

/* Pagination paragraph */
.culligan-review-slider .review-pagination,
.culligan-horizontal-slider .review-pagination {
  margin: 0 !important;
  display: flex;
  align-items: center;
  height: 40px;
}

/* Desktop styles */
@media (min-width: 1024px) {
  .culligan-review-slider h2 {
    font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 64px !important;
    letter-spacing: -0.8px !important;
  }

  .culligan-review-slider .review-card h3 {
    font-size: 32px !important;
    line-height: 42px !important;
  }

  .culligan-review-slider .review-card .review-body {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .culligan-review-slider .review-card .review-attribution {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .culligan-review-slider .review-pagination {
    display: none !important;
  }
}

/* Hide navigation when both arrows are disabled (nothing to scroll) */
.culligan-review-slider .review-navigation:has(.review-prev.disabled):has(.review-next.disabled) {
  display: none !important;
}

/* -- End Review Slider component styles -- */

#main-header {
  padding-left: 0px;
  padding-right: 0px;
}

/* -- Begin Text with Stacked Cards component styles -- */

.culligan-text-with-stacked-cards .wp-block-image img {
	width: 100%;
	height: 100%;
}

.culligan-text-with-stacked-cards h2 {
  color: #000e2e !important;
  font-family: "Manrope", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: -0.8px !important;
  /* Mobile */
  font-size: 32px !important;
  line-height: 40px !important;
}

.culligan-text-with-stacked-cards .culligan-cta-button-text-arrow a {
  width: 100%;
  justify-content: center;
}

/* Desktop styles */
@media (min-width: 1024px) {
  .culligan-text-with-stacked-cards h2 {
    font-weight: 600 !important;
    font-size: 48px !important;
    line-height: 64px !important;
    letter-spacing: -0.8px !important;
  }

  .culligan-text-with-stacked-cards .culligan-cta-button-text-arrow a {
    font-size: 1rem;
  }
}

/* -- End Text with Stacked Cards component styles -- */

/* -- Begin Hero component styles -- */
.culligan-hero-mobile h1 {
  font-size: 32px;
  font-weight: 600;
} 
.culligan-hero-mobile .wp-block-cover{
  min-height: 224px;
}
.culligan-hero-mobile .culligan-cta-button-text-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.culligan-hero-desktop {
  display: none;
}
.culligan-hero-desktop.wp-block-cover {
  padding: 0;
}
.culligan-hero-desktop .wp-block-cover__inner-container {
  height: 100%;
}
.culligan-hero-desktop .hero-gradient {
  height: 100%;
  position: absolute;
}
.culligan-hero-desktop, .culligan-hero-mobile {
  font-family: Manrope;
}
.culligan-hero-desktop h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: -0.448px;
}
.culligan-hero-desktop .culligan-cta-button-text-arrow a {
  font-size: 1rem;
}

/* Desktop styles */
@media (min-width: 1024px) {
  .culligan-hero-desktop {
    display: flex;
  }
}
/* -- End Hero component styles -- */

#main-header > div {
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);  
}




/* -- Begin Vertical Text with Cards component styles -- */

.culligan-vertical-text-cards h2 {
    color: #000 !important;
    text-align: center !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 32px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    line-height: 40px !important;
    letter-spacing: -0.8px !important;
}

.culligan-vertical-text-cards p.has-text-align-center {
    color: #000 !important;
    text-align: center !important;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.25 !important;
    margin-bottom: 36px !important;
}

@media (min-width: 1024px) {
    .culligan-vertical-text-cards h2 {
        color: #000E2E !important;
        font-size: 40px !important;
        line-height: 56px !important;
    }

    .culligan-vertical-text-cards p.has-text-align-center {
        color: #000E2E !important;
        font-size: 16px !important;
        line-height: 24px !important;
        margin-bottom: 72px !important;
    }
}

/* -- End Vertical Text with Cards component styles -- */

/* Hide block editor warning in site editor */
.block-editor-warning {
  display: none !important;
}

/* -- Begin Single Product component styles -- */

.single-product.outofstock .stock.out-of-stock,
.single-product.outofstock .wc-block-grid__product-price {
  display: none !important;
}

.wc-block-next-previous-buttons__button {
  background: none !important;
}

.single-product.instock .pdp-product-content .culligan-cta-button-text-arrow {
  display: none !important;
}

.single-product.instock .wp-block-add-to-cart-form {
  display: none;
}

.single-product.instock.product-internal .wp-block-add-to-cart-form {
  display: block;
}

.single-product.instock.product-internal .product-zip-container,
.single-product.instock.location-set.product-external .product-zip-container {
  display: none;
}

.single-product.outofstock .product-zip-container,
.single-product.outofstock .product-unavailable-container {
  display: none !important
}

.product-unavailable-container {
  display: none;
}

.single-product.instock.location-set.product-external .product-unavailable-container {
  display: block;
}

.single-product.instock.location-set.product-external .product-unavailable-container .culligan-cta-button-text-arrow {
  display: block !important;
}

.product-details-container h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
    margin-top: 32px;
    line-height: 125%;
}

@media (min-width: 1024px) {
  .product-zip-container form {
    width: 70%;
  }
  .product-details-container h3 {
    font-size: 20px;
    margin-bottom: 12px;
    margin-top: 36px;
    line-height: 140%;
  }
}

/* -- End Single Product component styles -- */

/* -- Begin Product Collection component styles -- */

.collection-container h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 72px;
}

.collection-card {
  height: 100%;
}

.collection-custom-image {
  height: 244px;
}

.collection-custom-image a {
  height: 100%;
  display: flex;
  justify-content: center;
}

.collection-custom-image a img {
  height: 100%;
  width: auto;
}

.collection-card-content {
  font-family: "Manrope", sans-serif;
}

.collection-card-content h2 {
  font-weight: 500;
}

.collection-card-content p {
  line-height: 24px;
  margin-top: 16px;
}

.collection-badges span{
    margin-top: 0;
}

.collection-badges .product-grid-badge{
    margin-top: 0;
    border-radius: 50px;
}

.wc-block-product {
    position: relative;
}

.wc-block-product .wp-block-post-title a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.collection-container .page-numbers.current {
  color: #2968FE;
  border-bottom: 1px solid #2968FE;
}

@media (min-width: 1024px) {
    .collection-container h1 {
      font-size: 48px;
    }
}

/* -- End Product Collection component styles -- */


/* -- Begin Water Score Table component styles -- */

.risk-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  min-width: 90px;
}

/* -- End Water Score Table component styles -- */

/* -- Begin Image Cover Utility -- */
/* Applies object-fit:cover to images within wp:image blocks
   Use on figure.wp-block-image to keep images editable in WP */

.culligan-image-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.culligan-image-contain img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

/* -- End Image Cover Utility -- */

/* -- Begin Card Link Utility -- */
/* Makes an anchor inside a card cover the entire card area
   Use .culligan-card-link on the card container and
   .culligan-card-link-anchor on the anchor element */

.culligan-card-link {
  position: relative;
}

.culligan-card-link-anchor::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.culligan-card-link .culligan-image-cover img,
.culligan-card-link .culligan-image-contain img,
.culligan-card-link .wp-block-image img {
  transition: transform 0.3s ease;
}

.culligan-card-link h3,
.culligan-card-link h3.wp-block-heading,
.culligan-card-link h3.text-indigo {
  transition: color 0.3s ease;
}

.culligan-card-link:hover .culligan-image-cover img,
.culligan-card-link:hover .culligan-image-contain img,
.culligan-card-link:hover .wp-block-image img {
  transform: scale(1.05);
}

.culligan-card-link:hover h3,
.culligan-card-link:hover h3.wp-block-heading,
.culligan-card-link:hover h3.text-indigo {
  color: #2968fe !important;
}


/* -- End Card Link Utility -- */

/* -- Begin Hero ZIP Form Background -- */

.culligan-hero-zip-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: url('/wp-content/themes/culligan-water/assets/optimized/homepage/hero-bg.webp') center center/cover no-repeat;
  z-index: 1;
  pointer-events: none;
}

.culligan-hero-zip-wrapper::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(103.86deg, rgba(0, 0, 0, 0.6) 7.97%, rgba(0, 0, 0, 0.474338) 31.99%, rgba(0, 0, 0, 0) 48.94%);
  z-index: 1;
  pointer-events: none;
}


/* -- End Hero ZIP Form Background -- */

/* -- Begin Button with Arrow -- */

.culligan-button-arrow .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  height: 50px;
  padding: 0 25px;
  background-color: #2968fe;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 9999px;
  transition: background-color 0.2s;
}

.culligan-button-arrow .wp-block-button__link:hover {
  background-color: #1d4ed8;
}

.culligan-button-arrow .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url('/wp-content/themes/culligan-water/assets/optimized/homepage/icon-arrow-right.svg') no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
}

@media (min-width: 1024px) {
  .culligan-button-arrow .wp-block-button__link {
    font-size: 1rem;
  }
}

/* -- End Button with Arrow -- */

/* -- Begin Review Slider (Careers) -- */

.culligan-review-card-image img {
  width: 100%;
  display: block;
  border-radius: 8px 8px 0 0;
}

.review-prev .wp-block-button__link,
.review-next .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 50%;
  background-color: #2968fe;
}

.review-prev .wp-block-button__link:hover,
.review-next .wp-block-button__link:hover {
  background-color: #1d4ed8;
}

.review-prev .wp-block-button__link::before,
.review-next .wp-block-button__link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}

.review-prev .wp-block-button__link::before {
  background-image: url('/wp-content/themes/culligan-water/assets/optimized/homepage/arrow-left.svg');
}

.review-next .wp-block-button__link::before {
  background-image: url('/wp-content/themes/culligan-water/assets/optimized/homepage/arrow-right.svg');
}

/* -- End Review Slider (Careers) -- */

/* -- Begin Decorative Arrow Icons -- */
/* Use <span> with these classes instead of <img> tags so crawlers/Yoast never pick up SVGs. */
/* example: <span class="culligan-arrow-right-white" aria-hidden="true"></span> */
.culligan-arrow-right,
.culligan-arrow-right-sm,
.culligan-arrow-right-md,
.culligan-arrow-right-lg,
.culligan-arrow-right-white,
.culligan-arrow-right-white-md,
.culligan-arrow-right-white-lg {
  display: inline-block;
  background: url('/wp-content/themes/culligan-water/assets/optimized/homepage/icon-arrow-right.svg') no-repeat center;
  background-size: contain;
  flex-shrink: 0;
}

.culligan-arrow-right-sm  { width: 1rem;    height: 1rem; }     /* 16px — w-4 */
.culligan-arrow-right     { width: 1.5rem;  height: 1.5rem; }   /* 24px — w-6 */
.culligan-arrow-right-md  { width: 1.25rem; height: 1.25rem; }  /* 20px — w-5 */
.culligan-arrow-right-lg  { width: 2rem;    height: 2rem; }     /* 32px — w-8 */

.culligan-arrow-right-white,
.culligan-arrow-right-white-md,
.culligan-arrow-right-white-lg {
  filter: brightness(0) invert(1);
}

.culligan-arrow-right-white    { width: 1rem;    height: 1rem; }    /* 16px */
.culligan-arrow-right-white-md { width: 1.25rem; height: 1.25rem; } /* 20px */
.culligan-arrow-right-white-lg { width: 1.5rem;  height: 1.5rem; }  /* 24px */

/* -- End Decorative Arrow Icons -- */

