/** Shopify CDN: Minification failed

Line 14:14 Expected identifier but found whitespace
Line 14:16 Unexpected "{"
Line 14:25 Expected ":"
Line 14:51 Expected ":"
Line 15:17 Expected identifier but found whitespace
Line 15:19 Unexpected "{"
Line 15:28 Expected ":"
Line 15:57 Expected ":"

**/
.quote-divider {
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
  text-align: center;
}

.quote-divider__inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 2rem;
}

.quote-divider__ornament {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.6rem 0;
}

.quote-divider__dots {
  display: flex;
  gap: 8px;
  align-items: center;
}

.quote-divider__dots span {
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.4;
}

.quote-divider__dots span:nth-child(3) {
  width: 7px;
  height: 7px;
  opacity: 0.7;
}

.quote-divider__star {
  font-size: 1.4rem;
  opacity: 0.5;
  letter-spacing: 0.8rem;
}

.quote-divider__line {
  display: block;
  width: 60px;
  height: 1px;
  background: currentColor;
  opacity: 0.3;
}

.quote-divider__quote {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-family: var(--font-heading-family);
  font-weight: var(--font-heading-weight);
  line-height: 1.3;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}

.quote-divider__attribution {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  opacity: 0.6;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.quote-divider__btn {
  margin-top: 2.4rem;
  display: inline-block;
}