.mfu-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.mfu-label {
  font-weight: 700;
  line-height: 125%;
  font-family: "Cabinet Grotesk Variable";
  font-size: 16px !important;
  font-feature-settings: "ss05" on;
}
.mfu-dropzone {
  border: 1px dashed #cbd5e1;
  border-radius: 8px;
  padding: 20px;
  background: #f8fafc;
  cursor: pointer;
  position: relative;
}
.mfu-dropzone.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.mfu-dropzone.empty {
  background: #f3f3ef; /* subtle off-white per screenshot */
  min-height: 180px;
  display: block; /* allow absolute child placement */
}
.mfu-dropzone.has-files {
  background: #edece6; /* slightly darker than empty */
  padding: 16px;
  padding-bottom: 64px; /* make room for bottom button */
}
.mfu-dropzone-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 12px;
}
.mfu-file-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mfu-file-list.in-dropzone {
  gap: 12px;
}
.mfu-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
}
.mfu-file-item {
  border: 1px solid #e7e6df;
  border-radius: 12px;
  padding: 12px;
}
.mfu-file-info {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.mfu-file-text {
  display: flex;
  flex-direction: column;
  min-width: 0; /* critical for ellipsis */
  max-width: 100%;
}
.mfu-file-name {
  color: #111827;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%; /* let parent govern width */
}
/* Give the filename area a responsive cap so actions area always visible */
.mfu-file-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mfu-file-item .mfu-file-info {
  flex: 1 1 auto; /* take remaining space */
}
.mfu-actions {
  flex: 0 0 auto; /* don't shrink */
}
.mfu-progress-outer {
  width: 120px;
  height: 6px;
  background: #e5e7eb;
  border-radius: 6px;
  overflow: hidden;
}
.mfu-progress-inner {
  height: 100%;
  background: #22c55e;
}
.mfu-status-done {
  color: #16a34a;
  font-size: 12px;
}
.mfu-status-error {
  color: #dc2626;
  font-size: 12px;
}
.mfu-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: #e2e8f0;
  display: grid;
  place-items: center;
}
.mfu-icon-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 4px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mfu-instructions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mfu-primary-text {
  color: #334155;
}
.mfu-secondary-text {
  color: #64748b;
}
.mfu-browse-btn {
  padding: 6px 12px;
  background: #1e3a8a;
  color: #fff;
  border-radius: 6px;
  border: none;
}
.mfu-meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mfu-meta-text {
  color: #64748b;
  font-size: 12px;
}
.mfu-primary-btn {
  padding: 6px 12px;
  background: #0ea5e9;
  color: #fff;
  border-radius: 6px;
  border: none;
}
.mfu-error {
  color: #fe2558;
  font-size: 12px;
  font-family: "Cabinet Grotesk Variable";
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  font-feature-settings:
    "ss04" on,
    "ss05" on;
  text-align: left;
  margin-top: 3px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-left: 14px;
  margin-right: 14px;
  margin-left: 0;
  margin-right: 0;
  background-color: #f9f8f6;
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 4px 0px 0px 0px;
}
.mfu-item-error {
  color: #dc2626;
  font-size: 12px;
  margin-top: 4px;
}
.mfu-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
}
.mfu-empty-attach-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Cabinet Grotesk Variable";
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-feature-settings:
    "ss04" on,
    "ss05" on;
  text-transform: none;
  min-width: 64px;
  padding: 6px 16px;
  border: 0;
  border-radius: 4px;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: var(--variant-containedColor);
  background-color: var(--variant-containedBg);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --variant-textColor: #0c321c;
  --variant-outlinedColor: #0c321c;
  --variant-outlinedBorder: rgba(12, 50, 28, 0.5);
  --variant-containedColor: #ffffff;
  --variant-containedBg: #0c321c;
  box-shadow: none;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 18px;
  min-width: 80px;
  font-family: "Cabinet Grotesk Variable";
  font-feature-settings:
    "calt" on,
    "ss05" on,
    "ss04" on;
  letter-spacing: 0.5px;
  background-color: #0c321c;
  min-height: 44px;
  max-height: 44px;
  border-radius: 12px;
  opacity: 1;
  border-radius: 8px;
  text-transform: none;
  box-shadow: none;
  font-family: "Cabinet Grotesk Variable";
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings:
    "calt" on,
    "ss05" on,
    "ss04" on;
  white-space: nowrap;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: auto;
  padding: 8px 16px;
  min-height: 32px;
  background-color: #08261a;
  color: #dbf8be;
  min-height: 44px;
  max-height: 44px;
  border-radius: 12px;
  opacity: 1;
}
.mfu-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
}
.mfu-empty-attach-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0;
  border: 0;
  margin: 0;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
  font-family: "Cabinet Grotesk Variable";
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  font-feature-settings:
    "ss04" on,
    "ss05" on;
  text-transform: none;
  min-width: 64px;
  padding: 6px 16px;
  border: 0;
  border-radius: 4px;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  color: var(--variant-containedColor);
  background-color: var(--variant-containedBg);
  box-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --variant-textColor: #0c321c;
  --variant-outlinedColor: #0c321c;
  --variant-outlinedBorder: rgba(12, 50, 28, 0.5);
  --variant-containedColor: #ffffff;
  --variant-containedBg: #0c321c;
  box-shadow: none;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  border-radius: 12px;
  font-weight: 700;
  padding: 12px 18px;
  min-width: 80px;
  font-family: "Cabinet Grotesk Variable";
  font-feature-settings:
    "calt" on,
    "ss05" on,
    "ss04" on;
  letter-spacing: 0.5px;
  background-color: #0c321c;
  min-height: 44px;
  max-height: 44px;
  border-radius: 12px;
  opacity: 1;
  border-radius: 8px;
  text-transform: none;
  box-shadow: none;
  font-family: "Cabinet Grotesk Variable";
  font-weight: 500;
  line-height: 1.1;
  font-feature-settings:
    "calt" on,
    "ss05" on,
    "ss04" on;
  white-space: nowrap;
  -webkit-transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition:
    background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: auto;
  padding: 8px 16px;
  min-height: 32px;
  background-color: #08261a;
  color: #dbf8be;
  min-height: 44px;
  max-height: 44px;
  border-radius: 12px;
  opacity: 1;
}
.mfu-attach-more {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

/* Ensure buttons define standard and vendor appearance properties */
.mfu-empty-attach-btn,
.mfu-browse-btn {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Mobile responsiveness */
@media (max-width: 640px) {
  .mfu-dropzone {
    padding: 12px;
  }
  .mfu-dropzone.has-files {
    padding: 12px;
  }
  .mfu-dropzone-content {
    flex-wrap: wrap;
  }
  .mfu-icon {
    width: 32px;
    height: 32px;
  }
  /* Ensure file row does not stack; keep actions on the same line */
  .mfu-file-item {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
  .mfu-file-info {
    flex: 1; /* allow name to truncate while actions stay right */
    min-width: 0;
  }
  .mfu-actions {
    margin-left: auto; /* push actions to the far right */
    width: auto;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .mfu-progress-outer {
    width: auto;
    max-width: 160px;
  }
  .mfu-file-name {
    max-width: 34vw;
  }
  .mfu-meta-row {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }
  .mfu-dropzone.empty {
    min-height: 140px;
  }
  .mfu-dropzone.has-files {
    padding-bottom: 56px;
  }
  .mfu-label {
    font-weight: 700;
    line-height: 125%;
    font-family: "Cabinet Grotesk Variable";
    font-size: 14px !important;
    font-feature-settings: "ss05" on;
  }
}

/* Optional: tighter caps on very narrow screens */
@media (max-width: 480px) {
  .mfu-file-name {
    max-width: 60vw;
  }
}
@media (max-width: 1199px) {
  .mfu-file-name {
    max-width: 60vw;
  }
}
@media (min-width: 1200px) {
  .mfu-file-name {
    max-width: 34vw;
  }
}

/* index.css */
/* Global styles */
@font-face {
  font-family: "Cabinet Grotesk Variable";
  src: url(/5d8b44553adc33857c97.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url(/c582c9c9b9cef4f31241.ttf) format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Newsreader";
  src: url(/e9a6aac4e368fa8422b5.ttf) format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

body {
  margin: 0;
}

/* Firefox */
html,
body {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* WebKit (Chrome, Safari, Edge) */
*::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
}

/* preserve smooth touch scrolling on iOS */
* {
  -webkit-overflow-scrolling: touch;
}

/* Styling for auto-detected raw translation keys (translations_view) */
.i18n-raw-key {
  font-family: monospace, 'Cabinet Grotesk Variable', sans-serif;
  font-size: 18px !important; /* increased by ~6px */
  font-weight: 600;
  line-height: 1.15;
  background: #fff6d6;
  border: 1px solid #e0c156;
  color: #5a4200 !important;
  padding: 4px 8px;
  margin: 2px 0;
  border-radius: 4px;
  word-break: break-word;
  overflow-wrap: anywhere;
  max-width: 100%;
  display: inline-block;
  white-space: normal !important;
  box-sizing: border-box;
  letter-spacing: .5px;
}
/* Inside buttons keep natural width (prevent forced wrapping) */
/* Tighten underscores visually */
.i18n-raw-key::selection { background:#ffe8a8; }

/* 
  Silktide Consent Manager - https://silktide.com/consent-manager/  

  Styles are at risked of being overridden by styles coming from the site the consent manager is used on.
  To help prevent this, global wrapper elements are prefixed with "#silktide-"
*/

/* --------------------------------
  Global Styles - These elements exist in the main DOM and styling is limited to positioning and animation
-------------------------------- */
/* Wrapper (Global) */
#silktide-wrapper {
  --focus: 0 0 0 2px #ffffff, 0 0 0 4px #000000, 0 0 0 6px #ffffff;
  --boxShadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
  --fontFamily: "Cabinet Grotesk Variable";
  --primaryColor: #08261a;
  --backgroundColor: #ffffff;
  --textColor: #253b48;
  --backdropBackgroundColor: #00000033;
  --backdropBackgroundBlur: 0px;
  --cookieIconColor: #08261a;
  --cookieIconBackgroundColor: #ffffff;
  --backgroundPrimaryColor: #dbf8be;
  --backgroundSecondaryColor: #08261a;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  pointer-events: none;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Backdrop (Global) */
#silktide-backdrop-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  border: 0px;
  display: none;
}

/* --------------------------------
  Links
-------------------------------- */
#silktide-wrapper a {
  all: unset;
  display: inline-block;
  color: var(--primaryColor);
  text-decoration: underline;
}

#silktide-wrapper a:hover {
  cursor: pointer;
  color: var(--textColor);
}

/* --------------------------------
  Focus Styles
-------------------------------- */
#silktide-wrapper a:focus,
#silktide-wrapper #silktide-banner button:focus,
#silktide-wrapper #silktide-modal button:focus,
#silktide-wrapper #silktide-cookie-icon:focus {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 5px;
}

#silktide-wrapper #silktide-cookie-icon:focus {
  border-radius: 50%;
}

/* --------------------------------
  General Styles
-------------------------------- */

#silktide-wrapper .st-button {
  color: var(--backgroundColor);
  background-color: var(--primaryColor);

  font-family: var(--fontFamily);
  padding: 12px 18px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
  border-radius: 12px !important;
  box-shadow: none;
  font-feature-settings: "ss04" on, "ss05" on;
}

#silktide-wrapper .st-button--secondary {
  background-color: var(--backgroundPrimaryColor);
  border: 2px solid var(--backgroundPrimaryColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:hover {
  background-color: var(--backgroundPrimaryColor);
  border: 2px solid var(--backgroundPrimaryColor);
  color: var(--primaryColor);
}

#silktide-wrapper .st-button--secondary:focus-visible {
  box-shadow: 0 0 0 3px #08261a;
}

#silktide-wrapper .st-button--primary {
  background-color: var(--backgroundSecondaryColor);
  border: 2px solid var(--backgroundSecondaryColor);
  color: var(--backgroundPrimaryColor);
}

