body.gdt-full-width #sidebar,
body:has(.gdt-app) #sidebar,
body:has(.jdp-app) #sidebar {
  display: none !important;
}

body.gdt-full-width #left-area,
body:has(.gdt-app) #left-area,
body:has(.jdp-app) #left-area {
  float: none !important;
  padding-right: 0 !important;
  width: 100% !important;
}

body.gdt-full-width #main-content .container,
body:has(.gdt-app) #main-content .container,
body:has(.jdp-app) #main-content .container {
  max-width: none !important;
  padding-top: 0 !important;
  width: 100% !important;
}

body.gdt-full-width #main-content .container::before,
body:has(.gdt-app) #main-content .container::before,
body:has(.jdp-app) #main-content .container::before {
  display: none !important;
}

body.gdt-full-width .et_post_meta_wrapper,
body:has(.gdt-app) .et_post_meta_wrapper,
body:has(.jdp-app) .et_post_meta_wrapper {
  display: none !important;
}

body.gdt-full-width .entry-title.main_title,
body:has(.gdt-app) .entry-title.main_title,
body:has(.jdp-app) .entry-title.main_title {
  display: none !important;
}

.gdt-app {
  --gdt-ink: #071a5f;
  --gdt-muted: #536284;
  --gdt-text: #24304d;
  --gdt-paper: #fff9ed;
  --gdt-surface: #ffffff;
  --gdt-line: #eadfd0;
  --gdt-teal: #079aa6;
  --gdt-teal-dark: #057985;
  --gdt-pink: #ef2d6f;
  --gdt-pink-dark: #d91d5e;
  --gdt-gold: #f5a800;
  --gdt-lime: #7ab51d;
  --gdt-soft-teal: #d9f3f4;
  --gdt-soft-pink: #ffe2eb;
  --gdt-soft-gold: #fff1ca;
  --gdt-shadow: 0 18px 50px rgba(7, 26, 95, 0.13);
  --gdt-shadow-soft: 0 10px 22px rgba(7, 26, 95, 0.1);
  --gdt-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--gdt-paper) 100%);
  color: var(--gdt-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0 0 46px;
}

.gdt-app *,
.gdt-app *::before,
.gdt-app *::after {
  box-sizing: border-box;
}

.gdt-app p {
  margin: 0;
}

