:where(.editor-styles-wrapper) .block-editor-inner-blocks .block-editor-block-list__layout.wp-block-details-is-layout-flow {
  flex-direction: column;
}

.faq-list {
  list-style: none;
  padding-left: 0px;
}

.wp-block-details:not(.is-responsive-details) {
  border-bottom: 1px solid var(--wp--preset--color--primary-border);
  padding-block: var(--wp--preset--spacing--small);
}
.wp-block-details:not(:first-of-type) {
  margin-top: 0px;
  margin-block-start: 0px;
}
.wp-block-details summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
  font-weight: bold;
}
.wp-block-details summary::-webkit-details-marker {
  display: none;
}
.wp-block-details summary::after {
  font-family: "youthhostels-icons";
  font-size: 3rem;
  content: "\f19c";
  font-weight: normal;
  font-style: normal;
  height: 1rem;
  overflow: hidden;
  align-items: center;
  display: flex;
  flex-shrink: 0;
  margin-left: var(--wp--preset--spacing--small);
  transition: transform 0.25s ease-in-out;
  color: var(--wp--preset--color--primary);
}
.wp-block-details details {
  flex-direction: column;
}
.wp-block-details[open] > summary::after {
  transform: rotate(180deg);
}
.wp-block-details.is-responsive-details {
  width: 100%;
}
.wp-block-details.is-responsive-details summary {
  flex-direction: row-reverse;
  justify-content: flex-end;
  text-transform: uppercase;
}
.wp-block-details.is-responsive-details summary::after {
  margin-left: 0px;
  margin-left: -18px;
}
@media (min-width: 782px) {
  .wp-block-details.is-responsive-details summary {
    display: none;
  }
  .wp-block-details.is-responsive-details[open] {
    display: block;
  }
}

.has-primary-light-background-color.wp-block-details,
.has-primary-light-background-color .wp-block-details {
  border-color: var(--wp--preset--color--primary-border);
}

.has-primary-light-background-color.wp-block-details summary::after,
.has-primary-light-background-color .wp-block-details summary::after {
  color: var(--wp--preset--color--primary-border);
}

.has-secondary-light-background-color.wp-block-details,
.has-secondary-light-background-color .wp-block-details {
  border-color: var(--wp--preset--color--secondary-border);
}

.has-secondary-light-background-color.wp-block-details summary::after,
.has-secondary-light-background-color .wp-block-details summary::after {
  color: var(--wp--preset--color--secondary-border);
}

.has-tertiary-light-background-color.wp-block-details,
.has-tertiary-light-background-color .wp-block-details {
  border-color: var(--wp--preset--color--tertiary-border);
}

.has-tertiary-light-background-color.wp-block-details summary::after,
.has-tertiary-light-background-color .wp-block-details summary::after {
  color: var(--wp--preset--color--tertiary-border);
}

.has-green-light-background-color.wp-block-details,
.has-green-light-background-color .wp-block-details {
  border-color: var(--wp--preset--color--green-border);
}

.has-green-light-background-color.wp-block-details summary::after,
.has-green-light-background-color .wp-block-details summary::after {
  color: var(--wp--preset--color--green-border);
}

.has-purple-light-background-color.wp-block-details,
.has-purple-light-background-color .wp-block-details {
  border-color: var(--wp--preset--color--purple-border);
}

.has-purple-light-background-color.wp-block-details summary::after,
.has-purple-light-background-color .wp-block-details summary::after {
  color: var(--wp--preset--color--purple-border);
}