#silktide-wrapper .st-button--primary:hover {
  background-color: var(--backgroundSecondaryColor);
  border: 2px solid var(--backgroundSecondaryColor);
  color: var(--backgroundPrimaryColor);
}

#silktide-wrapper .st-button--primary:focus-visible {
  box-shadow: 0 0 0 3px #08261a;
}

/* --------------------------------
  Banner
-------------------------------- */
#silktide-banner {
  font-family: var(--fontFamily);
  color: var(--textColor);
  background-color: var(--backgroundColor);
  box-sizing: border-box;
  padding: 24px;
  border-radius: 16px;
  pointer-events: auto;
  border: 0px;
  position: fixed;
  bottom: 16px;
  max-width: 800px;
  overflow: auto;
  min-height: 128px;
  transform: translate(0, -20px);
  opacity: 0;
  animation: silktide-slideInDown 350ms ease-out forwards;
  animation-delay: 0.3s;
  box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
}

#silktide-banner:focus {
  border-radius: 50%;
}

#silktide-banner.center {
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  position: fixed;
  transform: translate(-50%, calc(-50% - 20px));
  animation: silktide-slideInDown-center 350ms ease-out forwards;
}

#silktide-banner.bottomLeft {
  bottom: 0;
  position: fixed;
}

@media (min-width: 600px) {
  #silktide-banner.bottomLeft {
    bottom: 24px;
    left: 24px;
    position: fixed;
  }
}

