.customer-styles {
  /* START article: rubric */
  /* END article: rubric */
}

.customer-styles .template_rubric {
  display: grid;
  justify-items: start;
  pointer-events: none;
}

.customer-styles .template_rubric.spacing-top-minimal {
  margin-top: calc(22 * -1.4 * var(--font-size, 1px) - 4px);
}

@media (min-width: 768px) {
  .customer-styles .template_rubric.spacing-top-minimal {
    margin-top: calc(16 * -1.4 * var(--font-size, 1px) - 4px);
  }
}

.customer-styles .template_rubric .headline {
  background-color: #fff;
  color: #1a3682;
  font-size: calc(22 * var(--font-size, 1px));
  font-weight: bold;
  letter-spacing: .02em;
  line-height: 1.4;
  max-width: 60vw;
  padding: 2px 25px;
  pointer-events: all;
  text-align: center;
  text-wrap-style: balance;
}

@media (min-width: 768px) {
  .customer-styles .template_rubric .headline {
    font-size: calc(16 * var(--font-size, 1px));
  }
}

.customer-styles .template_rubric .separator {
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 100%;
}
