.retour-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
.retour-col {
  flex: 1 1 50%;
  padding: 0 1rem;
  box-sizing: border-box;
}
.retour-col p, .retour-col ul, .retour-col ol {
  color: #858585;
  padding-left: 1.5em;
}
@media (min-width: 768px) {
  .retour-col + .retour-col {
    border-left: 1px solid #e0e0e0;
  }
}
.retour-block {
  display: flex;
  flex-direction: column;
}
.retour-heading h1 {
  text-align: left;
}
.retour-heading p {
  color: #858585;
  margin-bottom: 10px;
}
.retour-heading h1, .retour-wrapper h1 {
  font-size: 24px;
  font-weight: 550;
  margin-top: 0px;
}
.retour-heading h2, .retour-wrapper h2 {
  font-size: 22px;
  font-weight: 550;
  margin-top: 0px;
}
.retour-heading h3, .retour-wrapper h3 {
  font-size: 20px;
  font-weight: 550;
  margin-top: 0px;
}
.retour-list {
  margin-bottom: 1em;
  line-height: 1.6;
}
.retour-subtext {
  font-size: 0.92em;
  /* ~8% kleiner dan de ouder */
  font-style: italic;
  font-weight: 600;
  padding-left: 0 !important;
}
.retour-fields {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.retour-fields label {
  font-size: 1em;
}
.retour-fields input {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.retour-fields input::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: #707070;
}
.retour-block form {
  display: flex;
  flex-direction: column;
}
.retour-block form .retour-button {
  align-self: flex-end;
}
.retour-block form > p {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}
.retour-block > .retour-button {
  align-self: flex-start;
  width: auto !important;
}
.retour-button {
  display: inline-block !important;
  width: auto !important;
  padding: 8px 20px;
  font-family: inherit;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  background-color: #00b900;
  color: #ffffff;
  border: none;
  border-radius: 0;
  outline: none;
  transition: opacity 0.25s;
  text-decoration: none !important;
}
.retour-button:hover {
  background-color: #009000;
  color: #ffffff;
}
.retour-col:nth-child(2) .retour-button {
  align-self: flex-start !important;
}
.retour-link {
  display: inline-block;
  color: #00b900;
  text-decoration: underline;
  font-size: 0.9em;
}
@media (max-width: 767px) {
  .retour-wrapper {
    flex-direction: column;
  }
  .retour-col + .retour-col {
    border-left: none;
  }
}
#retour-form input, #retour-form input::placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  color: inherit !important;
}
.retour-block.collapsed > *:not(h2) {
  display: none;
}
.retour-block h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  gap: 0.5rem;
  border-bottom: none;
  font-size: 20px;
}
.retour-block h3 {
  font-size: 18px;
}
.retour-toggle {
  inline-size: 24px;
  block-size: 24px;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  background: no-repeat center / 20px 20px url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M7 10l5 5 5-5' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
.retour-toggle[aria-expanded="true"] {
  transform: rotate(180deg);
}
.retour-toggle:focus-visible {
  outline: 2px solid #00b900;
  outline-offset: 2px;
}
.retour-line {
  display: none;
  border-top: 1px solid #e0e0e0;
  margin: 1em 0;
}
@media (min-width: 768px) {
  .retour-toggle {
    display: none !important;
  }
  .retour-mobileonly {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .retour-block h2 {
    cursor: pointer;
  }
  .retour-line {
    display: block;
  }
}
