

.aktuelles-slider-wrapper {
  position: relative;
  max-width: 100vw;
  margin: 32px auto;
  padding: 16px 0 40px 0;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.06);
  border-radius: 16px;
  overflow: hidden;
}

.aktuelles-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  gap: 24px;
  padding: 16px 24px;
}
.aktuelles-slide {
  flex: 0 0 80vw;
  max-width: 350px;
  min-width: 250px;
  background: #f7f7f7;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.04);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  transition: box-shadow 0.2s;
}
.aktuelles-slide-image {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}
.aktuelles-slide-content {
  padding: 16px;
}
.aktuelles-slide-title {
  font-size: 17.6px;
  margin: 0 0 8px 0;
  font-weight: 600;
}
.aktuelles-slide-excerpt {
  font-size: 15.52px;
  color: #444;
  margin-bottom: 12px;
}
.aktuelles-slide-link {
  color: #0073aa;
  text-decoration: underline;
  font-weight: 500;
  font-size: 15.52px;
}
.aktuelles-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #0073aa;
  cursor: pointer;
  z-index: 2;
  transition: background 0.2s;
}
.aktuelles-arrow--prev {
  left: 8px;
}
.aktuelles-arrow--next {
  right: 8px;
}
.aktuelles-arrow:active,
.aktuelles-arrow:focus {
  background: #e6f0fa;
}
.aktuelles-bullets {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}
.aktuelles-bullet {
  width: 13.6px;
  height: 13.6px;
  border-radius: 50%;
  border: none;
  background: #d0d7de;
  cursor: pointer;
  transition: background 0.2s;
}
.aktuelles-bullet.active,
.aktuelles-bullet:focus {
  background: #0073aa;
}

.single-post-hero {
  --hero-ease: cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  min-height: clamp(416px, 78vh, 672px);
  display: flex;
  align-items: center;
  color: var(--white);
  background-color: var(--black);
  overflow: hidden;
  isolation: isolate;
}

.single-post-hero .container {
  position: relative;
  z-index: 3;
  width: 100%;

}

.single-post-hero__bg,
.single-post-hero__overlay {
  position: absolute;
  inset: 0;
}
.wp-element-caption {
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  margin-top: 8px;
}
.single-post-hero__bg {
  background-image: var(--single-post-hero-bg);
  background-size: cover;
  background-position: center;
  z-index: 1;
  transform: scale(1.02);
}

.single-post-hero__overlay {
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.32) 52%, rgba(0, 0, 0, 0.82) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 45%, rgba(0, 0, 0, 0.42) 100%);
}

.single-post-hero.is-placeholder .single-post-hero__overlay {
  background:
    radial-gradient(130% 80% at 10% 12%, rgba(181, 18, 18, 0.34) 0%, rgba(0, 0, 0, 0) 55%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.5) 0%, rgba(10, 10, 10, 0.92) 100%);
}

.single-post-separator {
  display: none;
}

.single-post-hero__content-fix-gap {
  width: 100%;
  transform: none;
}



.single-post-hero__panel {
  padding: 0;
  animation: singlePostHeroPanelIn 760ms var(--hero-ease) 80ms forwards;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 24px;
  padding-left: 0;
}

.single-post-hero__meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  max-width: 390px;
  min-height: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex: none;
  order: 2;
  flex-grow: 0;
  opacity: 0;
  transform: translateY(9.6px);
  animation: fadeUp 560ms var(--hero-ease) 190ms forwards;
}

.single-post-hero__meta li {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #eee;
  flex: none;
  flex-grow: 0;
}

