/* ==========================================================================
   Huffords Jewelry — Custom Global CSS
   Paste into Punchmark Site Manager > Design / Theme Settings > Global CSS
   Do NOT paste into the page editor.
   ========================================================================== */

/* ===== Huffords — Wells Fargo Financing (.hwff) ===== */
.hwff {
  background-color: #FFFEFD;
  padding: 3rem 1rem;
}
.hwff__inner {
  max-width: 820px;
  margin: 0 auto;
}
.hwff__heading {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  line-height: 1.2;
  color: #054C67;
  margin: 0 0 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #98CDDD;
}
.hwff__intro,
.hwff__lead,
.hwff__body {
  font-family: Cambria, Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: #4A4C4A;
  margin: 0 0 1.25rem;
}
.hwff__intro {
  font-size: 1.1875rem;
}
.hwff__lead {
  font-weight: 700;
  color: #054C67;
  margin-bottom: 0.75rem;
}
.hwff__list {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
}
.hwff__list-item {
  font-family: Cambria, Georgia, serif;
  font-size: 1.0625rem;
  line-height: 1.6;
  color: #4A4C4A;
  position: relative;
  padding: 0 0 0 1.75rem;
  margin-bottom: 0.625rem;
}
.hwff__list-item::before {
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.6em;
  width: 8px;
  height: 8px;
  background-color: #054C67;
  transform: rotate(45deg);
}
.hwff__cta-block {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #DCDDD9;
  text-align: center;
}
.hwff__cta-label {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #054C67;
  margin: 0 0 1.25rem;
}
.hwff__banner-link {
  display: inline-block;
  position: relative;
  max-width: 600px;
  width: 100%;
  border: 1px solid #DCDDD9;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.hwff__banner-link:hover,
.hwff__banner-link:focus {
  box-shadow: 0 6px 18px rgba(5, 76, 103, 0.22);
  transform: translateY(-2px);
}
.hwff__banner-link:focus-visible {
  outline: 3px solid #054C67;
  outline-offset: 3px;
}
.hwff__banner-img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .hwff {
    padding: 2rem 1rem;
  }
  .hwff__heading {
    font-size: 1.75rem;
  }
  .hwff__intro {
    font-size: 1.0625rem;
  }
  .hwff__intro,
  .hwff__body,
  .hwff__list-item {
    font-size: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hwff__banner-link {
    transition: none;
  }
  .hwff__banner-link:hover,
  .hwff__banner-link:focus {
    transform: none;
  }
}
/* ===== End Huffords Wells Fargo Financing ===== */