#silktide-banner.bottomCenter {
  bottom: 16px;
  left: 50%;
  position: fixed;
  transform: translate(-50%, -20px);
  animation: silktide-slideInDown-bottomCenter 350ms ease-out forwards;
}

#silktide-banner .preferences {
  display: flex;
  justify-content: center;
  gap: 5px;
  border: none;
  padding: 15px 0px;
  background-color: transparent;
  cursor: pointer;

  color: #08261a;
  text-align: center;
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button large */
  font-family: "Cabinet Grotesk Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
}

#silktide-banner .preferences span {
  display: block;
  white-space: nowrap;
  text-decoration: underline;
}

#silktide-banner .preferences span:hover {
  color: var(--textColor);
}

#silktide-banner p {
  margin: 0px;
  color: #000;
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button base */
  font-family: "Cabinet Grotesk Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 111.111% */
}

#silktide-banner .heading {
  color: #1a1e1d;
  font-feature-settings: "ss04" on, "ss05" on;

  /* Heading/Heading large */
  font-family: "Cabinet Grotesk Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%; /* 31.92px */
}

#silktide-banner a {
  color: var(--brand-600, #0b5b2e);
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button base */
  font-family: "Cabinet Grotesk Variable";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#silktide-banner a:hover {
  color: var(--textColor);
}

