/**
 * Schaamteloos.org
 * @author - Sebastian Kersten (sebastian@thesocialcode.com)
 */

/**
 * Run Tailwind CSS in the root of your project to compile your own file:
 *
 * npx tailwindcss -i ./src/css/Schaamteloos.org.src.css -o ./public/css/Schaamteloos.org.css --watch
 *
 */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']) {
  border-radius: 0px;
}

input:where([type='radio']) {
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.w-96 {
  width: 24rem;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-crosshair {
  cursor: crosshair;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.p-1 {
  padding: 0.25rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

p.firebase-emulator-warning {
  display: none !important;
}

/*
 * Sticky site header on every page (Webflow exports `.navigation` on `.w-nav`).
 *
 * Solid white at all times so content can never bleed through. Merkin campaign
 * pages override the bar colour with their own inline `.merkin-page .merkin-nav`
 * rules (matched to the hero image's dominant navy). The drop-shadow animates
 * in once the page has scrolled away from the top — toggled via the `is-scrolled`
 * class set on <body> by `initStickyHeaderShadow()`, so it works after any
 * Mimoto template swap without re-binding.
 */

.navigation.w-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
  transition: box-shadow .25s ease;
}

body.is-scrolled .navigation.w-nav {
  /* Same footprint as Tailwind `shadow-md`; higher alpha = darker, not larger. */
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.22), 0 2px 4px -2px rgb(0 0 0 / 0.22);
}

/*
 * Site-wide layout: outer “shell” max-width, inner prose/forms ~½ that (readable column).
 * Navigation and hero strips stay visually full-bleed; footer beige band uses .container-8
 * (exempted below). Inner blocks are centered with max-width.
 */

body[data-wf-site] {
  --sch-layout-shell: min(72rem, calc(100vw - 2rem));
  --sch-layout-prose: min(40rem, calc(100vw - 2rem));
}

body[data-wf-site] .container {
  max-width: var(--sch-layout-shell);
  padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
  padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
  box-sizing: border-box;
}

body[data-wf-site] .w-container {
  max-width: var(--sch-layout-shell);
  box-sizing: border-box;
}

/*
 * Footer band (and any block using Webflow’s .container-8): background + layout rely on
 * max-width: none — the global .w-container cap must not override that.
 */

body[data-wf-site] .w-layout-blockcontainer.container-8.w-container,
body[data-wf-site] .container-8.w-container {
  max-width: none;
  width: 100%;
}

/*
 * Footer beige band: Webflow’s `.section` uses horizontal inset margins while
 * `background-color` sits on `.container-8`, so the margins read as white gutters.
 */

body[data-wf-site] .section:has(> .w-layout-blockcontainer.container-8) {
  margin-left: 0;
  margin-right: 0;
}

/* Primary reading column + form stacks inside standard sections */

.section .container > .motto-wrap,
.section .container > .about-story-wrap,
.section .container > .section-heading-wrap,
.section .container > .faq-header,
.section .container > .intro-content,
.section .container > .styleguide-header-wrap,
.section .container > .styleguide-content-wrap,
.section .container > .contact-form-grid > .contact-form-wrap,
.section .container > .paragraph-4 {
  max-width: var(--sch-layout-prose);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* Terms / FAQ-style intros where Webflow omits `.container` under the hero section */

.section.cc-home-wrap > .faq-header .intro-content,
.section.cc-home-wrap > .intro-content {
  max-width: var(--sch-layout-prose);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
  padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
}

.section-faq .w-layout-blockcontainer > .heading-15,
.section-faq .w-layout-blockcontainer > .paragraph-8,
.section-faq .faq-section {
  max-width: var(--sch-layout-prose);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
  padding-left: max(1.25rem, env(safe-area-inset-left, 0px));
  padding-right: max(1.25rem, env(safe-area-inset-right, 0px));
}

/* Over ons / long-form blocks that sit in Webflow blockcontainers instead of `.container` */

.w-layout-blockcontainer.container-17 .heading-8,
.w-layout-blockcontainer.container-17 .paragraph-4 {
  max-width: var(--sch-layout-prose);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  box-sizing: border-box;
}

/* Contact + donate: keep grid within shell; form card uses prose width inside its column */

.section .container > .contact-form-grid {
  width: 100%;
  max-width: var(--sch-layout-shell);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.section .container > .contact-form-grid > .contact-form-wrap {
  justify-self: center;
  width: 100%;
  max-width: var(--sch-layout-prose);
}

/*
 * Home middle copy uses <section> (no .section class), so it keeps Webflow’s .motto-wrap { width: 80% }.
 * Oproep uses <div class="section cc-home-wrap">; our prose cap above would make that copy narrower than home.
 * Match the home column width for the split motto + about blocks.
 */

[data-mimoto-register="OproepAanMedia"] .section.cc-home-wrap > .container > .motto-wrap,
[data-mimoto-register="OproepAanMedia"] .section.cc-home-wrap > .container > .about-story-wrap,
[data-mimoto-register="OproepAanMediaEN"] .section.cc-home-wrap > .container > .motto-wrap,
[data-mimoto-register="OproepAanMediaEN"] .section.cc-home-wrap > .container > .about-story-wrap {
  max-width: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/*
 * TEMPORARY: hide Campagnes / Campaigns in the main header nav only.
 * Remove this block when the overview should be linked from the menu again.
 */

.navigation-items.w-nav-menu a[href="/campagnes"],
.navigation-items.w-nav-menu a[href="/en/campaigns"] {
  display: none !important;
}

/*
 * Webflow's "hero title block" (.div-block-24 → .div-block-23 (absolute, inset:0)
 * → .div-block-25 (flex centered) → .heading-10) had zero intrinsic height on
 * pages without inner content (Campagnes, Doneren, Donate, Contact, thank-you),
 * and relied on the H1 overflowing upward into the (previously transparent) nav.
 * With the sticky bar now solid white that overflow disappears behind it.
 *
 * `min-height` gives those pages enough room to render the centred H1 fully
 * below the nav. Pages that DO have inner content (Over Ons' faces strip,
 * Oproep aan media's hero image) keep their natural taller height, so nothing
 * shifts down on those layouts.
 */

.div-block-24 {
  min-height: 160px;
}

/*
 * Campagnes / Campaigns EN: the hero is only an H1, but Webflow’s stack keeps
 * `.div-block-24` tall (min-height + vertically centred absolute layer) and
 * adds `margin-bottom: 100px`, while `.campaigns-page` adds more top padding —
 * the intro paragraph sits far below the title. Collapse the hero to the H1’s
 * natural height and trim the margin; `:has(+ .campaigns-page)` limits this
 * to the campaigns overview only (Contact etc. keep the original hero rules).
 */

.div-block-24:has(+ .campaigns-page) {
  margin-bottom: 20px;
  min-height: 0;
  padding-top: 36px;
}

.div-block-24:has(+ .campaigns-page) .div-block-23 {
  position: relative;
  inset: auto;
}

.div-block-24:has(+ .campaigns-page) .div-block-25 {
  height: auto;
  justify-content: flex-start;
}

/*
 * Language flag styled as a compact button, sitting next to the donate CTA on
 * desktop. On collapsed-nav widths (Webflow `data-collapse="medium"`, max 991px)
 * the bar reads left-to-right: logo, then language, in-menu CTA, hamburger
 * (see flex `order` rules below).
 */

.navigation .nav-flag-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  margin-right: 8px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  color: #1a1b1f;
  flex: none;
  transition: background-color .25s, border-color .25s;
}

.navigation .nav-flag-btn:hover {
  background-color: #f7f8f9;
  border-color: #c8c8c8;
}

/* On the dark Merkin nav, mirror the dark colour palette. */

.merkin-page .merkin-nav .nav-flag-btn {
  background-color: transparent;
  border-color: #2a2a2a;
  color: #fff;
}

.merkin-page .merkin-nav .nav-flag-btn:hover {
  background-color: #1f1f1f;
  border-color: #3a3a3a;
}

/*
 * Mobile / tablet collapsed nav: DOM is logo → .menu (drawer + hamburger) → flag.
 * The compact CTA lives inside Webflow’s `.w-nav-menu`, so it appears in the sheet
 * with the links (not beside the hamburger). Webflow’s ≤479px stylesheet hides this
 * control; keep it visible in the drawer on small phones.
 */

@media screen and (max-width: 991px) {
  .navigation-items.w-nav-menu .button-oproep-media-copy.cc-contact-us {
    margin-right: 0;
    margin-top: 4px;
    align-self: stretch;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .navigation-wrap {
    justify-content: flex-start;
  }

  .navigation-wrap .logo-link {
    margin-right: auto;
    flex: 0 1 auto;
  }

  .navigation-wrap .nav-flag-btn {
    order: 1;
  }

  .navigation-wrap .menu {
    order: 2;
    /* Webflow uses margin-left on .menu for the old centred bar; with the flag
		 * reordered before .menu it becomes a wide gap. Match desktop tight spacing. */
    margin-left: 0;
  }

  /* Merkin: inline styles keep nav links white; Webflow adds a light grey hover
	 * row in the collapsed menu — restore dark text on that wash for contrast. */

  .merkin-page .merkin-nav .navigation-item:hover,
	.merkin-page .merkin-nav .navigation-item:focus-visible,
	.merkin-page .merkin-nav .navigation-item:active {
    color: #1a1b1f;
    opacity: 1;
  }

  .merkin-page .merkin-nav .navigation-item.w--current:hover,
	.merkin-page .merkin-nav .navigation-item.w--current:focus-visible,
	.merkin-page .merkin-nav .navigation-item.w--current:active {
    color: #1a1b1f;
    opacity: 1;
  }

  /*
	 * Home “Dikke van Dale” quote strip: Webflow’s global `img { display: block }`
	 * ignores inherited `text-align: center` on the stacked `.about-grid`. Centre
	 * the asset horizontally on tablet / mobile widths (same breakpoint as the
	 * single-column grid, max-width 991px).
	 */

  body[data-wf-site] .section-2 .about-grid .div-block img {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .navigation-items.w-nav-menu .button-oproep-media-copy.cc-contact-us {
    display: block !important;
  }
}

/*
 * Campagnes overview page
 */

.campaigns-page {
  padding: 28px 30px 100px;
}

.campaigns-page .campaigns-intro {
  max-width: var(--sch-layout-prose, 40rem);
  margin: 0 auto 60px;
  text-align: center;
}

.campaigns-page .campaigns-intro h1 {
  font-size: 48px;
  line-height: 1.1;
  margin: 0 0 16px;
}

.campaigns-page .campaigns-intro p {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a4a;
  margin: 0;
}

.campaigns-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 28px;
  max-width: var(--sch-layout-shell, 72rem);
  margin: 0 auto;
}

.campaign-card {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  overflow: hidden;
  color: inherit;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.campaign-card:hover {
  transform: translateY(-2px);
  border-color: #c8c8c8;
  box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.campaign-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  background-color: #0d2147;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

/*
 * Merkin list card: match detail `.merkin-hero` — same photo, radial edge veil,
 * centred Bitter / Montserrat stack (eyebrow → title → italic subtitle → meta).
 */

.campaign-card-image--merkin {
  background-image: url("/static/img/campaigns/hero_merkinmarch.jpg");
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.campaign-card-image--merkin::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(13, 33, 71, 0) 0%, rgba(13, 33, 71, 0.45) 100%);
  pointer-events: none;
  z-index: 0;
}

.campaign-merkin-preview-inner {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 14px 12px;
}

.campaign-merkin-preview-eyebrow {
  font-family: "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: clamp(9px, 1.85vw, 11px);
  font-weight: 600;
  opacity: 0.7;
  margin: 0 0 clamp(8px, 2vw, 18px);
  color: #fff;
}

.campaign-merkin-preview-title {
  font-family: "Bitter", Georgia, serif;
  font-weight: 700;
  font-size: clamp(26px, 5.8vw, 46px);
  letter-spacing: -0.02em;
  line-height: 0.92;
  margin: 0 0 clamp(6px, 1.4vw, 12px);
  text-transform: uppercase;
  color: #fff;
}

.campaign-merkin-preview-subtitle {
  font-family: "Bitter", Georgia, serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(13px, 2.5vw, 18px);
  line-height: 1.25;
  opacity: 0.9;
  margin: 0 0 clamp(8px, 2vw, 16px);
  color: #fff;
}

.campaign-merkin-preview-meta {
  font-family: "Montserrat", system-ui, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: clamp(8px, 1.55vw, 10px);
  font-weight: 600;
  opacity: 0.55;
  margin: 0;
  color: #fff;
}

.campaign-card-body {
  padding: 24px 28px 28px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.campaign-eyebrow {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6b6b6b;
}

.campaign-title {
  font-size: 26px;
  line-height: 1.2;
  margin: 4px 0 0;
  color: #1a1b1f;
}

.campaign-meta {
  font-size: 14px;
  color: #6b6b6b;
  margin: 0;
}

.campaign-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin: 0;
}

.campaign-cta {
  display: inline-block;
  align-self: flex-start;
  margin-top: 16px;
  font-size: 14px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1a1b1f;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: color .2s ease, text-decoration-color .2s ease;
}

a.campaign-cta:hover,
a.campaign-cta:focus-visible {
  color: #000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Pledge success → donate (home form) */

.pledge-success-support {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.pledge-success-support__text {
  font-family: "DM Sans", Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.75rem;
  color: #1a1b1f;
}

.pledge-success-donate-btn {
  display: inline-block;
  margin-top: 0;
}

#pledge_form [data-mimoto-id="pledge-success-newsletter"] {
  margin-top: 1.25rem;
}

/* Home pledge card: Webflow sets .container-2 to padding 0 30px 10px — no top inset, so
   “Ik doe mee ..” sits flush against the card edge. Slightly less top than full side padding. */

.div-block-5 .container-2 {
  padding-top: 20px;
  max-width: var(--sch-layout-prose, 40rem);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

/* Home pledge form (#pledge_form): more space between native checkbox and label text.
   Webflow uses float + padding-left; widen the gutter and add margin after the box. */

#pledge_form .w-checkbox.checkbox-field {
  padding-left: 38px;
}

#pledge_form .w-checkbox-input {
  margin: 4px 10px 0 -38px;
}

/* Home pledge card: center title + subtitle in form and success states (NL/EN). */

.div-block-5 .container-2:has(#pledge_form) > .heading-5,
.div-block-5 .container-2:has(#pledge_form) > .text-block-2 {
  text-align: center;
}

#pledge_form .submit-button.w-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/*
 * Donate modal after pledge (pattern: YouWouldNever.org — backdrop, panel, Escape;
 * colours/typography aligned with Schaamteloos / Webflow).
 */

.sch-donate-modal[hidden] {
  display: none !important;
}

.sch-donate-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px 16px 32px;
  overflow-y: auto;
  box-sizing: border-box;
}

.sch-donate-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(26, 27, 31, 0.55);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.sch-donate-modal__panel {
  position: relative;
  width: min(100%, 440px);
  margin-top: 4vh;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  background: #fff;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.sch-donate-modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 999px;
  background: #f4f4f4;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #1a1b1f;
  transition: background 0.2s;
}

.sch-donate-modal__close:hover {
  background: #e8e8e8;
}

.sch-donate-modal__content {
  padding: 2rem 1.5rem 1.75rem;
}

.sch-donate-modal__eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #cd2d1e;
  margin-bottom: 0.5rem;
}

.sch-donate-modal__title {
  font-size: 1.45rem;
  line-height: 1.2;
  margin: 0 0 0.65rem;
  color: #1a1b1f;
  font-weight: 700;
}

.sch-donate-modal__intro {
  margin: 0 0 1.25rem;
  font-size: 15px;
  line-height: 1.55;
  color: #333;
}

.sch-donate-modal__presets {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
}

.sch-donate-preset {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 8px 4px;
  font-size: 12px;
  border-radius: 4px;
  font-family: inherit;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
  min-width: 0;
  text-align: center;
  white-space: nowrap;
}

.sch-donate-preset:hover {
  border-color: #d761a3;
  background: #fff8fc;
}

.sch-donate-preset.sch-donate-preset--active {
  border-color: #1a1b1f;
  background: #1a1b1f;
  color: #fff;
}

.sch-donate-preset.sch-donate-preset--active:hover {
  border-color: #1a1b1f;
  background: #1a1b1f;
  color: #fff;
}

.sch-donate-modal__field {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1b1f;
}

.sch-donate-modal__optional {
  opacity: 0.6;
  font-weight: 500;
}

.sch-donate-modal__input {
  margin-top: 6px;
  width: 100%;
  box-sizing: border-box;
}

.sch-donate-modal__amount-wrap {
  position: relative;
  margin-top: 6px;
}

.sch-donate-modal__amount-wrap .sch-donate-modal__input--amount {
  margin-top: 0;
  padding-left: 1.85rem;
}

.sch-donate-modal__currency-prefix {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 15px;
  color: #1a1b1f;
  pointer-events: none;
  line-height: 1;
  z-index: 1;
}

.sch-donate-modal__checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: #333;
  cursor: pointer;
  /* Webflow global `label` uses uppercase + wide tracking — opt-in copy should read as body text. */
  text-transform: none;
  letter-spacing: normal;
}

.sch-donate-modal__checkbox-row input[type="checkbox"] {
  margin-top: 0;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  accent-color: #d761a3;
}

.sch-donate-modal__submit {
  width: 100%;
  text-align: center;
  margin-top: 4px;
}

.sch-donate-modal__fine {
  font-size: 12px;
  line-height: 1.45;
  color: #555;
  margin: 0.5rem 0 0;
  text-align: center;
}

.sch-donate-modal__fine a {
  color: #cd2d1e;
  text-decoration: underline;
}

.sch-donate-modal__fine--muted {
  color: #777;
}

.sch-donate-modal__error {
  margin-top: 10px;
  color: #cd2d1e;
  font-size: 14px;
  text-align: center;
}

.sch-donate-modal__loading {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #555;
}

/* Pledge form (#wf-form-PledgeForm) — submitting state */

.sch-pledge-form__loading {
  display: none;
  padding: 2.5rem 1rem 2rem;
  text-align: center;
  box-sizing: border-box;
  min-height: 180px;
}

.sch-pledge-form__spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid rgba(215, 97, 163, 0.22);
  border-top-color: #d761a3;
  border-radius: 50%;
  animation: sch-pledge-form-spin 0.65s linear infinite;
}

@keyframes sch-pledge-form-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .sch-pledge-form__spinner {
    animation: none;
    border-color: rgba(215, 97, 163, 0.35);
    border-top-color: #d761a3;
  }
}

/*
 * Contact: Webflow’s `.paragraph-contact` centers the block (margin auto + max-width),
 * so the intro sits off the heading axis; status messages inherit `text-align: center`
 * from `.status-message` while labels/fields are left-aligned.
 */

.contact-form-heading-wrap .paragraph-contact {
  margin-left: 0;
  margin-right: 0;
}

.contact-form-wrap .status-message {
  text-align: left;
}

/* Contact form (#contact-form) — submitting state */

.sch-contact-form__loading {
  display: none;
  padding: 2.5rem 1rem 2rem;
  text-align: center;
  box-sizing: border-box;
  min-height: 180px;
}

.sch-contact-form__spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 3px solid rgba(215, 97, 163, 0.22);
  border-top-color: #d761a3;
  border-radius: 50%;
  animation: sch-pledge-form-spin 0.65s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .sch-contact-form__spinner {
    animation: none;
    border-color: rgba(215, 97, 163, 0.35);
    border-top-color: #d761a3;
  }
}

/*
 * Footer — FAQ / terms: Webflow’s `.container-16` uses `flex: 1` inside
 * `.footer-wrap`; lay out links in a centered wrapping row (content-width).
 */

body[data-wf-site] .footer-wrap .container-16 {
  flex: 0 1 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.35rem 1.25rem;
  box-sizing: border-box;
}

body[data-wf-site] .footer-wrap .container-16 > .link-11 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  transition: color 0.2s ease;
}

