.accordion-title {
  font-family: "Amatic SC";
  font-size: 34px;
  font-weight: 700;
  color: #164194;
  margin-bottom: 13px;
}

.accordion-excerpt {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
}

.accordion-content {
  color: #5f6c84;
  font-size: 16px;
  font-family: "Open Sans";
  margin-top: 20px;
}

.accordion-item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.accordion-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/border-bottom.svg');
  background-position: center bottom;
}

.accordion-btn {
  width: 46px;
  height: 46px;
  background-color: #164194;
  border-radius: 50%;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/white-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  min-width: 46px;
  position: absolute;
  top: 0;
  right: 0;
}

.accordion-btn.open {
  transform: rotate(90deg);
  background-color: #ffda00;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/arrow.svg');
}

.accordion-social-apply {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}

.accordion-apply-link {
  background-color: #ffda00;
  padding: 12px 24px;
  border-radius: 29px;
  font-size: 16px;
  color: #164194;
  font-family: "Open Sans";
  font-weight: bold;
  box-shadow: 0px 3px 10px #5f6c844a;
  position: relative;
}
.accordion-apply-link::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border: 2px dashed #faf8ed;
  border-radius: 29px;
  transition: all 0.3s ease;
}

.wp-block-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

.wp-block-gallery.has-nested-images.columns-default
  figure.wp-block-image:not(#individual-image)
  img {
  border-radius: 20px;
}

@media (max-width: 820px) {
  .accordion-social-apply {
    display: block;
  }

  .accordion-apply-link {
    margin-bottom: 30px;
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .accordion-item {
    justify-content: space-between;
    display: flex;
  }
  .accordion-btn {
    position: relative;
  }
}