#silktide-banner a.silktide-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  fill: var(--primaryColor); /* passed down to svg > path */
  margin-left: auto;
  width: 48px;
  height: 48px;
}

#silktide-banner .actions {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-banner .actions {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }
}

#silktide-banner .actions-row {
  display: flex;
  gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-grow: 1;
}

#silktide-banner .closeIcon {
  display: inline-flex;
  border: none;
  padding: 13px 13px 13px 13px;
  border: 0px;
  cursor: pointer;
  background: var(--backgroundColor);
  color: var(--primaryColor);
  box-shadow: none !important;
  fill: black !important;
}

#silktide-banner .closeIcon svg {
  fill: black !important;
}

#silktide-banner .closeIcon:focus-visible {
  box-shadow: 0 0 0 3px #08261a !important;
}

/* --------------------------------
  Modal
-------------------------------- */
#silktide-modal {
  display: none;
  pointer-events: auto;
  overflow: auto;
  width: 800px;
  max-width: 100%;
  max-height: 100%;
  border: 0px;
  transform: translate(0px, -20px);
  opacity: 0;
  animation: silktide-slideInUp-center 350ms ease-out forwards;
  box-shadow: -5px 5px 10px 0px #00000012, 0px 0px 50px 0px #0000001a;
  font-family: var(--fontFamily);
  color: var(--textColor);
  flex-direction: column;
  padding: 30px;
  background-color: var(--backgroundColor);
  border-radius: 16px;
  box-sizing: border-box;
}