body[data-wf-site] .footer-wrap .container-16 > .link-11:hover,
body[data-wf-site] .footer-wrap .container-16 > .link-11:focus-visible {
  color: #cd2d1e;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
}

body[data-wf-site] .footer-wrap .container-16 > .footer-partners {
  flex: 1 0 100%;
  width: 100%;
  align-self: stretch;
  box-sizing: border-box;
}

/*
 * Footer — partner logos (Pleasure Society, The Oh Collective, The Vulva Gallery)
 * and credits; shown on every page above the foundation legal block.
 */

.footer-partners-hr {
  border: 0;
  border-top: 1px solid #e3e3e3;
  margin: 0 auto 1.25rem;
  max-width: var(--sch-layout-prose, 40rem);
  width: 100%;
  box-sizing: border-box;
}

.footer-partners {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  max-width: 100%;
  text-align: center;
  box-sizing: border-box;
}

/*
 * Footer — legal: copyright and registered address (below FAQ / terms / press links).
 */

.footer-foundation {
  margin-top: 1rem;
  padding-top: 0;
  border-top: none;
  max-width: var(--sch-layout-prose, 40rem);
  margin-left: auto;
  margin-right: auto;
  font-family: "DM Sans", DM Sans - Regular, sans-serif;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #555;
  text-align: center;
  box-sizing: border-box;
}

.footer-foundation p {
  margin: 0 0 0.5rem;
}

.footer-foundation p:last-child {
  margin-bottom: 0;
}

.footer-foundation-copyright {
  margin-top: 0;
}

/*
 * Over Ons / About us hero faces: stacked single portrait on small viewports;
 * random 2s rotation is driven by `initOverOnsHeroFaces` (skipped when the user
 * prefers reduced motion — Webflow’s multi-column layout stays in effect).
 */

@media screen and (max-width: 767px) {
  @media (prefers-reduced-motion: no-preference) {
    .div-block-24 > .div-block-12 {
      display: block;
      position: relative;
      overflow: hidden;
    }

    .div-block-24 > .div-block-12 > div {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: opacity 0.35s ease;
      pointer-events: none;
    }

    .div-block-24 > .div-block-12:not(.over-ons-hero-cycling) > div:first-of-type {
      opacity: 1;
    }

    .div-block-24 > .div-block-12.over-ons-hero-cycling > div.over-ons-hero-face--visible {
      opacity: 1;
    }
  }
}

.empty\:hidden:empty {
  display: none;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