.jdp-app {
  --jdp-ink: #071a5f;
  --jdp-muted: #536284;
  --jdp-text: #24304d;
  --jdp-paper: #fff9ed;
  --jdp-line: #eadfd0;
  --jdp-teal: #079aa6;
  --jdp-teal-dark: #057985;
  --jdp-pink: #ef2d6f;
  --jdp-pink-dark: #d91d5e;
  --jdp-gold: #f5a800;
  --jdp-soft-teal: #d9f3f4;
  --jdp-soft-pink: #ffe2eb;
  --jdp-soft-gold: #fff1ca;
  --jdp-radius: 8px;
  background: linear-gradient(180deg, #ffffff 0%, var(--jdp-paper) 100%);
  color: var(--jdp-text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  margin: 0;
  overflow: hidden;
  padding: 0 0 48px;
}

.jdp-app *,
.jdp-app *::before,
.jdp-app *::after {
  box-sizing: border-box;
}

.jdp-app p {
  margin: 0;
}

.jdp-hero {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  min-height: min(650px, 74vh);
  padding: clamp(64px, 10vw, 110px) max(24px, calc((100vw - 1180px) / 2)) clamp(76px, 9vw, 112px);
}

.jdp-hero-inner {
  max-width: 760px;
}

.jdp-eyebrow,
.jdp-kicker {
  border-radius: var(--jdp-radius);
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  text-transform: uppercase;
}

.jdp-eyebrow {
  background: rgba(255, 241, 202, 0.96);
  color: #765000;
  margin-bottom: 18px;
  padding: 9px 11px;
}

.jdp-kicker {
  background: var(--jdp-soft-gold);
  color: #8b6100;
  margin-bottom: 12px;
  padding: 8px 10px;
}

.jdp-hero h1,
.jdp-band h2 {
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.jdp-hero h1 {
  color: #fff;
  font-size: clamp(42px, 7vw, 78px);
  max-width: 860px;
}

.jdp-hero p:not(.jdp-eyebrow) {
  color: rgba(255, 255, 255, 0.93);
  font-size: clamp(17px, 1.8vw, 22px);
  font-weight: 650;
  line-height: 1.55;
  margin-top: 18px;
  max-width: 760px;
}

.jdp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.jdp-button {
  align-items: center;
  border-radius: var(--jdp-radius);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 48px;
  padding: 13px 17px;
  text-decoration: none;
}

.jdp-button-primary {
  background: var(--jdp-pink);
  box-shadow: 0 12px 24px rgba(239, 45, 111, 0.28);
  color: #fff;
}

.jdp-button-primary:hover,
.jdp-button-primary:focus-visible {
  background: var(--jdp-pink-dark);
  color: #fff;
}

.jdp-button-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--jdp-ink);
}

.jdp-button-secondary:hover,
.jdp-button-secondary:focus-visible {
  background: #fff;
  color: var(--jdp-teal-dark);
}

.jdp-band {
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(34px, 5vw, 56px);
  width: min(1180px, calc(100% - 32px));
}

.jdp-intro {
  align-items: start;
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
}

.jdp-text h2,
.jdp-section-head h2,
.jdp-volunteer h2 {
  color: var(--jdp-ink);
  font-size: clamp(32px, 4vw, 52px);
}

.jdp-text p:not(.jdp-kicker),
.jdp-section-head p:not(.jdp-kicker),
.jdp-volunteer p,
.jdp-highlight span {
  color: var(--jdp-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.62;
}

.jdp-text p + p {
  margin-top: 14px;
}

.jdp-highlight {
  background: #fff;
  border: 1px solid var(--jdp-line);
  border-left: 8px solid var(--jdp-teal);
  border-radius: var(--jdp-radius);
  box-shadow: 0 14px 34px rgba(7, 26, 95, 0.1);
  display: grid;
  gap: 10px;
  padding: 20px;
}

.jdp-highlight strong {
  color: var(--jdp-ink);
  font-size: 22px;
  font-weight: 900;
}

.jdp-features {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdp-features article {
  background: #fff;
  border: 1px solid var(--jdp-line);
  border-top: 6px solid var(--jdp-teal);
  border-radius: var(--jdp-radius);
  box-shadow: 0 10px 22px rgba(7, 26, 95, 0.09);
  padding: 18px;
}

.jdp-features article:nth-child(2) {
  border-top-color: var(--jdp-gold);
}

.jdp-features article:nth-child(3) {
  border-top-color: var(--jdp-pink);
}

.jdp-features span {
  color: var(--jdp-teal-dark);
  font-size: 13px;
  font-weight: 900;
}

.jdp-features h3,
.jdp-gallery h3 {
  color: var(--jdp-ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.16;
  margin: 9px 0 0;
}

.jdp-features p,
.jdp-gallery p {
  color: var(--jdp-muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
  margin-top: 10px;
}

.jdp-section-head {
  margin-bottom: 22px;
  max-width: 780px;
}

.jdp-section-head p:not(.jdp-kicker) {
  margin-top: 12px;
}

.jdp-also {
  background: #fff;
  border: 1px solid var(--jdp-line);
  border-radius: var(--jdp-radius);
  box-shadow: 0 14px 34px rgba(7, 26, 95, 0.08);
  padding: clamp(22px, 4vw, 34px);
}

.jdp-program-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdp-program-grid article {
  background: #fffaf0;
  border: 1px solid #eadcc4;
  border-radius: var(--jdp-radius);
  padding: 18px;
}

.jdp-program-grid article:nth-child(2) {
  background: #f5fbfb;
  border-color: #c8e5e6;
}

.jdp-program-grid article:nth-child(3) {
  background: #fff6fa;
  border-color: #f3c8d8;
}

.jdp-program-grid span {
  color: var(--jdp-ink);
  display: block;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 12px;
}

.jdp-program-grid ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jdp-program-grid li {
  color: var(--jdp-muted);
  font-size: 15px;
  font-weight: 650;
  list-style: none !important;
  line-height: 1.48;
  margin: 0;
  padding-left: 18px;
  position: relative;
}

.jdp-program-grid li::marker {
  content: "";
  font-size: 0;
}

.jdp-program-grid li::before {
  background: var(--jdp-teal);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.62em;
  width: 7px;
}

.jdp-program-grid article:nth-child(2) li::before {
  background: var(--jdp-gold);
}

.jdp-program-grid article:nth-child(3) li::before {
  background: var(--jdp-pink);
}

.jdp-gallery {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jdp-gallery article {
  background: #fff;
  border: 1px solid var(--jdp-line);
  border-radius: var(--jdp-radius);
  box-shadow: 0 10px 22px rgba(7, 26, 95, 0.09);
  display: grid;
  overflow: hidden;
}

.jdp-gallery img {
  aspect-ratio: 4 / 3;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.jdp-gallery article:nth-child(1) img,
.jdp-gallery article:nth-child(2) img,
.jdp-gallery article:nth-child(3) img {
  aspect-ratio: 3 / 4;
}

.jdp-gallery div {
  padding: 16px;
}

.jdp-volunteer {
  align-items: center;
  background: var(--jdp-ink);
  border-radius: var(--jdp-radius);
  color: #fff;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(22px, 4vw, 34px);
}

.jdp-volunteer h2,
.jdp-volunteer p {
  color: #fff;
}

.jdp-volunteer p {
  margin-top: 12px;
  max-width: 760px;
  opacity: 0.9;
}

.jdp-volunteer .jdp-kicker {
  background: #fff1ca;
  color: #765000;
}

.gdt-hero,
.gdt-section,
.gdt-notice {
  margin-left: auto;
  margin-right: auto;
  width: min(1180px, calc(100% - 32px));
}

.gdt-hero {
  border-bottom: 1px solid var(--gdt-line);
  display: block;
  padding: 54px 0 42px;
}

.gdt-eyebrow,
.gdt-kicker {
  background: var(--gdt-soft-gold);
  border-radius: var(--gdt-radius);
  color: #8b6100;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0 0 18px;
  padding: 8px 11px;
  text-transform: uppercase;
}

.gdt-hero h1,
.gdt-section h2 {
  color: var(--gdt-ink);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.08;
  margin: 0;
}

.gdt-hero h1 {
  font-size: clamp(38px, 5vw, 62px);
  max-width: 920px;
  text-transform: none;
}

.gdt-subtitle {
  color: var(--gdt-teal-dark);
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 850;
  margin: 16px 0 0;
}

.gdt-lead {
  color: #273260;
  font-size: clamp(16px, 1.6vw, 19px);
  font-weight: 650;
  line-height: 1.58;
  margin: 20px 0 0;
  max-width: 920px;
}

.gdt-motto {
  display: none;
}

.gdt-notice {
  border-radius: var(--gdt-radius);
  margin-top: 18px;
  padding: 16px 18px;
}

.gdt-notice p {
  margin: 6px 0 0;
}

.gdt-notice-success {
  background: #eefbfc;
  border: 1px solid rgba(7, 154, 166, 0.28);
  color: var(--gdt-teal-dark);
}

.gdt-notice-error {
  background: var(--gdt-soft-pink);
  border: 1px solid rgba(239, 45, 111, 0.28);
  color: #9b153f;
}

.gdt-section {
  margin-top: 38px;
}

.gdt-section-heading {
  display: block;
  margin-bottom: 24px;
  max-width: 760px;
  text-align: left;
}

.gdt-section-heading h2,
.gdt-flow-step h2 {
  font-size: clamp(30px, 4vw, 48px);
}

.gdt-section-heading p:last-child,
.gdt-step-copy {
  color: var(--gdt-muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.55;
  margin: 10px 0 0;
}

.gdt-day-groups {
  display: grid;
  gap: 22px;
}

.gdt-day-group {
  background: rgba(255, 253, 248, 0.86);
  border: 1px solid var(--gdt-line);
  border-left: 8px solid var(--gdt-teal);
  border-radius: var(--gdt-radius);
  display: grid;
  gap: 16px;
  padding: clamp(14px, 2vw, 20px);
}

.gdt-day-group:nth-child(2n) {
  border-left-color: var(--gdt-pink);
}

.gdt-day-head {
  align-items: end;
  border-bottom: 1px solid var(--gdt-line);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-bottom: 12px;
}

.gdt-day-head p {
  background: var(--gdt-soft-gold);
  border-radius: var(--gdt-radius);
  color: #8b6100;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  padding: 8px 10px;
  text-transform: uppercase;
}

.gdt-day-head h3 {
  color: var(--gdt-ink);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 850;
  line-height: 1.12;
  margin: 0;
  text-align: right;
}

.gdt-slots {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gdt-slot-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--gdt-line);
  border-radius: var(--gdt-radius);
  border-top: 6px solid var(--gdt-teal);
  box-shadow: var(--gdt-shadow-soft);
  padding: 16px;
}

.gdt-slot-card:nth-child(2n) {
  border-top-color: var(--gdt-gold);
}

.gdt-slot-card:nth-child(3n) {
  border-top-color: var(--gdt-pink);
}

.gdt-slot-head {
  align-items: start;
  border-bottom: 1px solid var(--gdt-line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.gdt-slot-day {
  color: var(--gdt-teal-dark);
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 5px;
  text-transform: uppercase;
}

.gdt-slot-head h3 {
  color: var(--gdt-ink);
  font-size: 22px;
  font-weight: 850;
  line-height: 1.18;
  margin: 0;
}

.gdt-slot-type {
  background: var(--gdt-soft-teal);
  border-radius: var(--gdt-radius);
  color: var(--gdt-teal-dark);
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  padding: 7px 10px;
}

.gdt-mission-list {
  display: grid;
  gap: 10px;
}

.gdt-mission-row {
  background: #fff;
  border: 1px solid var(--gdt-line);
  border-radius: var(--gdt-radius);
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) 132px;
  padding: 12px;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.gdt-mission-row:hover,
.gdt-mission-row:focus-visible {
  border-color: var(--gdt-teal);
  box-shadow: 0 12px 26px rgba(7, 26, 95, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.gdt-mission-row.is-selected {
  background: #eefbfc;
  border-color: var(--gdt-teal);
  box-shadow: 0 0 0 3px rgba(7, 154, 166, 0.12);
}

.gdt-mission-title-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}

.gdt-mission-title-row strong {
  color: var(--gdt-ink);
  font-size: 17px;
  font-weight: 850;
}

.gdt-mission-main p {
  color: var(--gdt-muted);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 7px 0 11px;
}

.gdt-badge {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 9px;
  white-space: nowrap;
}

.gdt-badge-need {
  background: var(--gdt-soft-pink);
  color: #b50f45;
}

.gdt-badge-few {
  background: var(--gdt-soft-gold);
  color: #8a5b00;
}

.gdt-badge-complete {
  background: var(--gdt-soft-teal);
  color: var(--gdt-teal-dark);
}

.gdt-progress {
  background: #f0e6d6;
  border-radius: 999px;
  height: 9px;
  overflow: hidden;
}

.gdt-progress span {
  background: linear-gradient(90deg, var(--gdt-teal), var(--gdt-gold), var(--gdt-pink));
  display: block;
  height: 100%;
}

.gdt-mission-side {
  align-content: start;
  border-left: 1px solid var(--gdt-line);
  display: grid;
  min-width: 0;
  padding-left: 12px;
}

.gdt-mission-side strong {
  color: var(--gdt-teal-dark);
  font-size: 25px;
  font-weight: 900;
}

.gdt-mission-side span {
  color: var(--gdt-muted);
  font-size: 13px;
  font-weight: 800;
}

.gdt-first-names {
  color: var(--gdt-ink);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.35;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
}

.gdt-muted {
  color: var(--gdt-muted);
}

.gdt-card-action {
  color: var(--gdt-pink) !important;
  display: inline-flex;
  font-size: 13px !important;
  font-weight: 900 !important;
  margin-top: 10px;
}

.gdt-mission-row.is-selected .gdt-card-action {
  color: var(--gdt-teal-dark) !important;
}

.gdt-form {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--gdt-line);
  border-radius: var(--gdt-radius);
  border-top: 6px solid var(--gdt-pink);
  box-shadow: var(--gdt-shadow);
  display: grid;
  gap: clamp(24px, 4vw, 34px);
  padding: clamp(18px, 3vw, 32px);
}

.gdt-flow-step {
  display: grid;
  gap: 18px;
}

.gdt-flow-step + .gdt-flow-step {
  border-top: 1px solid var(--gdt-line);
  padding-top: clamp(24px, 4vw, 34px);
}

.gdt-contact-step,
.gdt-validation-step {
  max-width: 900px;
}

.gdt-choice-fieldset.is-guided {
  box-shadow: 0 0 0 4px rgba(245, 168, 0, 0.28), var(--gdt-shadow);
  transform: translateY(-2px);
}

.gdt-field-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gdt-choice-fieldset {
  border: 1px solid var(--gdt-line);
  border-radius: var(--gdt-radius);
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 14px;
}

.gdt-choice-fieldset legend {
  color: var(--gdt-ink);
  font-size: 18px;
  font-weight: 900;
  padding: 0 6px;
}

.gdt-choice-help,
.gdt-choice-summary {
  color: var(--gdt-muted);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

.gdt-choice-summary {
  background: #fffdf8;
  border: 1px dashed var(--gdt-line);
  border-radius: var(--gdt-radius);
  color: var(--gdt-teal-dark);
  padding: 9px 11px;
}

.gdt-choice-list {
  display: grid;
  gap: 8px;
}

.gdt-choice-empty {
  background: #fffdf8;
  border: 1px dashed var(--gdt-line);
  border-radius: var(--gdt-radius);
  color: var(--gdt-muted);
  font-weight: 650;
  padding: 12px;
}

.gdt-selected-choice {
  align-items: center;
  background: #eefbfc;
  border: 1px solid rgba(7, 154, 166, 0.28);
  border-radius: var(--gdt-radius);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto auto;
  padding: 11px 12px;
}

.gdt-selected-choice span {
  display: grid;
  gap: 3px;
}

.gdt-selected-choice strong {
  color: var(--gdt-ink);
  font-weight: 900;
}

.gdt-selected-choice em {
  color: var(--gdt-muted);
  font-style: normal;
  font-weight: 650;
}

.gdt-selected-choice small {
  background: var(--gdt-soft-gold);
  border-radius: 999px;
  color: #8a5b00;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
}

.gdt-selected-choice button {
  background: #fff;
  border: 1px solid rgba(239, 45, 111, 0.28);
  border-radius: var(--gdt-radius);
  color: var(--gdt-pink);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 900;
  padding: 8px 10px;
}

.gdt-selected-choice button:hover,
.gdt-selected-choice button:focus-visible {
  background: var(--gdt-soft-pink);
  outline: none;
}

.gdt-choice {
  align-items: center;
  background: #fff;
  border: 1px solid var(--gdt-line);
  border-radius: var(--gdt-radius);
  cursor: pointer;
  display: grid !important;
  gap: 10px !important;
  grid-template-columns: 22px minmax(0, 1fr) auto;
  padding: 10px 12px;
  transition: border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.gdt-choice:has(input:checked) {
  background: #eefbfc;
  border-color: var(--gdt-teal);
  box-shadow: 0 0 0 3px rgba(7, 154, 166, 0.1);
}

.gdt-choice input {
  accent-color: var(--gdt-pink);
}

.gdt-choice span {
  display: grid;
  gap: 3px;
}

.gdt-choice strong {
  color: var(--gdt-ink);
  font-weight: 900;
}

.gdt-choice em {
  color: var(--gdt-muted);
  font-style: normal;
  font-weight: 650;
}

.gdt-choice small {
  background: var(--gdt-soft-gold);
  border-radius: 999px;
  color: #8a5b00;
  font-size: 12px;
  font-weight: 900;
  padding: 5px 8px;
}

.gdt-form label {
  color: var(--gdt-ink);
  display: grid;
  font-weight: 850;
  gap: 7px;
}

.gdt-form label span {
  line-height: 1.25;
}

.gdt-form input[type="text"],
.gdt-form input[type="email"],
.gdt-form input[type="tel"],
.gdt-form select,
.gdt-form textarea {
  background: #fffdf8;
  border: 1px solid #d9cebd;
  border-radius: var(--gdt-radius);
  color: var(--gdt-ink);
  font: inherit;
  min-height: 46px;
  padding: 10px 12px;
  width: 100%;
}

.gdt-form textarea {
  min-height: 96px;
  resize: vertical;
}

.gdt-form input:focus,
.gdt-form select:focus,
.gdt-form textarea:focus {
  border-color: var(--gdt-teal);
  box-shadow: 0 0 0 3px rgba(7, 154, 166, 0.16);
  outline: none;
}

.gdt-submit {
  border: 0;
  border-radius: var(--gdt-radius);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  min-height: 46px;
  padding: 12px 16px;
}

.gdt-submit {
  background: var(--gdt-pink);
  box-shadow: 0 12px 24px rgba(239, 45, 111, 0.22);
  color: #fff;
  justify-self: start;
  min-width: 240px;
}

.gdt-submit:hover,
.gdt-submit:focus-visible {
  background: var(--gdt-pink-dark);
}

.gdt-full-warning {
  background: var(--gdt-soft-gold);
  border: 1px solid rgba(245, 168, 0, 0.32);
  border-radius: var(--gdt-radius);
  color: #8a5b00;
  font-weight: 800;
  margin: 0;
  padding: 11px 12px;
}

.gdt-check {
  align-items: start;
  display: grid !important;
  font-weight: 650 !important;
  gap: 10px !important;
  grid-template-columns: 22px minmax(0, 1fr);
}

.gdt-check input {
  accent-color: var(--gdt-pink);
  margin-top: 2px;
}

.gdt-rgpd {
  border-top: 1px solid var(--gdt-line);
  color: var(--gdt-muted);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  padding-top: 14px;
}

.gdt-honeypot {
  left: -9999px;
  position: absolute;
}

@media (max-width: 920px) {
  .gdt-hero {
    padding: 42px 0 34px;
  }

  .jdp-hero {
    min-height: auto;
    padding: 58px 20px 70px;
  }

  .jdp-intro,
  .jdp-volunteer {
    grid-template-columns: 1fr;
  }

  .jdp-features,
  .jdp-program-grid,
  .jdp-gallery {
    grid-template-columns: 1fr 1fr;
  }

  .jdp-volunteer .jdp-button {
    justify-self: start;
  }

  .gdt-section-heading {
    display: block;
  }

  .gdt-section-heading p:last-child,
  .gdt-step-copy {
    margin-top: 10px;
  }

  .gdt-slots {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 620px) {
  .gdt-hero,
  .gdt-section,
  .gdt-notice,
  .jdp-band {
    width: min(100% - 20px, 1180px);
  }

  .jdp-hero {
    padding: 48px 14px 58px;
  }

  .gdt-hero h1 {
    font-size: clamp(34px, 12vw, 48px);
  }

  .jdp-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
  }

  .jdp-actions {
    display: grid;
  }

  .jdp-features,
  .jdp-program-grid,
  .jdp-gallery {
    grid-template-columns: 1fr;
  }

  .jdp-button {
    width: 100%;
  }

  .gdt-mission-row {
    grid-template-columns: 1fr;
  }

  .gdt-mission-side {
    border-left: 0;
    border-top: 1px solid var(--gdt-line);
    padding-left: 0;
    padding-top: 10px;
  }

  .gdt-field-grid {
    grid-template-columns: 1fr;
  }

  .gdt-day-head {
    align-items: start;
    display: grid;
  }

  .gdt-day-head h3 {
    text-align: left;
  }

  .gdt-choice {
    align-items: start;
    grid-template-columns: 22px minmax(0, 1fr);
  }

  .gdt-choice small {
    justify-self: start;
    grid-column: 2;
  }

  .gdt-selected-choice {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .gdt-selected-choice small,
  .gdt-selected-choice button {
    justify-self: start;
  }

  .gdt-slot-head {
    display: grid;
  }

  .gdt-slot-type {
    justify-self: start;
  }

  .gdt-submit {
    width: 100%;
  }
}
