:root {
  --gjs-t-color-primary: #cf549e;
  --gjs-t-color-secondary: #b9227d;
  --gjs-t-color-accent: #ffb347;
  --gjs-t-color-success: #28a745;
  --gjs-t-color-warning: #ffc107;
  --gjs-t-color-error: #dc3545;
}
.gjs-t-h1 {
  color: var(--gjs-t-color-secondary);
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.gjs-t-h2 {
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: white;
  border-radius: 0.3rem;
}
.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: underline;
}
.gjs-t-border {
  border-radius: 0.3rem;
  border-color: #e0e0e0;
}
.gjs-t-h1 {
  color: var(--gjs-t-color-secondary);
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.gjs-t-h2 {
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.gjs-t-button {
  background-color: var(--gjs-t-color-primary);
  color: white;
  border-radius: 0.3rem;
}
.gjs-t-link {
  color: var(--gjs-t-color-primary);
  text-decoration: underline;
}
.gjs-t-border {
  border-radius: 0.3rem;
  border-color: #e0e0e0;
}
html,
:host {
  line-height: 1.5;
  undefined: undefined;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
button,
input:where([type="button"]),
input:where([type="reset"]),
input:where([type="submit"]) {
  -webkit-appearance: button;
  undefined: undefined;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
[type="search"] {
  -webkit-appearance: textfield;
  undefined: undefined;
  outline-offset: -2px;
}
button,
[role="button"] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
[hidden] {
  display: none;
}
.cls-ur0knk {
  background-color: #f3fbff !important;
}
.header-navbar {
  width: 100%;
}
.navbar-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration-line: none;
}
.logo-mark {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-accent);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(255 255 255 / 1);
  font-weight: 700;
}
.logo-text {
  letter-spacing: 0.025em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gjs-t-color-secondary);
}
.navbar-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-left: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.75rem;
}
.nav-item-home {
  color: rgb(55 65 81 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-item-home:hover {
  color: var(--gjs-t-color-secondary);
}
.nav-item-campaigns {
  color: rgb(55 65 81 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-item-campaigns:hover {
  color: var(--gjs-t-color-secondary);
}
.nav-item-order {
  color: rgb(55 65 81 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-item-order:hover {
  color: var(--gjs-t-color-secondary);
}
.nav-item-donate {
  color: rgb(55 65 81 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-item-donate:hover {
  color: var(--gjs-t-color-secondary);
}
.nav-item-volunteer {
  color: rgb(55 65 81 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-item-volunteer:hover {
  color: var(--gjs-t-color-secondary);
}
.main-content {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero-section {
  width: 100%;
  margin-bottom: 2rem;
}
.hero-figure {
  width: 100%;
}
.hero-banner-image {
  width: 100%;
  object-fit: cover;
  height: 320px;
  object-position: center center;
}
.hero-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.hero-content-wrapper {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.hero-title {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--gjs-t-color-secondary);
}
.thermometer-block {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.thermometer-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.thermometer-graphic {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.thermometer-bulb {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-error);
  border-width: 2px;
  border-color: rgb(0 0 0 / 1);
}
.thermometer-track-wrapper {
  position: relative;
}
.thermometer-ticks {
  position: absolute;
  top: -1rem;
  left: 0px;
  right: 0px;
  display: flex;
  justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.tick {
  display: block;
  width: 2px;
  height: 1rem;
  background-color: rgb(0 0 0 / 1);
}
.thermometer-track {
  width: 20rem;
  height: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(0 0 0 / 1);
  background-color: rgb(255 255 255 / 1);
  overflow: hidden;
}
.thermometer-fill {
  height: 100%;
  width: 66.666667%;
  background-color: var(--gjs-t-color-error);
}
.hero-ctas {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.cta-order {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: center;
  justify-content: center;
}
.cta-order:hover {
  opacity: 0.9;
}
.cta-start-peer-campaign {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: center;
  justify-content: center;
}
.cta-start-peer-campaign:hover {
  opacity: 0.9;
}
.cta-donate {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  text-align: center;
  justify-content: center;
}
.cta-donate:hover {
  opacity: 0.9;
}
.campaigns-section {
  width: 100%;
  background-color: rgb(255 255 255 / 1);
}
.campaigns-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0rem;
  padding-right: 0rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.campaigns-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  text-align: center;
  color: rgb(0 0 0 / 1);
}
.campaigns-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.campaign-card-link {
  display: block;
}
.campaign-card {
  height: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  overflow: hidden;
}
.campaign-card:hover {
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
}
.campaign-image-wrapper {
  width: 100%;
}
.campaign-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.campaign-image-caption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.campaign-content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.campaign-name {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.campaign-thermometer {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.campaign-thermometer-bulb {
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-error);
  border-width: 1px;
  border-color: rgb(0 0 0 / 1);
}
.campaign-thermometer-track {
  width: 100%;
  height: 1rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(0 0 0 / 1);
  background-color: rgb(255 255 255 / 1);
  overflow: hidden;
}
.campaign-thermometer-fill {
  height: 100%;
  width: 83.333333%;
  background-color: var(--gjs-t-color-error);
}
.campaign-progress-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99 / 1);
}
.volunteer-cta-wrapper {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.volunteer-cta {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.25rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.volunteer-cta:hover {
  opacity: 0.9;
}
.donate-section {
  width: 100%;
  background-color: rgb(249 250 251 / 1);
}
.donate-container {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
.donate-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--gjs-t-color-secondary);
}
.donate-text {
  margin-top: 0.5rem;
  color: rgb(55 65 81 / 1);
}
.donate-buttons-wrapper {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.donate-button-small {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.donate-button-small:hover {
  opacity: 0.9;
}
.donate-button-medium {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.donate-button-medium:hover {
  opacity: 0.9;
}
.donate-button-large {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.5rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  font-size: 1.125rem;
  line-height: 1.75rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 3px 0 rgb(0 0 0 / 0.1),
    0 1px 2px -1px rgb(0 0 0 / 0.1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.donate-button-large:hover {
  opacity: 0.9;
}
.footer-section {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.footer-container {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
}
.footer-share-block {
  display: none;
  flex-direction: column;
  gap: 0.75rem;
}
.share-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.share-buttons-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.share-button-facebook {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.share-button-facebook:hover {
  opacity: 0.9;
}
.share-icon {
  width: 1rem;
  height: 1rem;
}
.share-button-twitter {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.share-button-twitter:hover {
  opacity: 0.9;
}
.share-button-instagram {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.375rem;
  background-color: var(--gjs-t-color-accent);
  color: rgb(0 0 0 / 1);
  transition-property:
    color, background-color, border-color, text-decoration-color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.share-button-instagram:hover {
  opacity: 0.9;
}
.footer-contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.contact-title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.contact-line {
  color: rgb(55 65 81 / 1);
}
.copyright {
  color: rgb(107 114 128 / 1);
  margin-top: 0.5rem;
}
#order-2 .hero-title {
  font-weight: 700;
}
#order-2 .cta-order,
#order-2 .cta-start-peer-campaign,
#order-2 .cta-donate {
  font-weight: 600;
}
#ixdvt-2 .campaigns-title {
  font-weight: 700;
}
#ixdvt-2 .campaign-name,
#ixdvt-2 .volunteer-cta {
  font-weight: 600;
}
#donate-2 .donate-heading {
  font-weight: 700;
}
#donate-2 .donate-button-small,
#donate-2 .donate-button-medium,
#donate-2 .donate-button-large {
  font-weight: 600;
}
#order-2 .thermometer-bulb {
  background-color: #2563eb;
  border-color: #1e40af;
}
#order-2 .thermometer-track {
  border-color: #1e40af;
  background-color: #eef2ff;
}
#order-2 .thermometer-fill {
  background-color: #3b82f6;
}
#order-2 .thermometer-ticks .tick {
  background-color: #1e40af;
}
#order-2 .thermometer-amounts {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #1e40af;
  font-weight: 600;
  text-align: center;
}
#ikmh7-2 .navbar-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: transparent;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 600;
  line-height: 1.25rem;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    opacity 150ms ease;
}
#ikmh7-2 .navbar-toggle:hover {
  background-color: #f9fafb;
}
#ikmh7-2 .navbar-toggle .icon-close {
  display: none;
}
#ikmh7-2 .navbar-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
#ich14-2 {
  max-width: 65rem;
}
#iuf3j-2 .cta-order,
#iuf3j-2 .cta-start-peer-campaign,
#iuf3j-2 .cta-donate {
  display: inline-flex;
  align-items: center;
}
#iuf3j-2 .cta-emoji {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 0.4rem;
  display: inline-flex;
  align-items: center;
}
.cls-cofzkr {
  background-color: rgb(255 255 255 / 1);
  color: rgb(31 41 55 / 1);
}
.shared-header {
  border-bottom-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.header-navigation {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand-area {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.brand-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: rgb(17 24 39 / 1);
}
.brand-text {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0.025em;
}
.icon-menu {
  width: 1.25rem;
  height: 1.25rem;
}
.icon-close {
  width: 1.25rem;
  height: 1.25rem;
}
.page-heading {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page-subheading {
  color: rgb(75 85 99 / 1);
}
.order-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2.5rem;
}
.product-showcase {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.product-figure {
  width: 100%;
}
.product-image {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.product-caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107 114 128 / 1);
  margin-top: 0.5rem;
}
.product-title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.product-description {
  color: rgb(55 65 81 / 1);
}
.product-highlights-list {
  list-style-type: disc;
  padding-left: 1.25rem;
  color: rgb(75 85 99 / 1);
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.order-form-card {
  border-width: 1px;
  padding: 1.5rem;
  border-radius: 0.375rem;
  background-color: #ffffff;
  box-shadow:
    0 0 #0000,
    0 0 #0000,
    0 1px 2px 0 rgb(0 0 0 / 0.05);
  border-color: rgb(229 231 235 / 1);
}
.order-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.field-quantity {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.label-quantity {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.input-quantity {
  border-width: 1px;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
  border-color: rgb(229 231 235 / 1);
  padding: 0.5rem 0.75rem;
}
.help-quantity {
  color: rgb(107 114 128 / 1);
}
.field-pickup-time {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.label-pickup-time {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.input-pickup-time {
  border-width: 1px;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.help-pickup-time {
  color: rgb(107 114 128 / 1);
}
.field-donation {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.label-donation {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.donation-input-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.donation-currency {
  color: rgb(107 114 128 / 1);
}
.input-donation {
  border-width: 1px;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.help-donation {
  color: rgb(107 114 128 / 1);
}
.actions-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.5rem;
}
.button-buy {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  border-radius: 0.375rem;
  color: #ffffff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}
.shared-footer {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.footer-copyright {
  color: rgb(75 85 99 / 1);
}
.footer-navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hc-navbar .navbar-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.hc-navbar .navbar-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  background-color: transparent;
  border: 1px solid #e5e7eb;
  color: #374151;
  font-weight: 600;
  line-height: 1.25rem;
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    opacity 150ms ease;
}
.hc-navbar .navbar-toggle:hover {
  background-color: #f9fafb;
}
.hc-navbar .navbar-toggle .icon-close {
  display: none;
}
.hc-navbar .menu-backdrop {
  display: none;
}
#ikmh7-2 .navbar-menu a {
  font-size: 1rem;
  line-height: 1.5rem;
}
#donation-description-section .donation-description {
  margin-top: 1.5rem;
  padding: 1rem 1rem;
  background-color: #ffffff;
  border: 1px solid rgb(229, 231, 235);
  border-top: 4px solid var(--gjs-t-color-accent);
  text-align: center;
}
#donation-description-section .donation-description-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.75rem;
  color: rgb(31, 41, 55);
}
#i4emai[disabled]:hover,
#i4emai:disabled:hover,
#i4emai[disabled]:active,
#i4emai:disabled:active,
#i4emai[disabled]:focus,
#i4emai:disabled:focus,
#i4emai[disabled]:focus-visible,
#i4emai:disabled:focus-visible {
  background-color: #e5e7eb;
  color: #9ca3af;
  border-color: #e5e7eb;
  box-shadow: none;
  outline: none;
  transform: none;
  filter: none;
}
#iuf3j-2-2 .total-summary {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#iuf3j-2-2 .total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
#iuf3j-2-2 .total-label {
  font-weight: 700;
  color: #1f2937;
}
#iuf3j-2-2 .total-value {
  font-weight: 700;
  color: var(--gjs-t-color-secondary);
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#iuf3j-2-2 .total-breakdown {
  color: #6b7280;
}
.site-header {
  width: 100%;
  border-bottom-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
.header-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggle {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  color: rgb(55 65 81 / 1);
}
.toggle-label {
  font-weight: 600;
}
.toggle-icon-menu {
  width: 1rem;
  height: 1rem;
}
.toggle-icon-close {
  width: 1rem;
  height: 1rem;
}
.navbar-link-home {
  color: rgb(55 65 81 / 1);
}
.navbar-link-home:hover {
  color: rgb(17 24 39 / 1);
}
.navbar-link-order {
  color: rgb(55 65 81 / 1);
}
.navbar-link-order:hover {
  color: rgb(17 24 39 / 1);
}
.navbar-link-admin-editor {
  color: rgb(17 24 39 / 1);
  font-weight: 600;
}
.page-header-section {
  margin-bottom: 2rem;
}
.page-title {
  margin-bottom: 0.5rem;
}
.page-subtitle {
  color: rgb(75 85 99 / 1);
}
.date-group-section-2023-12-09 {
  margin-bottom: 2.5rem;
}
.date-heading-2023-12-09 {
  margin-bottom: 1rem;
}
.table-container-2023-12-09 {
  overflow-x: auto;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.25rem;
}
.slots-table-2023-12-09 {
  min-width: 100%;
}
.table-head-2023-12-09 {
  background-color: rgb(249 250 251 / 1);
}
.head-cell-time {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(55 65 81 / 1);
  font-weight: 600;
}
.head-cell-orders {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(55 65 81 / 1);
  font-weight: 600;
}
.head-cell-availability {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(55 65 81 / 1);
  font-weight: 600;
}
.table-body-2023-12-09 {
  background-color: rgb(255 255 255 / 1);
}
.slot-row-2023-12-09-09 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-09 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-09 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-09 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-09 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-09 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-09 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-09:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-10 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-10 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-10 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-10 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-10 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-10 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-10 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-10:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-11 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-11 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-11 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-11 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-11 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-11 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-11 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-11:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-12 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-12 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-12 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-12 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-12 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-12:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-13 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-13 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-13 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-13 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-13 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-13 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-13 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-13:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-14 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-14 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-14 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-14 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-14 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-14 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-14 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-14:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-15 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-15 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-15 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-15 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-15 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-15 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-15 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-15:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.slot-row-2023-12-09-16 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-16 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-16 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-16 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-16 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-16 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-16 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-16:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.date-group-section-2023-12-10 {
  margin-bottom: 2.5rem;
}
.date-heading-2023-12-10 {
  margin-bottom: 1rem;
}
.table-container-2023-12-10 {
  overflow-x: auto;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.25rem;
}
.slots-table-2023-12-10 {
  min-width: 100%;
}
.table-head-2023-12-10 {
  background-color: rgb(249 250 251 / 1);
}
.table-body-2023-12-10 {
  background-color: rgb(255 255 255 / 1);
}
.slot-row-2023-12-10-09 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-10 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-11 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-12 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-13 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-14 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-15 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-row-2023-12-10-16 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.admin-note {
  margin-top: 1.5rem;
  padding: 1rem;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.25rem;
  background-color: rgb(249 250 251 / 1);
}
.admin-note-text {
  color: rgb(55 65 81 / 1);
}
.site-footer {
  width: 100%;
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
  background-color: rgb(255 255 255 / 1);
}
#idbjc9 .date-group-section-2025-12-09,
#idbjc9 .date-group-section-2025-12-10 {
  margin-bottom: 2.5rem;
}
#idbjc9 .date-heading-2025-12-09,
#idbjc9 .date-heading-2025-12-10 {
  margin-bottom: 1rem;
}
#idbjc9 .table-container-2025-12-09,
#idbjc9 .table-container-2025-12-10 {
  overflow-x: auto;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.25rem;
}
#idbjc9 .slots-table-2025-12-09,
#idbjc9 .slots-table-2025-12-10 {
  min-width: 100%;
}
#idbjc9 .table-head-2025-12-09,
#idbjc9 .table-head-2025-12-10 {
  background-color: rgb(249 250 251 / 1);
}
#idbjc9 .table-body-2025-12-09,
#idbjc9 .table-body-2025-12-10 {
  background-color: rgb(255 255 255 / 1);
}
#idbjc9 .slot-row-2025-12-09-09,
#idbjc9 .slot-row-2025-12-09-10,
#idbjc9 .slot-row-2025-12-09-11,
#idbjc9 .slot-row-2025-12-09-12,
#idbjc9 .slot-row-2025-12-09-13,
#idbjc9 .slot-row-2025-12-09-14,
#idbjc9 .slot-row-2025-12-09-15,
#idbjc9 .slot-row-2025-12-09-16 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
#idbjc9 .slot-row-2025-12-10-09,
#idbjc9 .slot-row-2025-12-10-10,
#idbjc9 .slot-row-2025-12-10-11,
#idbjc9 .slot-row-2025-12-10-12,
#idbjc9 .slot-row-2025-12-10-13,
#idbjc9 .slot-row-2025-12-10-14,
#idbjc9 .slot-row-2025-12-10-15,
#idbjc9 .slot-row-2025-12-10-16 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
#iuf3j-2-2 .field-phone {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
#iuf3j-2-2 .label-phone {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
#iuf3j-2-2 .input-phone {
  border-width: 1px;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
#iuf3j-2-2 .customer-info-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#iuf3j-2-2 .customer-info-title {
  font-weight: 700;
}
#iuf3j-2-2 .field-name,
#iuf3j-2-2 .field-email {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
#iuf3j-2-2 .label-name,
#iuf3j-2-2 .label-email {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
#iuf3j-2-2 .input-name,
#iuf3j-2-2 .input-email {
  border-width: 1px;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.order-details-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.order-summary-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.order-actions-section {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.field-name {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.field-email {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.field-phone {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.label-name {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.label-email {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.label-phone {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.input-name {
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.input-email {
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.input-phone {
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
}
.total-summary {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.total-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.total-label {
  font-weight: 700;
  color: #1f2937;
}
.total-value {
  font-weight: 700;
  color: var(--gjs-t-color-secondary);
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.total-breakdown {
  color: #6b7280;
}
.customer-info-section {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.customer-info-title {
  font-weight: 700;
}
.button-buy:hover {
  opacity: 0.95;
}
.button-buy:active {
  transform: translateY(0.5px);
}
#ihzk98:disabled,
#ihzk98[disabled] {
  background-color: #e5e7eb;
  color: #9ca3af;
  border-color: #e5e7eb;
  cursor: not-allowed;
  box-shadow: none;
  outline: none;
  transform: none;
  filter: none;
  opacity: 1;
}
#ihzk98[disabled]:hover,
#ihzk98:disabled:hover,
#ihzk98[disabled]:active,
#ihzk98:disabled:active,
#ihzk98[disabled]:focus,
#ihzk98:disabled:focus,
#ihzk98[disabled]:focus-visible,
#ihzk98:disabled:focus-visible {
  background-color: #e5e7eb;
  color: #9ca3af;
  border-color: #e5e7eb;
  box-shadow: none;
  outline: none;
  transform: none;
  filter: none;
  opacity: 1;
}
#if3obh .donation-top-note {
  color: rgb(107 114 128 / 1);
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
#if3obh .donation-top-note a {
  text-decoration: underline;
}
#campaign-editor-section-2 {
  width: 100%;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
#campaign-editor-section .editor-header {
  margin-bottom: 1rem;
}
#campaign-editor-section .intro {
  color: rgb(55 65 81 / 1);
}
#campaign-editor-form-2 {
  background-color: #ffffff;
  border: 1px solid rgb(229 231 235 / 1);
  border-top: 4px solid var(--gjs-t-color-accent);
  border-radius: 0.3rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#campaign-editor-section .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
#campaign-editor-section .label {
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
#campaign-editor-section .label-inline {
  font-weight: 600;
  color: rgb(55 65 81 / 1);
  font-size: 0.9375rem;
}
#campaign-editor-section .req {
  color: var(--gjs-t-color-error);
  margin-left: 0.25rem;
}
#campaign-editor-section .input,
#campaign-editor-section .textarea {
  border: 1px solid rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font: inherit;
  color: rgb(31 41 55 / 1);
  background-color: #ffffff;
}
#campaign-editor-section .input:focus,
#campaign-editor-section .textarea:focus {
  outline: none;
  border-color: rgb(209 213 219 / 1);
  box-shadow: 0 0 0 3px rgba(191, 219, 254, 0.6);
}
#campaign-editor-section .goal-row {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}
#campaign-editor-section .goal-input-wrap,
#campaign-editor-section .preview-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
#campaign-editor-section .preview-input-wrap input[type="range"] {
  width: 180px;
}
#campaign-editor-section .progress-value {
  font-weight: 700;
  color: var(--gjs-t-color-secondary);
}
#campaign-editor-section .file-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px dashed rgb(209 213 219 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
}
#campaign-editor-section .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: rgb(55 65 81 / 1);
}
#campaign-editor-section .help {
  color: rgb(107 114 128 / 1);
}
#campaign-editor-section .preview-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
#campaign-editor-section .preview-card {
  border: 1px solid rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #ffffff;
}
#campaign-editor-section .preview-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
}
#campaign-editor-section .thermometer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
#campaign-editor-section .thermo-bulb {
  width: 28px;
  height: 28px;
  border-radius: 9999px;
  background-color: var(--gjs-t-color-primary);
  border: 2px solid var(--gjs-t-color-secondary);
  box-shadow: inset 0 0 0 4px rgba(255, 255, 255, 0.4);
}
#campaign-editor-section .thermo-track {
  flex: 1;
  height: 14px;
  border-radius: 9999px;
  background-color: rgb(238 242 255 / 1);
  border: 2px solid rgb(30 64 175 / 1);
  overflow: hidden;
  position: relative;
}
#campaign-editor-section .thermo-fill {
  height: 100%;
  background-color: rgb(59 130 246 / 1);
  width: 0%;
  transition: width 200ms ease;
  position: relative;
}
#campaign-editor-section .thermo-legend {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-weight: 700;
  color: rgb(30 64 175 / 1);
  white-space: nowrap;
}
#campaign-editor-section .legend-sep {
  color: rgb(107 114 128 / 1);
  font-weight: 400;
}
#campaign-editor-section .actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
#campaign-editor-section .submit-btn {
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}
#campaign-editor-section .submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#campaign-editor-section .preview-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgb(55 65 81 / 1);
  text-decoration: none;
  font-weight: 600;
  transition:
    color 150ms ease,
    opacity 150ms ease;
}
#campaign-editor-section .preview-link:hover {
  color: var(--gjs-t-color-secondary);
}
#campaign-editor-section .tips {
  margin-top: 1.5rem;
  border-top: 1px solid rgb(229 231 235 / 1);
  padding-top: 0.75rem;
}
#campaign-editor-section .tip-list {
  color: rgb(55 65 81 / 1);
  margin-top: 0.5rem;
  display: grid;
  gap: 0.25rem;
}
#campaign-editor-section .thermo-pct {
  position: absolute;
  top: 0;
  right: 6px;
  height: 100%;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  font-size: 0.875rem;
  color: #ffffff;
  pointer-events: none;
  transition: opacity 150ms ease;
}
#igxxw84 .label {
  font-weight: 600;
  color: #1f2937;
}
#igxxw84 .help {
  color: #6b7280;
}
#igxxw84 .switch-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
#igxxw84 .switch-input {
  position: absolute;
  width: 44px;
  height: 24px;
  opacity: 0;
  pointer-events: auto;
}
#igxxw84 .switch-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 9999px;
  background-color: #e5e7eb;
  border: 1px solid #d1d5db;
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
  display: inline-flex;
  align-items: center;
  padding: 2px;
  cursor: pointer;
}
#igxxw84 .switch-thumb {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transform: translateX(0);
  transition: transform 150ms ease;
}
#igxxw84 .switch-state {
  font-weight: 600;
  color: #374151;
}
#igxxw84 .state-published {
  display: none;
}
#i00dzqj .preview-grid {
  display: block;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
  width: 100%;
}
#i00dzqj .preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#i00dzqj .preview-box {
  width: 250px;
  height: 250px;
  border: 1px dashed #d1d5db;
  border-radius: 0.375rem;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#i00dzqj .preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#i00dzqj .placeholder-icon {
  color: #9ca3af;
}
#i00dzqj .preview-caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  text-align: center;
}
#i00dzqj .preview-actions {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
}
#i00dzqj #clear-logo {
  background-color: var(--gjs-t-color-accent);
  color: #000000;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  text-align: center;
}
#i00dzqj #clear-logo:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#i00dzqj .logo-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
#i00dzqj .logo-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
}
#i00dzqj .submit-btn {
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}
#i00dzqj .submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#i00dzqj .file-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px dashed #d1d5db;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
}
#i00dzqj #logo-preview {
  width: 100%;
  display: block;
}
#i00dzqj .icon {
  width: 20px;
  height: 20px;
  color: #374151;
}
.form-group {
  margin-top: 8px;
  margin-bottom: 8px;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-grid {
  display: block;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
  width: 100%;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-box {
  width: 150px;
  height: 150px;
  border: 1px dashed #d1d5db;
  border-radius: 0.375rem;
  background-color: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .placeholder-icon {
  color: #9ca3af;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #6b7280;
  text-align: center;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-actions {
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid #clear-logo {
  background-color: #ffb347;
  color: #000000;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  text-align: center;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid #clear-logo:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .logo-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .logo-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: stretch;
  flex: 0 0 200px;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .submit-btn {
  transition:
    opacity 150ms ease,
    transform 150ms ease;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .submit-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .file-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px dashed #d1d5db;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid #logo-preview {
  width: 100%;
  display: block;
}
#campaign-editor-section .form-group#i00dzqj.two-column-grid .icon {
  width: 20px;
  height: 20px;
  color: #374151;
}
#i00dzqj #clear-logo-2 {
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  text-align: center;
  background-color: var(--gjs-t-color-accent);
  color: #000000;
}
#i00dzqj #clear-logo-2:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
#i00dzqj #logo-preview-2.preview-grid {
  margin-top: 0 !important;
}
#i00dzqj #logo-preview-2,
#i00dzqj .preview-grid,
#i00dzqj .preview-item {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
#i00dzqj #clear-logo-2.submit-btn {
  background-color: #f3f4f6;
  color: #374151;
  border-radius: 0.375rem;
  border: 1px solid #e5e7eb;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease;
}
#i00dzqj #clear-logo-2.submit-btn:hover {
  background-color: #e5e7eb;
  color: #374151;
  opacity: 0.95;
  transform: none;
}
#i00dzqj #clear-logo-2.submit-btn:active {
  opacity: 0.9;
}
#i00dzqj #clear-logo-2.submit-btn:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}
.campaign-edit-header {
  margin-bottom: 1rem;
}
.campaign-edit-title {
  font-weight: 700;
  color: var(--gjs-t-color-secondary);
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.campaign-edit-intro {
  color: rgb(55 65 81 / 1);
}
.campaign-edit-form {
  display: block;
}
.campaign-edit-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.campaign-edit-label {
  font-weight: 600;
  color: rgb(31 41 55 / 1);
}
.campaign-edit-label-inline {
  font-weight: 600;
  color: rgb(55 65 81 / 1);
  font-size: 0.9375rem;
}
.campaign-edit-required {
  color: var(--gjs-t-color-error);
  margin-left: 0.25rem;
}
.campaign-edit-input {
  border: 1px solid rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font: inherit;
  color: rgb(31 41 55 / 1);
  background-color: #ffffff;
}
.campaign-edit-textarea {
  border: 1px solid rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  font: inherit;
  color: rgb(31 41 55 / 1);
  background-color: #ffffff;
}
.campaign-edit-input:focus {
  outline: none;
  border-color: rgb(209 213 219 / 1);
  box-shadow: 0 0 0 3px rgba(191, 219, 254, 0.6);
}
.campaign-edit-textarea:focus {
  outline: none;
  border-color: rgb(209 213 219 / 1);
  box-shadow: 0 0 0 3px rgba(191, 219, 254, 0.6);
}
.campaign-edit-goal-row {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
}
.campaign-edit-goal-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.campaign-edit-icon {
  width: 20px;
  height: 20px;
  color: rgb(55 65 81 / 1);
}
.campaign-edit-logo-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.campaign-edit-logo-right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.campaign-edit-logo-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.campaign-edit-logo-preview-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
}
.campaign-edit-logo-preview-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.campaign-edit-logo-preview-box {
  width: 250px;
  height: 250px;
  border: 1px dashed rgb(209 213 219 / 1);
  border-radius: 0.375rem;
  background-color: rgb(249 250 251 / 1);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.campaign-edit-logo-preview-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.campaign-edit-logo-placeholder-icon {
  width: 40px;
  height: 40px;
  color: rgb(156 163 175 / 1);
}
.campaign-edit-logo-preview-caption {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(107 114 128 / 1);
  text-align: center;
}
.campaign-edit-logo-actions {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  flex-direction: column;
}
.campaign-edit-clear-image-btn {
  background-color: var(--gjs-t-color-accent);
  color: #000000;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
  text-align: center;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}
.campaign-edit-clear-image-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.campaign-edit-file-input {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border: 1px dashed rgb(209 213 219 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  background-color: #ffffff;
}
.campaign-edit-file-input-input {
  width: 100%;
}
.campaign-edit-help {
  color: rgb(107 114 128 / 1);
}
.campaign-edit-status-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}
.campaign-edit-switch-wrap {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.campaign-edit-switch-input {
  position: absolute;
  width: 44px;
  height: 24px;
  opacity: 0;
  pointer-events: auto;
}
.campaign-edit-switch-track {
  position: relative;
  width: 44px;
  height: 24px;
  border-radius: 9999px;
  background-color: rgb(229 231 235 / 1);
  border: 1px solid rgb(209 213 219 / 1);
  transition:
    background-color 150ms ease,
    border-color 150ms ease;
  display: inline-flex;
  align-items: center;
  padding: 2px;
  cursor: pointer;
}
.campaign-edit-switch-thumb {
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  transform: translateX(0);
  transition: transform 150ms ease;
}
.campaign-edit-switch-state {
  font-weight: 600;
  color: rgb(55 65 81 / 1);
}
.campaign-edit-switch-state-published {
  display: none;
}
.campaign-edit-save-btn {
  padding: 0.5rem 1rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition:
    opacity 150ms ease,
    transform 150ms ease;
  margin-top: 0.5rem;
}
.campaign-edit-save-btn:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.campaign-edit-tips {
  margin-top: 1.5rem;
  border-top: 1px solid rgb(229 231 235 / 1);
  padding-top: 0.75rem;
}
.campaign-edit-tips-title {
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.campaign-edit-tip-list {
  color: rgb(55 65 81 / 1);
  margin-top: 0.5rem;
  display: grid;
  gap: 0.25rem;
  list-style: disc;
  padding-left: 1rem;
}
#iwf6qvw {
  display: grid;
  grid-template-columns: auto 1fr;
  undefined: undefined;
  gap: 0.75rem;
  align-items: flex-start;
  width: 100%;
}
#iwf6qvw .campaign-edit-logo-right {
  display: inline-flex;
  undefined: undefined;
  flex-direction: column;
  width: max-content;
  max-width: 100%;
}
#iwf6qvw .campaign-edit-logo-preview-grid {
  width: auto;
}
.campaign-view-form {
  display: block;
}
.campaign-view-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.campaign-view-label {
  font-weight: 600;
  color: #1f2937;
}
.campaign-view-text {
  color: rgb(31, 41, 55);
  background-color: #ffffff;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}
.campaign-view-thermometer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.campaign-view-thermometer-bar {
  width: 100%;
  height: 14px;
  background-color: rgb(238, 242, 255);
  border: 2px solid rgb(30, 64, 175);
  border-radius: 9999px;
  overflow: hidden;
}
.campaign-view-thermometer-fill {
  height: 100%;
  background-color: rgb(59, 130, 246);
  transition: width 200ms ease;
  width: 65%;
}
.campaign-view-thermometer-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(31, 41, 55);
  font-weight: 600;
}
.campaign-view-thermometer-amount {
  color: var(--gjs-t-color-secondary);
}
.campaign-view-logo-figure {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
}
.campaign-view-logo {
  width: 100%;
  height: auto;
  max-width: 360px;
  max-height: 360px;
  object-fit: contain;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  background-color: #ffffff;
  padding: 0.5rem;
  margin: 0;
}
.campaign-view-status {
  font-weight: 700;
  color: var(--gjs-t-color-success);
  background-color: #ffffff;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}
.campaign-view-container {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  margin-top: 0.5rem;
}
.campaign-view-left-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 35%;
}
.campaign-view-status-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.campaign-view-right-column {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 65%;
}
.campaign-view-fundraising-goal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 0.5rem;
  flex-direction: row;
}
.campaign-view-goal-amount {
  color: #1f2937;
  background-color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  padding: 0;
  font-weight: 700;
  background: none;
}
#i4zov24 .campaign-view-label {
  margin: 0;
  flex-grow: 1 !important;
}
#i4zov24 .campaign-view-goal-amount {
  margin: 0;
  text-align: right !important;
  white-space: nowrap !important;
}
#i4zov24 .campaign-view-label,
#i4zov24 .campaign-view-goal-amount {
  margin: 0 !important;
  padding: 0 !important;
}
.campaign-view-fundraising-goal-label {
  font-weight: 600;
  color: rgb(31, 41, 55);
  margin: 0;
  flex-grow: 1;
}
.campaign-view-fundraising-goal-amount {
  margin: 0;
  text-align: right;
  white-space: nowrap;
  font-weight: 700;
  color: rgb(31, 41, 55);
}
.campaign-view-business-name {
  color: var(--gjs-t-color-secondary);
  font-weight: 700;
  margin: 0;
}
.campaign-view-description {
  color: rgb(55, 65, 81);
  background-color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  padding: 0;
  background: none;
}
.campaign-view-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  color: var(--gjs-t-color-success);
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}
#iwrhnae .campaign-view-fundraising-goal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
#iwrhnae .campaign-view-fundraising-goal-label {
  margin: 0;
  font-weight: 600;
  color: #1f2937;
}
#iwrhnae .campaign-view-fundraising-goal-amount {
  margin: 0;
  font-weight: 700;
  color: #1f2937;
  white-space: nowrap;
}
#igxxw84 .switch-input:focus-visible + .switch-track {
  outline: 2px solid rgba(191, 219, 254, 0.6);
  outline-offset: 2px;
}
#igxxw84 .switch-input:checked + .switch-track {
  background-color: #ffb347;
  border-color: #f59e0b;
}
#igxxw84 .switch-input:checked + .switch-track .switch-thumb {
  transform: translateX(20px);
}
#igxxw84 .switch-input:checked ~ .state-draft {
  display: none;
}
#igxxw84 .switch-input:checked ~ .state-published {
  display: inline;
}
.campaign-edit-switch-input:focus-visible + .campaign-edit-switch-track {
  outline: 2px solid rgba(191, 219, 254, 0.6);
  outline-offset: 2px;
}
.campaign-edit-switch-input:checked + .campaign-edit-switch-track {
  background-color: var(--gjs-t-color-accent);
  border-color: #f59e0b;
}
.campaign-edit-switch-input:checked
  + .campaign-edit-switch-track
  .campaign-edit-switch-thumb {
  transform: translateX(20px);
}
.campaign-edit-switch-input:checked ~ .campaign-edit-switch-state-draft {
  display: none;
}
.campaign-edit-switch-input:checked ~ .campaign-edit-switch-state-published {
  display: inline;
}
.campaign-view-label {
  font-weight: 600;
  color: #1f2937;
}
.campaign-view-goal-amount {
  color: #1f2937;
  background-color: #ffffff;
  border: none;
  border-radius: 0.375rem;
  padding: 0;
  font-weight: 700;
  background: none;
}
.campaign-view-status-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.campaign-view-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 700;
  color: var(--gjs-t-color-success);
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
}
.campaign-view {
  display: flex;
  grid-template-columns: 320px 1fr;
  align-items: flex-start;
  gap: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  justify-content: space-between;
}
.campaign-view-left {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 320px;
  min-width: 0;
  flex: 1 1 auto;
}
.campaign-view-right {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
}
.campaign-view-logo-img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
  border: 1px solid rgb(229, 231, 235);
  background-color: #ffffff;
}
#ich14-2 .cta-donate {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}
#ich14-2 .cta-donate:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
#ich14-2 .cta-donate:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
#ich14-2 .cta-donate:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
#ich14-2 .cta-donate .cta-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}
#ich14-2 .hero-ctas {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#ich14-2 .cta-order,
#ich14-2 .cta-start-peer-campaign {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
  text-decoration: none;
}
#ich14-2 .cta-order:hover,
#ich14-2 .cta-start-peer-campaign:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
#ich14-2 .cta-order:active,
#ich14-2 .cta-start-peer-campaign:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
#ich14-2 .cta-order:focus-visible,
#ich14-2 .cta-start-peer-campaign:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.hero-content {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
}
.hero-content-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #b9227d;
}
.hero-content-thermometer {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.hero-content-thermometer-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(75 85 99);
}
.hero-content-thermometer-graphic {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero-content-thermometer-track-wrapper {
  position: relative;
}
.hero-content-thermometer-track {
  width: 20rem;
  height: 1.5rem;
  border-radius: 9999px;
  border-width: 2px;
  border-style: solid;
  border-color: #1e40af;
  background-color: #eef2ff;
  overflow: hidden;
}
.hero-content-thermometer-fill {
  height: 100%;
  width: 66.6667%;
  background-color: #3b82f6;
}
.hero-content-thermometer-amounts {
  margin-top: 0.25rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #1e40af;
  font-weight: 600;
  text-align: center;
}
.hero-content-ctas {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
}
.hero-content-cta-order {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}
.hero-content-cta-donate {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}
.hero-content-cta-start-peer-campaign {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease;
}
.hero-content-cta-order:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
.hero-content-cta-donate:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
.hero-content-cta-start-peer-campaign:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
.hero-content-cta-order:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.hero-content-cta-donate:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.hero-content-cta-start-peer-campaign:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.hero-content-cta-order:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.hero-content-cta-donate:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.hero-content-cta-start-peer-campaign:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.hero-content-cta-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}
.hero-content-cta-emoji {
  font-size: 1.4em;
  line-height: 1;
  margin-left: 0.4rem;
  display: inline-flex;
  align-items: center;
}
#ich14-2 .hero-content-cta-order,
#ich14-2 .hero-content-cta-donate,
#ich14-2 .hero-content-cta-start-peer-campaign {
  padding: 15px 24px;
}
#ivvzv,
#ivvzv .donation-description-text {
  font-weight: 100;
  font-size: 1rem;
}
#ivvzv .donation-description-text {
  font-weight: 100;
  font-size: 1rem;
  line-height: 1.75rem;
}
#donation-description-section {
  padding-left: 0;
  padding-right: 0;
}
#donation-description-section #ivvzv.donation-description {
  background-color: #ffffff;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 0.75rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  margin-top: 1.5rem;
}
#campaigns-2 {
  background-color: #f3fbff;
}
#iy19n {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #e5e7eb !important;
}
#iy19n .donation-description-text {
  margin: 0;
  color: #1f2937;
  line-height: 1.75rem;
}
.help-email {
  color: rgb(107 114 128 / 1);
  font-size: 0.9375rem;
  line-height: 1.5rem;
  display: block;
  margin-top: 0.25rem;
}
.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: 0;
  color: inherit;
  text-decoration: none;
  transition: opacity 150ms ease;
}
.icon-link:hover {
  opacity: 0.9;
}
.icon-24 {
  width: 24px;
  height: 24px;
}
#isesih-2-2-3-2 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-2 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-4 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-5 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-6 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-7 {
  width: 36px;
  height: 36px;
}
#isesih-2-2-3-2-2-8 {
  width: 36px;
  height: 36px;
}
.campaign-view-text-column {
  flex: 1 1 auto;
  min-width: 0;
}
.campaign-view-image-column {
  flex: 0 0 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.no-image-box {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px dashed #d1d5db;
  border-radius: 0.375rem;
  background-color: #f9fafb;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #6b7280;
}
.no-image-icon {
  width: 48px;
  height: 48px;
}
.no-image-text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#ipn0y5f {
  background-color: #f3f4f6;
  color: #374151;
  border: 1px solid #e5e7eb;
  box-shadow: none;
}
#ipn0y5f:hover {
  background-color: #e5e7eb;
  color: #374151;
  transform: none;
  opacity: 0.95;
}
#ipn0y5f:active {
  background-color: #e5e7eb;
  opacity: 0.9;
}
#ipn0y5f:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}
.btn-subdued {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #374151 !important;
  background-color: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease !important;
}
.btn-subdued:hover {
  background-color: #e5e7eb !important;
  color: #374151 !important;
  opacity: 0.95 !important;
  text-decoration: none !important;
}
.btn-subdued:active {
  background-color: #e5e7eb !important;
  opacity: 0.9 !important;
}
.btn-subdued:focus-visible {
  outline: 2px solid #9ca3af !important;
  outline-offset: 2px !important;
}
.btn-subdued:disabled,
.btn-subdued[disabled] {
  background-color: #e5e7eb !important;
  color: #9ca3af !important;
  border-color: #e5e7eb !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: 1 !important;
}
.submit-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: 0.5rem 1rem !important;
  font-weight: 600 !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  color: #374151 !important;
  background-color: #f3f4f6 !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 0.375rem !important;
  box-shadow: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease !important;
  text-transform: none !important;
  transform: none !important;
  background-image: none !important;
}
.submit-btn:hover {
  background-color: #e5e7eb !important;
  color: #374151 !important;
  opacity: 0.95 !important;
  text-decoration: none !important;
  transform: none !important;
  box-shadow: none !important;
}
.submit-btn:active {
  background-color: #e5e7eb !important;
  opacity: 0.9 !important;
  transform: none !important;
  box-shadow: none !important;
}
.submit-btn:focus-visible {
  outline: 2px solid #9ca3af !important;
  outline-offset: 2px !important;
}
.submit-btn:disabled,
.submit-btn[disabled] {
  background-color: #e5e7eb !important;
  color: #9ca3af !important;
  border-color: #e5e7eb !important;
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}
.campaign-editor-clear-image-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #374151;
  background-color: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  box-shadow: none;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 150ms ease,
    color 150ms ease,
    opacity 150ms ease;
  text-transform: none;
  transform: none;
  background-image: none;
}
.campaign-editor-clear-image-button:hover {
  background-color: #e5e7eb;
  color: #374151;
  opacity: 0.95;
  text-decoration: none;
  transform: none;
  box-shadow: none;
}
.campaign-editor-clear-image-button:active {
  background-color: #e5e7eb;
  opacity: 0.9;
  transform: none;
  box-shadow: none;
}
.campaign-editor-clear-image-button:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}
.campaign-editor-clear-image-button:disabled,
.campaign-editor-clear-image-button[disabled] {
  background-color: #e5e7eb;
  color: #9ca3af;
  border-color: #e5e7eb;
  cursor: not-allowed;
  box-shadow: none;
  opacity: 1;
  transform: none;
}
#ipeni0e-2-2 {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  border-bottom: 1px solid #e5e7eb;
  overflow: hidden;
}
.campaign-view > .campaign-view-left + .campaign-view-left {
  flex: 0 0 320px;
  width: 320px;
}
.peer-campaign-logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.peer-campaign-logo img {
  display: block;
  width: auto;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
#idbjc9 .date-group-section-2025-12-11 {
  margin-bottom: 2.5rem;
}
#idbjc9 .date-heading-2025-12-11 {
  margin-bottom: 1rem;
}
#idbjc9 .table-container-2025-12-11 {
  overflow-x: auto;
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.25rem;
}
#idbjc9 .slots-table-2025-12-11 {
  min-width: 100%;
}
#idbjc9 .table-head-2025-12-11 {
  background-color: rgb(249 250 251 / 1);
}
#idbjc9 .table-body-2025-12-11 {
  background-color: rgb(255 255 255 / 1);
}
#idbjc9 .slot-row-2025-12-10-10,
#idbjc9 .slot-row-2025-12-10-11,
#idbjc9 .slot-row-2025-12-10-12,
#idbjc9 .slot-row-2025-12-10-13,
#idbjc9 .slot-row-2025-12-10-14,
#idbjc9 .slot-row-2025-12-10-15,
#idbjc9 .slot-row-2025-12-10-16,
#idbjc9 .slot-row-2025-12-10-17,
#idbjc9 .slot-row-2025-12-10-18,
#idbjc9 .slot-row-2025-12-10-19,
#idbjc9 .slot-row-2025-12-10-20,
#idbjc9 .slot-row-2025-12-10-21,
#idbjc9 .slot-row-2025-12-11-10,
#idbjc9 .slot-row-2025-12-11-11,
#idbjc9 .slot-row-2025-12-11-12,
#idbjc9 .slot-row-2025-12-11-13,
#idbjc9 .slot-row-2025-12-11-14,
#idbjc9 .slot-row-2025-12-11-15,
#idbjc9 .slot-row-2025-12-11-16,
#idbjc9 .slot-row-2025-12-11-17,
#idbjc9 .slot-row-2025-12-11-18,
#idbjc9 .slot-row-2025-12-11-19,
#idbjc9 .slot-row-2025-12-11-20,
#idbjc9 .slot-row-2025-12-11-21 {
  border-top-width: 1px;
  border-color: rgb(229 231 235 / 1);
}
.slot-time-cell-17 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.slot-time-cell-18 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.slot-time-cell-19 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.slot-time-cell-20 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.slot-time-cell-21 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: rgb(17 24 39 / 1);
}
.orders-cell-17 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-cell-18 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-cell-19 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-cell-20 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-cell-21 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.orders-count-value-17 {
  color: rgb(55 65 81 / 1);
}
.orders-count-value-18 {
  color: rgb(55 65 81 / 1);
}
.orders-count-value-19 {
  color: rgb(55 65 81 / 1);
}
.orders-count-value-20 {
  color: rgb(55 65 81 / 1);
}
.orders-count-value-21 {
  color: rgb(55 65 81 / 1);
}
.availability-cell-17 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-cell-18 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-cell-19 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-cell-20 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-cell-21 {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.availability-label-17 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-label-18 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-label-19 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-label-20 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-label-21 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.availability-input-17 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-18 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-19 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-20 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-21 {
  width: 6rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 1px;
  border-color: rgb(209 213 219 / 1);
  border-radius: 0.25rem;
}
.availability-input-17:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.availability-input-18:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.availability-input-19:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.availability-input-20:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.availability-input-21:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 0px #fff,
    0 0 0 calc(2px + 0px) rgb(59 130 246 / 0.5),
    0 0 #0000;
}
.donate-form-peer-campaign-attribution {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: transparent;
}
.donate-form-peer-campaign-attribution-title {
  font-weight: 700;
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.donate-form-peer-campaign-attribution-label {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.donate-form-peer-campaign-attribution-input {
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  background-color: #ffffff;
  color: rgb(31 41 55 / 1);
}
.order-form-peer-campaign {
  border-top: 1px solid #e5e7eb;
  padding-top: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: transparent;
}
.order-form-peer-campaign-title {
  font-weight: 700;
  color: #601843;
  font-size: 1.2rem;
  line-height: 1.75rem;
}
.order-form-peer-campaign-label {
  font-weight: 500;
  color: rgb(31 41 55 / 1);
}
.order-form-peer-campaign-input {
  border-width: 1px;
  border-color: rgb(229 231 235 / 1);
  border-radius: 0.375rem;
  padding: 0.5rem 0.75rem;
  width: 100%;
  background-color: #ffffff;
  color: rgb(31 41 55 / 1);
}
.help-note {
  color: rgb(107 114 128 / 1);
  font-size: 0.9375rem;
  line-height: 1.5rem;
  display: block;
  margin-top: 0.25rem;
}
#iwbl6tv {
  color: black;
}
.cardoon-logo {
  height: 2rem;
  object-fit: contain;
}
#iwbl6tv-2 {
  color: black;
}
.marathon-logo {
  height: 4rem;
  object-fit: contain;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv-2 {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
#iwbl6tv {
  color: black;
}
.campaign-view-action-buttons {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
  flex-wrap: wrap;
}
.campaign-view-btn-preorder {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease,
    opacity 150ms ease;
}
.campaign-view-btn-donate {
  background-color: #ffcc00;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 40px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition:
    background-color 150ms ease,
    box-shadow 150ms ease,
    transform 150ms ease,
    opacity 150ms ease;
}
.campaign-view-btn-preorder:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
.campaign-view-btn-donate:hover {
  background-color: #e6b800;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
  text-decoration: none;
}
.campaign-view-btn-preorder:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.campaign-view-btn-donate:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
}
.campaign-view-btn-preorder:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.campaign-view-btn-donate:focus-visible {
  outline: 2px solid #b58900;
  outline-offset: 2px;
}
.btn-full {
  display: flex;
  width: 100%;
}
.btn-emoji {
  margin-right: 8px;
  font-size: 1.1em;
  line-height: 1;
}
.campaign-view-action-buttons > a,
.campaign-view-action-buttons > button {
  width: 100%;
}
@media (max-width: 992px) {
  .thermometer-track {
    width: 18rem;
  }
  .hero-ctas {
    flex-wrap: wrap;
  }
  .campaigns-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .donate-buttons-wrapper {
    flex-wrap: wrap;
  }
  .footer-container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    flex-direction: column;
    gap: 0.75rem;
  }
  #order-2 .thermometer-amounts {
    font-size: 0.875rem;
  }
  #ikmh7-2 .navbar-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
  }
  #ikmh7-2 .navbar-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.04);
  }
  #ikmh7-2.open .navbar-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    undefined: undefined;
    padding: 4rem 0.75rem 1rem;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.04);
    overflow-y: auto;
  }
  #ikmh7-2 .navbar-menu a {
    display: block;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    color: #374151;
    transition:
      background-color 150ms ease,
      opacity 150ms ease,
      color 150ms ease;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #ikmh7-2 .navbar-menu a:hover {
    background-color: #f3f4f6;
  }
  #ikmh7-2 .navbar-menu a:active {
    opacity: 0.85;
  }
  #ikmh7-2.open .navbar-toggle .icon-menu {
    display: none;
  }
  #ikmh7-2.open .navbar-toggle .icon-close {
    display: block;
  }
  #ikmh7-2 .menu-backdrop {
    display: none;
  }
  #ikmh7-2.open .menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000;
  }
  #iuf3j-2 .cta-emoji {
    font-size: 1.4em;
  }
  .order-content-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hc-navbar .navbar-toggle {
    display: flex;
    position: relative;
    z-index: 1002;
  }
  .hc-navbar .navbar-menu {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    margin-top: 0.75rem;
    padding: 0.75rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    background-color: #ffffff;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.04);
  }
  .hc-navbar.open .navbar-menu {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1001;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
    width: 100%;
    padding: 4rem 0.75rem 1rem;
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background-color: #ffffff;
    box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.06),
      0 1px 2px rgba(0, 0, 0, 0.04);
    overflow-y: auto;
  }
  .hc-navbar .navbar-menu a {
    display: block;
    padding: 0.75rem;
    border-radius: 0.375rem;
    font-weight: 600;
    color: #374151;
    transition:
      background-color 150ms ease,
      opacity 150ms ease,
      color 150ms ease;
  }
  .hc-navbar .navbar-menu a:hover {
    background-color: #f3f4f6;
  }
  .hc-navbar .navbar-menu a:active {
    opacity: 0.85;
  }
  .hc-navbar.open .navbar-toggle .icon-menu {
    display: none;
  }
  .hc-navbar.open .navbar-toggle .icon-close {
    display: block;
  }
  .hc-navbar.open .menu-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1000;
  }
  #donation-description-section .donation-description {
    margin-top: 1.5rem;
    padding: 1rem;
  }
  .navbar-toggle {
    display: flex;
  }
  .total-value {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #campaign-editor-form-2 {
    padding: 1rem;
  }
  #campaign-editor-section .preview-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #campaign-editor-section .goal-row {
    align-items: center;
  }
  #campaign-editor-section .preview-input-wrap input[type="range"] {
    width: 160px;
  }
  #campaign-editor-section .thermo-pct {
    font-size: 0.8125rem;
  }
  #igxxw84 .switch-wrap {
    gap: 0.5rem;
  }
  #i00dzqj .preview-box {
    width: 140px;
    height: 140px;
  }
  #i00dzqj .logo-right {
    align-items: flex-start;
    flex: 0 0 auto;
    width: 100%;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-box {
    width: 140px;
    height: 140px;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    flex-direction: column;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid .logo-right {
    align-items: flex-start;
    flex: 0 0 auto;
    width: 100%;
  }
  #i00dzqj #clear-logo-2.submit-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .campaign-edit-goal-row {
    align-items: center;
  }
  .campaign-edit-logo-preview-box {
    width: 140px;
    height: 140px;
  }
  .campaign-edit-logo-layout {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    flex-direction: column;
  }
  #iwf6qvw {
    grid-template-columns: 1fr;
    undefined: undefined;
  }
  #iwf6qvw .campaign-edit-logo-right {
    display: flex;
    width: 100%;
    undefined: undefined;
  }
  .campaign-view-thermometer-bar {
    height: 12px;
  }
  .campaign-view-fundraising-goal {
    align-items: baseline;
    gap: 0.5rem;
  }
  .campaign-view-container {
    flex-direction: column;
    gap: 0.75rem;
  }
  .campaign-view-left-column {
    width: 100%;
  }
  .campaign-view-right-column {
    width: 100%;
  }
  #iwrhnae .campaign-view-fundraising-goal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .campaign-view {
    grid-template-columns: 1fr;
    gap: 0.75rem;
    flex-direction: column;
  }
  #ich14-2 .hero-ctas {
    flex-wrap: wrap;
  }
  .hero-content-thermometer-track {
    width: 18rem;
  }
  .hero-content-ctas {
    flex-wrap: wrap;
  }
  .hero-content-cta-order {
    text-decoration: none;
  }
  .hero-content-cta-donate {
    text-decoration: none;
  }
  .hero-content-cta-start-peer-campaign {
    text-decoration: none;
  }
  .hero-content-cta-emoji {
    font-size: 1.4em;
  }
  #ich14-2 .hero-content-cta-order,
  #ich14-2 .hero-content-cta-donate,
  #ich14-2 .hero-content-cta-start-peer-campaign {
    padding: 15px 24px;
  }
  #donation-description-section #ivvzv.donation-description {
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.08);
  }
  #iy19n {
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  }
  .campaign-view-left {
    width: auto;
  }
  .campaign-view-image-column {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .no-image-icon {
    width: 44px;
    height: 44px;
  }
  #ipn0y5f {
    background-color: #f3f4f6;
  }
  #ipeni0e-2-2 {
    height: 240px;
  }
  .campaign-view > .campaign-view-left + .campaign-view-left {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .donate-form-peer-campaign-attribution-title {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .order-form-peer-campaign-title {
    font-size: 1.2rem;
    line-height: 1.75rem;
  }
  .hero-banner-image.hero-banner-mod {
    height: 320px;
  }
  .hero-banner-image {
    height: 280px;
  }
  .campaign-view-btn-preorder {
    padding: 14px 32px;
  }
  .campaign-view-btn-donate {
    padding: 14px 32px;
  }
}
@media (max-width: 480px) {
  .hero-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .thermometer-track {
    width: 16rem;
  }
  .campaigns-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .campaigns-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #order-2 .thermometer-amounts {
    font-size: 0.875rem;
  }
  #ikmh7-2 .navbar-toggle {
    padding: 0.5rem 0.75rem;
  }
  #ikmh7-2 .toggle-label {
    font-size: 0.9375rem;
  }
  #ikmh7-2 .navbar-menu a {
    padding: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #iuf3j-2 .cta-emoji {
    font-size: 1.35em;
  }
  .hc-navbar .navbar-toggle {
    padding: 0.5rem 0.75rem;
  }
  .hc-navbar .toggle-label {
    font-size: 0.9375rem;
  }
  .hc-navbar .navbar-menu a {
    padding: 0.75rem;
  }
  #donation-description-section .donation-description-text {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  #iuf3j-2-2 .total-value {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .navbar-toggle {
    display: flex;
  }
  .total-value {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  #if3obh .donation-top-note {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  #campaign-editor-section .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  #campaign-editor-section .preview-input-wrap input[type="range"] {
    width: 140px;
  }
  #campaign-editor-section .preview-img {
    height: 120px;
  }
  #campaign-editor-section .thermo-pct {
    font-size: 0.75rem;
  }
  #igxxw84 .switch-wrap {
    gap: 0.5rem;
  }
  #i00dzqj .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #i00dzqj .preview-box {
    width: 120px;
    height: 120px;
  }
  #i00dzqj .logo-right {
    width: 100%;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid .preview-box {
    width: 120px;
    height: 120px;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #campaign-editor-section .form-group#i00dzqj.two-column-grid .logo-right {
    width: 100%;
  }
  #i00dzqj #clear-logo-2.submit-btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .campaign-edit-logo-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .campaign-edit-logo-preview-box {
    width: 120px;
    height: 120px;
  }
  .campaign-edit-status-actions {
    flex-direction: column;
    align-items: flex-start;
  }
  #iwf6qvw {
    grid-template-columns: 1fr;
    undefined: undefined;
  }
  #iwf6qvw .campaign-edit-logo-right {
    display: flex;
    width: 100%;
  }
  .campaign-view-thermometer-bar {
    height: 12px;
  }
  #campaign-view-section .campaign-view-thermometer-bar {
    height: 12px;
  }
  #campaign-view-section .campaign-view-thermometer-text {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .campaign-view-fundraising-goal {
    align-items: baseline;
    gap: 0.5rem;
  }
  .campaign-view-thermometer-text {
    font-size: 0.8125rem;
    line-height: 1.25rem;
  }
  .campaign-view-container {
    gap: 0.75rem;
  }
  #iwrhnae .campaign-view-fundraising-goal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .campaign-view {
    gap: 0.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  #ich14-2 .cta-order,
  #ich14-2 .cta-start-peer-campaign {
    padding: 15px 32px;
  }
  .hero-content-title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .hero-content-thermometer-track {
    width: 16rem;
  }
  .hero-content-ctas {
    flex-wrap: wrap;
  }
  .hero-content-cta-order {
    padding: 15px 32px;
  }
  .hero-content-cta-start-peer-campaign {
    padding: 15px 32px;
  }
  #ich14-2 .hero-content-cta-order,
  #ich14-2 .hero-content-cta-donate,
  #ich14-2 .hero-content-cta-start-peer-campaign {
    padding: 15px 24px;
  }
  #donation-description-section #ivvzv.donation-description {
    padding: 1rem;
    border-radius: 0.75rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
  #iy19n {
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .help-email {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
  .campaign-view-image-column {
    max-width: 100%;
  }
  .no-image-icon {
    width: 40px;
    height: 40px;
  }
  .no-image-text {
    font-size: 0.8125rem;
    line-height: 1.125rem;
  }
  #ipn0y5f {
    background-color: #f3f4f6;
  }
  .btn-subdued {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  #ipeni0e-2-2 {
    height: 200px;
  }
  .campaign-view > .campaign-view-left + .campaign-view-left {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .donate-form-peer-campaign-attribution-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .order-form-peer-campaign-title {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .hero-banner-image.hero-banner-mod {
    height: 260px;
  }
  .hero-banner-image {
    height: 220px;
  }
  .campaign-view-btn-preorder {
    padding: 14px 28px;
  }
  .campaign-view-btn-donate {
    padding: 14px 28px;
  }
  .campaign-view-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .hero-ctas {
    flex-direction: column;
  }
  .cta-order {
    width: 100%;
  }
  .cta-donate {
    width: 100%;
  }
}
