.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section {
  width: min(100% - 2rem, 75rem);
  margin: clamp(1.75rem, 4vw, 3rem) auto;
}

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a {
  display: flex;
  min-height: 5.75rem;
  padding: 1.25rem 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  border: 1px solid var(--pvg-premium-border, #d8eaf5);
  border-radius: 1.5rem;
  background: #fff;
  color: var(--pvg-premium-blue, #00498e);
  box-shadow: 0 12px 32px rgb(0 73 142 / 5%);
  text-decoration: none;
}

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a > span { min-width: 0; }
.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section small,
.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section strong { display: block; }

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section small {
  margin-bottom: .25rem;
  color: var(--pvg-premium-muted, #526a7f);
  font-size: .875rem;
  line-height: 1.35;
}

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section strong {
  color: var(--pvg-premium-blue, #00498e);
  font-size: clamp(1.0625rem, 2.4vw, 1.25rem);
  line-height: 1.35;
}

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section svg {
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a:focus-visible {
  outline: 3px solid #ffbf47;
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a {
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
  }
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a:hover {
    border-color: rgb(88 189 156 / 65%);
    box-shadow: 0 16px 38px rgb(0 73 142 / 8%);
    transform: translateY(-2px);
  }
}

@media (min-width: 64rem) {
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section {
    width: min(100% - 4rem, 80rem);
    margin-block: 1rem;
  }

  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a {
    min-height: 6.25rem;
    padding: 1.35rem 1.75rem;
    border-radius: 1.75rem;
  }
}

@media (min-width: 100rem) {
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section {
    width: min(100% - 6rem, 80rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a { transition: none; }
  .pvg-apotheker-landingpage .pvg-apotheker-landingpage__next-section a:hover { transform: none; }
}