@media (max-width: 600px) {
  #silktide-modal {
    margin: 30px 0px;
    max-height: 90%;
  }
}

/* --------------------------------
  Modal - Header
-------------------------------- */
#silktide-modal header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

#silktide-modal h1 {
  color: #1a1e1d;
  font-feature-settings: "ss04" on, "ss05" on;
  /* Heading/Heading large */
  font-family: "Cabinet Grotesk Variable";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}

#silktide-modal .modal-close {
  display: inline-flex;
  border: none;
  padding: 13px;
  border: 0px;
  cursor: pointer;
  background: var(--backgroundColor);
  color: var(--primaryColor);
  box-shadow: none !important;
}

#silktide-modal .modal-close svg {
  fill: var(--primaryColor);
}

#silktide-modal .modal-close:focus-visible {
  box-shadow: 0 0 0 3px #08261a !important;
}

/* --------------------------------
  Modal - Content
-------------------------------- */

#silktide-modal section {
  flex: 1;
  margin-top: 24px;
}

#silktide-modal section::-webkit-scrollbar {
  display: block; /* Force scrollbars to show */
  width: 5px; /* Width of the scrollbar */
}

#silktide-modal section::-webkit-scrollbar-thumb {
  background-color: var(--textColor); /* Color of the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the thumb */
}

#silktide-modal p {
  margin: 0px;
  color: #000;
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button base */
  font-family: "Cabinet Grotesk Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
}

#silktide-modal p:last-of-type {
  margin: 0px;
  color: var(--text-default-primary, #1a1e1d);
  font-feature-settings: "ss04" on, "ss05" on;

  /* Text/Text base */
  font-family: "Cabinet Grotesk Variable";
  font-size: var(--text-base-font-size, 18px);
  font-style: normal;
  font-weight: 500;
  line-height: 155%; /* 27.9px */
}

#silktide-modal fieldset {
  padding: 0px;
  border: none;
  margin: 0px 0px 24px;
}

#silktide-modal .cookie-preferences {
  border-radius: var(--radius-radius-small, 8px);
  border: 1px solid var(--border-default, #e7e6df);
  padding: 16px;
}

@media (max-width: 600px) {
  #silktide-modal .cookie-preferences {
    max-height: 20%;
    min-height: 170px;
    overflow-y: scroll;
    padding: 12px;
  }

  #silktide-modal .cookie-preferences::-webkit-scrollbar {
    display: none;
  }

  /* Hide scrollbar - Firefox */
  #silktide-modal .cookie-preferences {
    scrollbar-width: none;
  }

  /* Hide scrollbar - IE/old Edge */
  #silktide-modal .cookie-preferences {
    -ms-overflow-style: none;
  }
}

#silktide-modal fieldset:last-of-type {
  margin: 0px;
}

#silktide-modal legend {
  padding: 0px;
  margin: 0px 0px 5px;
  font-weight: 700;
  color: var(--text-default-primary, #1a1e1d);
  font-feature-settings: "ss04" on, "ss05" on;

  /* Heading/Heading small */
  font-family: "Cabinet Grotesk Variable";
  font-size: var(--heading-small-font-size, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 20px */
}

#silktide-modal .cookie-type-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

#silktide-modal .cookie-type-content {
  color: var(--text-default-secondary, #585f5d);
  font-feature-settings: "ss04" on, "ss05" on;

  /* Text/Text small */
  font-family: "Cabinet Grotesk Variable";
  font-size: var(--text-small-tight-font-size, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}

#silktide-modal .cookie-type-description {
  color: var(--text-default-secondary, #585f5d);
  font-feature-settings: "ss04" on, "ss05" on;

  /* Text/Text small */
  font-family: "Cabinet Grotesk Variable";
  font-size: var(--text-small-tight-font-size, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
}

/* --------------------------------
  Modal - Switches
-------------------------------- */
#silktide-modal .switch {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  height: 34px;
  width: 74px;
  cursor: pointer;
}

#silktide-modal .switch:focus-within {
  outline: none;
  box-shadow: var(--focus);
  border-radius: 25px;
}

#silktide-modal .switch input {
  opacity: 0;
  position: absolute;
}