.single-post-hero__meta-author strong {
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.single-post-hero__meta li::after {
  content: "·";
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 22px;
  margin-left: 10px;
  font-family: "42dot Sans", var(--font_secondary), sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #eee;
  flex: none;
  flex-grow: 0;
}

.single-post-hero__meta li:last-child::after {
  content: "";
  width: 0;
  min-width: 0;
  height: 0;
  margin: 0;
}
.single-post-hero h1 {
  max-width: 22ch;
  margin: 0;
  line-height: 1.08;
  color: var(--white);
  text-wrap: wrap;
  overflow-wrap: normal;
  word-break: normal;
  white-space: normal;
  opacity: 0;
  transform: translateY(12.8px);
  animation: fadeUp 650ms var(--hero-ease) 270ms forwards;
}

.single-post-hero__title--short {
  font-size: clamp(49.6px, 4.6vw, 72px);
}

.single-post-hero__title.single-post-hero__title--short {
  width: 100%;
  max-width: 901px;
  font-family: var(--font_third);
  font-style: normal;
  font-weight: bold;
  font-size:56px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.single-post-hero__title--medium {
  font-size: clamp(43.2px, 4.2vw, 64px);
}

.single-post-hero__title.single-post-hero__title--medium {
  width: 100%;
  max-width: 901px;
  font-family: var(--font_third);
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0;
  color: #fff;
  flex: none;
  order: 0;
  flex-grow: 1;
}

.single-post-hero__title--long {
  font-size: clamp(37.6px, 3.8vw, 54.4px);
}

.single-post-hero__title--xlong {
  font-size: clamp(32px, 3.2vw, 46.4px);
}
.aktuelles-card a.aktuelles-card__link:hover {
  text-decoration: inherit !important;
}
.single-post-hero__excerpt {
  width: 100%;
  max-width: 443px;
  min-height: 0;
  color: #fff;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  flex: none;
  order: 0;
  flex-grow: 0;
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
  opacity: 0;
  transform: translateY(12.8px);
  animation: fadeUp 740ms var(--hero-ease) 360ms forwards;
  margin: 0 !important;
}

.single .page-content {
  min-height: auto;
  padding-block: 40px;
}

.single .page-content__inner {
  width: 100%;
  max-width: 908px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  padding-bottom: 0;

}

/* Floats need normal flow; base theme uses flex for this container. */
.single .page-content__main {
  display: block;
}

.single .page-content__main::after {
  content: "";
  display: table;
  clear: both;
}



.single .page-content__main p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.single .page-content__main p:empty {
  display: none;
}

.single .page-content__main p + p {
  margin-top: 24px !important;
}

.single .page-content__main h2,
.single .page-content__main h3,
.single .page-content__main h4,
.aktuelles-section__header-top h2 {
  clear: both;
  position: relative;
  padding-bottom: clamp(8.8px, 1.1vw, 12.8px);
  margin-bottom: clamp(11.2px, 1.5vw, 16px);
  font-family: var(--font_third);
  width: 100%;
  letter-spacing: 0;
  font-style: Bold;
  font-size:28px;
  line-height: 120%;
}

.single .page-content__main h3,
.single .page-content__main h4 {
  padding-bottom: 0;
  margin-bottom: 16px;
}

.single .page-content__main h2 {
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.single .page-content__main h2:not(:first-child) {
  margin-top: 36px;
}

.aktuelles-shortcode-title {
  font-family: var(--font_third);
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0;
}

.single-latest-posts .aktuelles-section__header, .aktuelles-section__header {
  display: flex;
  flex-direction: column;
}

.single-latest-posts .aktuelles-section__description, .aktuelles-section__description {
  order: 0;
  margin: 0 0 12px;
  width: 100%;
  font-family: var(--font_secondary);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}


.single .page-content__main p, .single .page-content__main .wp-block-list, .single .page-content__main ul, .single .page-content__main ol {
  width: 100%;
  max-width: 100%;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

.single .page-content__main blockquote p,
.single .page-content__main blockquote.wp-block-quote p {
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.single .page-content__main h2::after,
.aktuelles-section__header-top h2::after
{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  width: 100%;
  height: 3px;
  border-radius: 33554400px;
  background: linear-gradient(90deg, #ffc700 0%, #ee46d3 50%, #ffc700 100%);
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}
/* H3/H4 are plain subheadings in the Figma article layout. */
.single .page-content__main h3::after,
.single .page-content__main h4::after {
  content: none !important;
}

/* Ensure Gutenberg alignleft images in article body wrap text on the right side. */
.single .page-content__main figure.wp-block-image.alignleft.size-large.is-resized,
.single .page-content__main figure.alignleft.size-large.is-resized {
  float: left;
  max-width: min(48%, 448px);
  width: auto;
  margin: 4px clamp(16px, 2vw, 24px) 12px 0;
}

.single .page-content__main figure.wp-block-image.alignleft.size-large.is-resized img,
.single .page-content__main figure.alignleft.size-large.is-resized img {
  display: block;
  width: 100%;
  height: auto;
}

/* Fallback for editors where alignleft class is applied to IMG instead of FIGURE. */
.single .page-content__main figure.wp-block-image.size-large.is-resized img.alignleft,
.single .page-content__main img.alignleft {
  float: left;
  max-width: min(48%, 448px);
  width: auto;
  height: auto;
  margin: 4px clamp(16px, 2vw, 24px) 12px 0;
}

/* Match float behavior for Gutenberg video blocks. */
.single .page-content__main figure.wp-block-video.alignleft,
.single .page-content__main .wp-block-video.alignleft {
  float: left;
  max-width: min(48%, 448px);
  width: auto;
  margin: 4px clamp(16px, 2vw, 24px) 12px 0;
}

.single .page-content__main figure.wp-block-video.alignright,
.single .page-content__main .wp-block-video.alignright {
  float: right;
  max-width: min(48%, 448px);
  width: auto;
  margin: 4px 0 12px clamp(16px, 2vw, 24px);
}

.single .page-content__main .wp-block-video video {
  display: block;
  width: 100%;
  height: auto;
}

.single-latest-posts {
  background-color:#000;
  padding-bottom: clamp(40px, 5vw, 64px);
}


.single-latest-posts .aktuelles-section .container, .aktuelles-section .container  {
  width: 100%;
  max-width: 1440px;
  min-height: 900.859375px;
  padding: 80px 116px;
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-inline: auto;
}

.single-video-cta {
  position: relative;
  isolation: isolate;
  color: var(--white);
  min-height: clamp(288px, 42vw, 448px);
  display: flex;
  align-items: center;
  overflow: hidden;
}

.single-video-cta__media,
.single-video-cta__overlay {
  position: absolute;
  inset: 0;
}

.single-video-cta__media {
  z-index: 1;
}

.single-video-cta__video {
object-position: 110% center;
  height: 1000px;
  width: 100%;
}

.single-video-cta__overlay {
  z-index: 2;

background: var(--Opacity-Neutral-Darkest-40, #00000066);

}

.single-video-cta .container {
  position: relative;
  z-index: 3;
  width: 100%;
}

.single-video-cta__content {
  max-width: 960px;
  margin:0 auto;
  padding-block: clamp(48px, 8vw, 88px);
}

.single-video-cta__content h2 {
  margin: 0 0 24px;
  color: #fff;
  text-wrap: balance;
  font-family: var(--font_third);
  font-weight: 700;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: 0;
}

.single-video-cta__content p {
  margin: 0;
  color: #fff;
  max-width: 544px;
  font-family: var(--font_third);
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}
body .has-fit-text {
  font-family: var(--font_third);
  color: #0006 !important;
  margin-top: 10px;
  font-size:14px !important;
}
h5.wp-block-heading{
font-family: var(--font_third);
font-weight: 700;
font-style: normal;
font-size: 28px;
line-height: 120%;
letter-spacing: 0%;
margin-bottom:15px;

}
#aktuelles-shortcode-title, #aktuelles-page-title{
  font-weight: 700;
  font-size: 40px !important;
  line-height: 120%;
  letter-spacing: 0%;
}
.aktuelles-section__description{
  font-family: var(--font_secondary);
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #fff;
}


.single-latest-posts__header {
  margin-bottom: 13.6px;
}

.single-latest-posts__header h2 {
  margin: 0;
}
body .is-style-rounded img{
  border-radius:10px !important;
  margin-bottom: 5px;
}



.wp-block-separator.has-alpha-channel-opacity {
  width: 100%;
  height: 3px;
  position: relative;
  display: block;
  margin-top: 30px !important;
  margin-bottom: 30px;
  border-radius: 33554400px;
  background: linear-gradient(90deg, #ffc700 0%, #ee46d3 50%, #ffc700 100%);
  border:none;
}

@keyframes singlePostHeroBgBreath {
  0% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1.08);
  }
}

@keyframes singlePostHeroPanelIn {
  0% {
    opacity: 0;
    transform: translateY(15.2px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes singlePostHeroPanelFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-3.52px);
  }
}

/* Keep the hero as a full first screen on all breakpoints. */
.single-post-hero {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

@supports (height: 100dvh) {
  .single-post-hero {
    min-height: 100dvh !important;
  }
}

.site-header__search {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}

.site-header__search .site-menu-search-form {
  width: 100%;
}

.site-header__search .search-form__controls {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.34);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.site-header__search .search-form__input {
  width: 100%;
  min-width: 0;
  background: transparent;
  border: 0;
  outline: 0;
  color: var(--white);
  font-family: var(--font_secondary);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.625rem 0.875rem;
}

.site-header__search .search-form__input::placeholder {
  color: rgba(255, 255, 255, 0.72);
}

.site-header__search .search-form__button {
  min-width: 8.625rem;
  width: auto;
  border-radius: 999px;
  justify-content: center;
  padding-inline: 1rem;
  gap: 0.5rem;
  white-space: nowrap;
}

.site-header__search .search-form__button-icon {
  width: 1rem;
  height: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.site-header__search .search-form__button-icon svg {
  width: 1rem;
  height: 1rem;
}

.site-header__search .search-form__controls:focus-within {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.2);
}

@media (max-width: 63.99875em) {
  .site-header__search {
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .site-header__search .search-form__controls {
    flex-wrap: nowrap;
    gap: 0.5rem;
    min-height: 3.75rem;
    padding: 0.375rem;
    border-color: rgba(255, 255, 255, 0.42);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-header__search .search-form__input {
    min-height: 3rem;
    padding: 0 0.75rem;
    font-size: 1.0625rem;
    line-height: 1.5;
  }

  .site-header__search .search-form__button {
    flex: 0 0 auto;
    width: auto;
    min-width: 7.5rem;
    min-height: 3rem;
    padding: 0.625rem 1rem;
    border: 0;
    border-radius: 0.5rem;
  }

  .site-header__search .search-form__controls:focus-within {
    border-color: var(--white);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 0 0.125rem rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 47.99875em) {
  .site-header__menus-inner {
    padding-top: 5.875rem;
  }
}

@media (max-width: 30em) {
  .site-header__search .search-form__button {
    width: 3rem;
    min-width: 3rem;
    padding: 0;
  }

  .site-header__search .search-form__button > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

.cta-boxes {
  background: #fff;
}

.cta-boxes .container {
  max-width: 100%;
  padding-inline: 0;
}

.cta-boxes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.cta-boxes__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: clamp(2.25rem, 5.6vw, 5rem) clamp(1.5rem, 4.2vw, 3.75rem);
  min-height: clamp(24rem, 38vw, 33.875rem);
  background: #fff;
}

.cta-boxes__item--dark {
  background: #000;
}

.cta-boxes__item--muted {
  background: #666;
}

.cta-boxes__content {
  margin: 0 auto;
  width: min(100%, 37.5rem);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.5rem;
  flex-grow: 1;
}

.cta-boxes__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.cta-boxes__item h3 {
  margin: 0;
  width: 100%;
  font-family: var(--font_third);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.1;
  letter-spacing: 0;
  color: #000;
}

.cta-boxes__text,
.cta-boxes__text p {
  margin: 0;
  width: 100%;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.5;
  color: #222;
}

.cta-boxes__text p + p {
  margin-top: 0.75rem;
}

.cta-boxes__actions {
  margin-top: auto;
}

.cta-boxes__actions .btn {
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.25rem;
}

.cta-boxes__item--dark h3,
.cta-boxes__item--dark .cta-boxes__text,
.cta-boxes__item--dark .cta-boxes__text p,
.cta-boxes__item--muted h3,
.cta-boxes__item--muted .cta-boxes__text,
.cta-boxes__item--muted .cta-boxes__text p {
  color: #fff;
}

.cta-boxes__item--dark .cta-boxes__text a,
.cta-boxes__item--muted .cta-boxes__text a {
  color: #fff;
}

@media (max-width: 63.99875em) {
  .cta-boxes__grid {
    grid-template-columns: 1fr;
  }

  .cta-boxes__item {
    min-height: auto;
  }
}

.newsletter-signup {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: #111;
  color: #fff;
}

.newsletter-signup__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.newsletter-signup__bg img,
.newsletter-signup__bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top left;
}

.newsletter-signup__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.newsletter-signup .container {
  max-width: 90rem;
  padding-inline: clamp(1rem, 4vw, 4rem);
}

.newsletter-signup__inner {
  padding-block: clamp(3rem, 8vw, 7rem);
}

.newsletter-signup__content {
  width: min(100%, 48rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}

.newsletter-signup h2 {
  margin: 0;
  font-family: var(--font_third);
  font-style: normal;
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.5rem);
  line-height: 1.2;
  color: #fff;
}

.newsletter-signup__description {
  margin: 0;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.5;
  color: #fff;
}

.newsletter-signup__actions {
  width: min(100%, 35.5625rem);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.newsletter-signup__form {
  width: 100%;
  display: flex;
  align-items: stretch;
  gap: 1rem;
}

.newsletter-signup__form input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 3rem;
  padding: 0.75rem;
  border: 0.0625rem solid #fff;
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
}

.newsletter-signup__form input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.newsletter-signup__form input[type="email"]:focus {
  outline: 0.125rem solid rgba(255, 255, 255, 0.9);
  outline-offset: 0.0625rem;
}

.newsletter-signup__form button {
  height: 3rem;
  padding: 0.75rem 1.5rem;
  border: 0;
  border-radius: 0.25rem;
  background: #fff;
  color: #000;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.newsletter-signup__form button:hover,
.newsletter-signup__form button:focus-visible {
  transform: translateY(-0.0625rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.newsletter-signup__note {
  margin: 0;
  font-family: var(--font_secondary);
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 63.99875em) {
  .newsletter-signup__content {
    width: min(100%, 42rem);
  }

  .newsletter-signup h2 {
    font-size: clamp(1.7rem, 4vw, 2.2rem);
  }
}

@media (max-width: 47.99875em) {
  .newsletter-signup .container {
    padding-inline: 1rem;
  }

  .newsletter-signup__inner {
    padding-block: 2.5rem;
  }

  .newsletter-signup__content {
    gap: 1.5rem;
  }

  .newsletter-signup__actions {
    width: 100%;
  }

  .newsletter-signup__form {
    flex-direction: column;
  }

  .newsletter-signup__form button {
    width: 100%;
  }
}
