@layer components {
  .shop-pdf-cta--bundle {
    width: 95%;
    margin: 1.5rem auto 0.5rem;
    padding: 2.5rem 1rem 2rem;
    border: 1px solid color-mix(in srgb, var(--text-accent) 25%, transparent);
    border-radius: var(--radius-md, 0.5rem);
    background: var(--section-bg-top);
    text-align: center;
  }
}