/* Unchecked Switch Styles */
#silktide-modal .switch__pill {
  position: relative;
  display: block;
  height: 34px;
  width: 74px;
  background: #f0efeb;
  border-radius: 25px;
}

#silktide-modal .switch__dot {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  height: 30px;
  width: 30px;
  background: var(--backgroundColor);
  border-radius: 50%;
  transition: left 150ms ease-out;
}

#silktide-modal .switch__off {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  /* color: #dbf8be; */
  position: absolute;
  top: 9px;
  right: 8px;
  transition: right 150ms ease-out, opacity 150ms ease-out;

  color: var(--text-action-on-active, #08261a);
  text-align: center;
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button small */
  font-family: "Cabinet Grotesk Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

#silktide-modal .switch__on {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  color: #f0efeb;
  position: absolute;
  top: 9px;
  right: 8px;
  transition: right 150ms ease-out, opacity 150ms ease-out;
}

#silktide-modal .switch__off {
  opacity: 1;
}

#silktide-modal .switch__on {
  opacity: 0;
  color: var(--text-action-on-active, #08261a);
  text-align: center;
  font-feature-settings: "ss04" on, "ss05" on;

  /* UI/Button small */
  font-family: "Cabinet Grotesk Variable";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 100% */
}

/* Checked Switch Styles */
#silktide-modal .switch input:checked + .switch__pill {
  background: #aaf976;
}

#silktide-modal .switch input:checked ~ .switch__dot {
  left: calc(100% - 32px);
}

#silktide-modal .switch input:checked ~ .switch__off {
  right: calc(100% - 32px);
  opacity: 0;
}

#silktide-modal .switch input:checked ~ .switch__on {
  right: calc(100% - 34px);
  opacity: 1;
}

/* Disabled Switch Styles */
#silktide-modal .switch input:disabled + .switch__pill {
  opacity: 0.65;
  cursor: not-allowed;
}

/* --------------------------------
  Modal - Footer
-------------------------------- */
#silktide-modal footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
}

@media (min-width: 600px) {
  #silktide-modal footer {
    flex-direction: row;
    align-items: center;
  }
}

#silktide-modal footer a {
  margin-left: auto;
  padding: 14px 0px;
}

/* Cookie Icon */
#silktide-cookie-icon {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 0px;
  border: none;
  background-color: var(--cookieIconColor);
  cursor: pointer;
  box-shadow: 0px 0px 6px 0px #0000001a;
  pointer-events: auto;
  animation: silktide-fadeIn 0.3s ease-in-out forwards;
}

#silktide-cookie-icon.bottomRight {
  left: auto;
  right: 10px;
}

#silktide-cookie-icon svg {
  fill: var(--cookieIconBackgroundColor);
}

/* --------------------------------
  Backdrop
-------------------------------- */
#silktide-backdrop {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--backdropBackgroundColor);
  backdrop-filter: blur(var(--backdropBackgroundBlur));
  pointer-events: all;
}

/* --------------------------------
  Animations
-------------------------------- */
@keyframes silktide-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes silktide-slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes silktide-slideInDown-center {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% - 20px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes silktide-slideInDown-bottomCenter {
  from {
    opacity: 0;
    transform: translate(-50%, -20px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

@keyframes silktide-slideInUp-center {
  from {
    opacity: 0;
    transform: translate(0px, 20px);
  }
  to {
    opacity: 1;
    transform: translate(0px, 0px);
  }
}

