/* Customization, themes, and templates */
.color-scheme-chooser {
  display: flex;
}
.color-scheme-chooser button {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 0.75rem;
    padding: 0.75rem 0 0.5rem !important;
  }
html[data-color-scheme="system"] .dropdown button.show-with-system-color-scheme {
  color: var(--purple-600);
}
html[data-color-scheme="light"] .dropdown button.show-with-light-color-scheme {
  color: var(--purple-600);
}
html[data-color-scheme="dark"] .dropdown button.show-with-dark-color-scheme {
  color: var(--purple-400);
}
.custom-template-content {
  background: var(--base-light-background-color);
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  overflow: auto hidden;
}
.custom-template-content > alert-message {
    border-radius: 0;
    margin: 0;
  }
.custom-template-content > .preview-pane {
    background: var(--base-light-background-color);
    flex: 1;
    min-height: 0;
  }
.custom-template-content .preview-pane .devices a {
    color: var(--base-hint-color);
  }
:is(.custom-template-content .preview-pane .devices a):hover {
      background-color: var(--card-full-link-hover);
    }
.active:is(.custom-template-content .preview-pane .devices a) {
      color: var(--base-text-color);
    }
.custom-template-content .preview-window {
    background-color: var(--base-background-color);
  }
.custom-template-content .web-preview-header,.custom-template-content .pdf-preview-header {
    background-color: var(--window-gray);
    border-bottom: 1px solid var(--base-border-color);
  }
:is(.custom-template-content .web-preview-header,.custom-template-content .pdf-preview-header) input {
      background-color: transparent;
      color: var(--base-muted-color);
    }
:is(.custom-template-content .web-preview-header,.custom-template-content .pdf-preview-header) a {
      color: var(--base-muted-color);
    }
.custom-template-content .email-preview-header {
    background-color: var(--base-light-background-color);
    border-bottom: 1px solid var(--base-border-color);
    color: var(--base-text-color);
  }
.custom-template-content .html-editor {
    display: flex;
    flex: 1;
    min-height: 0;
    overflow: hidden;
    position: relative;
  }
:is(.custom-template-content .html-editor) > textarea {
      flex: 1;
      min-height: 400px;
      width: 100%;
    }
[inert]:is(.custom-template-content .html-editor)::after {
      background: light-dark(rgb(255 255 255 / 0.6), rgb(0 0 0 / 0.6));
      content: "";
      inset: 0;
      pointer-events: none;
      position: absolute;
    }
.custom-template-view-tabs {
  align-items: center;
  display: flex;
  gap: 0.125rem;
}
.custom-template-view-tabs a {
    border-radius: 0.25rem;
    color: var(--base-muted-color);
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
  }
:is(.custom-template-view-tabs a):hover {
      background-color: var(--card-full-link-hover);
    }
.active:is(.custom-template-view-tabs a) {
      color: var(--base-text-color);
      font-weight: 600;
    }
.customization {
  display: flex;
  flex-direction: column;
  flex: 1;
  border-top: 1px solid var(--light-gray);
  position: relative;
}
.customization.customization--landing-page {
    border-top: none;
  }
.customization nav {
    display: flex;
    gap: 0.75rem 1rem;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
.customization nav a {
    border: 1px solid var(--medium-purple);
    border-radius: 1rem;
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
  }
.customization nav a.active {
    background-color: var(--medium-purple);
  }
.customization nav a:hover,.customization nav a.inactive:hover {
    background-color: var(--lightest-gray);
  }
.customization nav a.inactive {
    background-color: var(--light-gray);
    color: var(--dark-gray);
  }
.customization main {
    position: absolute;
    inset: 0;
    overflow: auto;
    padding: 1rem;
  }
.customization header {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
.customization h2 {
    margin-bottom: 0;
  }
.customization p {
    margin-bottom: 1rem;
    color: var(--dark-gray);
  }
.customization .arrow {
    display: flex;
    align-items: center;
  }
.customization .flow {
    display: flex;
    gap: 2rem;
    margin-bottom: 3rem;
    overflow: hidden;
    overflow-x: auto;
  }
:is(.customization .flow) > div {
      display: flex;
    }
.customization div.iframe {
    width: 274px;
    height: 280px;
    border-radius: 0.25rem;
    overflow: hidden;
    border: 1px solid var(--light-gray);
    z-index: -1;
    margin-bottom: 0.25rem;
  }
.inactive:is(.customization div.iframe) {
      opacity: 0.5;
    }
:is(.customization div.iframe) iframe {
      transform: scale(0.4);
      transform-origin: top left;
      border: none;
      width: 680px;
      height: 700px;
    }
.customization a {
    text-decoration: none;
    color: black;
  }
.customization b {
    font-size: 0.875rem;
    font-weight: 500;
  }
.customization .description {
    color: var(--dark-gray);
    display: block;
    font-size: 0.8rem;
    max-width: 274px;
  }
.customization div.custom-template {
    position: relative;
    padding-top: 25px;
    line-height: 0.9rem;
  }
:is(.customization div.custom-template):not(.no-hover):hover div.iframe {
        border-color: rgb(0 0 255 / 0.3);
      }
:is(.customization div.custom-template) .custom-template-type {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }
:is(:is(.customization div.custom-template) .custom-template-type) div.badge {
        font-size: 0.75rem;
        text-wrap: nowrap;
      }
:is(.customization div.custom-template) .preview-wrapper {
      position: relative;
    }
:is(.customization div.custom-template) .from-theme-badge {
      background: var(--from-theme-bg);
      border-color: var(--from-theme-border);
      bottom: 0.5rem;
      color: var(--from-theme-text);
      position: absolute;
      right: 0.5rem;
    }
:is(.customization div.custom-template.custom-template-email) .iframe {
      background-color: var(--window-gray);
    }
:is(.customization div.custom-template.custom-template-email) p {
      color: var(--gray-700);
      font-size: 6px;
      line-height: 1.5;
      margin: 0;
      padding: 0 0.5rem;
    }
:is(:is(.customization div.custom-template.custom-template-email) p):first-child {
        font-size: 8px;
        padding-top: 0.25rem;
        padding-bottom: 0.125rem;
      }
:is(:is(.customization div.custom-template.custom-template-email) p):last-of-type {
        padding-bottom: 0.5rem;
      }
:is(.customization div.custom-template.custom-template-web) .iframe {
      background-color: var(--window-gray);
    }
:is(.customization div.custom-template.custom-template-web) .web-container {
      align-items: center;
      display: flex;
      gap: 2px;
      padding: 0.25rem calc(0.5rem + 19px) 0.25rem 0.5rem;
    }
:is(.customization div.custom-template.custom-template-web) .web-button {
      background-color: var(--gray-700);
      border-radius: 5px;
      display: block;
      height: 5px;
      width: 5px;
    }
:is(.customization div.custom-template.custom-template-web) .web-search {
      background-color: white;
      border-radius: 5px;
      height: 7px;
      justify-self: center;
      margin: auto;
      width: 50%;
      font-size: 0.3rem;
      display: flex;
      align-items: center;
      justify-content: center;
    }
.customization .inactive-overlay {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 2;
    border-radius: 0.25rem 0.25rem 0 0;
    font-size: 0.825rem;
    padding: 1rem;
    display: flex;
    gap: 0.5rem;
    align-items: start;
    line-height: 17px;
    background: var(--light-purple);
    border: 1px solid var(--medium-purple);
  }
:is(.customization .inactive-overlay) svg {
      margin-top: 2px;
    }
.customization div.overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
  }
:is(.customization div.overlay) a {
      display: block;
      flex: 1;
    }
:is(.dark-mode .customization) nav a {
    border: 1px solid var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.active {
    background-color: var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.inactive {
    background-color: var(--dark-gray);
    color: var(--medium-gray);
  }
:is(.dark-mode .customization) nav a:hover {
    background-color: var(--dark-purple);
  }
:is(.dark-mode .customization) nav a.inactive:hover {
    background-color: var(--gray-500);
  }
:is(.dark-mode .customization) .inactive-overlay {
    border: 1px solid var(--dark-gray);
    background: var(--gray-700);
  }
.customize-page {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: auto hidden;
}
@media (width < 768px) {
.customize-page {
    flex-direction: column;
    overflow: hidden auto;
}
  }
.customize-page .customize-page--main {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-width: 600px;
  }
@media (width < 768px) {
.customize-page .customize-page--main {
      min-width: 0;
  }
    }
:is(.customize-page .customize-page--main) > turbo-frame.admin-area {
      display: flex;
      flex: 1;
      flex-direction: column;
      min-height: 0;
    }
:is(:is(.customize-page .customize-page--main) > turbo-frame.admin-area) > .header-nav {
        border-bottom: 1px solid var(--base-border-color);
      }
.customize-page turbo-frame#event-preview-pane {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
  }
.customize-page .customize-preview {
    align-items: center;
    background: var(--base-light-background-color);
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    overflow: auto;
    padding: 1.5rem;
  }
:is(.customize-page .customize-preview) .devices {
      display: inline-flex;
      flex-shrink: 0;
      gap: 0.25rem;
    }
:is(:is(.customize-page .customize-preview) .devices) a {
        align-items: center;
        border-radius: 0.25rem;
        color: var(--base-hint-color);
        display: flex;
        justify-content: center;
        padding: 0.375rem 0.5rem;
      }
:is(:is(:is(.customize-page .customize-preview) .devices) a):hover {
          background-color: var(--card-full-link-hover);
        }
.active:is(:is(:is(.customize-page .customize-preview) .devices) a) {
          color: var(--base-text-color);
        }
:is(.customize-page .customize-preview) event-preview {
      flex: 1;
      gap: 1rem;
      max-width: 750px;
      min-height: 0;
      width: 100%;
    }
:is(.customize-page .customize-preview) .event-preview--tab {
      flex: 1;
      gap: 1rem;
      min-height: 0;
    }
:is(.customize-page .customize-preview) .event-preview--frame {
      box-shadow:
        0 20px 35px -5px rgb(0 0 0 / 15%),
        0 12px 15px -4px rgb(0 0 0 / 12%);
      display: flex;
      flex: 1;
      flex-direction: column;
      height: auto;
      min-height: 480px;
    }
[hidden]:is(:is(.customize-page .customize-preview) .event-preview--frame) {
        display: none;
      }
:is(.customize-page .customize-preview) .event-preview--frame iframe {
      flex: 1;
      height: auto;
      transform: none;
      width: 100%;
    }
.mobile:is(.customize-page .customize-preview) event-preview {
      max-width: 375px;
    }
.design {
  display: flex;
  flex: 1;
}
.design .design-content {
    flex: 1;
    overflow: auto;
    padding: 1rem;
  }
.design section {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
  }
.design .design-legend {
    margin: 1rem 0;
  }
:is(.design .design-legend) thead th {
      background-color: transparent;
      border-color: transparent;
      color: black;
      font-weight: bold;
      text-align: left;
    }
:is(.design .design-legend) th {
      border-color: transparent;
      color: var(--dark-gray);
      font-weight: normal;
      text-align: right;
    }
:is(.design .design-legend) td {
      border-color: transparent;
    }
.design ul {
    margin-bottom: 2rem;
  }
.design .design-icon-list {
    padding-left: 0;
  }
:is(.design .design-icon-list) li {
      align-items: center;
      display: flex;
      gap: 0.5rem;
      padding: 0.25rem 0;
    }
:is(.design .design-icon-list) ::marker {
      font-size: 0;
    }
:is(.design .design-icon-list) svg {
      font-size: 1.125rem;
    }
:is(.design .design-icon-list) .name {
      background-color: var(--gray-100);
      border-radius: 2px;
      padding: 0 0.25rem;
    }
:is(.design .design-icon-list) .style {
      font-size: 0.875rem;
    }
.design .code-example {
    margin: 1rem 0;
    width: 100%;
  }
.inspector-color-field .clr-field {
    display: block;
    width: 100%;
  }
:is(.inspector-color-field .clr-field) input {
      font-family: monospace;
      padding-left: 36px;
      text-transform: uppercase;
    }
:is(.inspector-color-field .clr-field) button {
      border: none;
      border-radius: var(--border-radius);
      box-shadow: inset 0 0 0 1px var(--swatch-border-color);
      height: 20px;
      left: 6px;
      right: auto;
      width: 24px;
    }
.liquid-variable-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.liquid-variable-list ul {
    display: flex;
    gap: 0.25rem 0.5rem;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
.liquid-variable-list ::marker {
    font-size: 0;
  }
.liquid-variable-list h3 {
    font-size: 1rem;
    margin: 0 0 0.5rem;
  }
.liquid-variable-list h3 + p {
    font-size: 0.875rem;
    margin: -0.25rem 0 0.5rem;
  }
.liquid-variable-list .example {
    align-items: flex-start;
    background-color: var(--yellow-50);
    border: 1px solid var(--yellow-200);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.25rem;
    padding: 0.5rem;
  }
:is(.liquid-variable-list .example) code {
      background-color: var(--yellow-200);
    }
.liquid-variable-list-intro {
  background-color: var(--gray-100);
  border-radius: 0.25rem;
  padding: 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.liquid-variable {
  background-color: #f8f9fa;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-family: monospace;
  font-size: 0.8rem;
}
.liquid-variable.missing {
    color: #b91c1c;
  }
.hint .liquid-variable {
    border-color: transparent;
  }
settings-inspector {
  background: var(--base-background-color);
  border-left: 1px solid var(--base-border-color);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  overflow: hidden;
  width: 320px;
}
@media (width < 768px) {
settings-inspector {
    border-left: 0;
    border-top: 1px solid var(--base-border-color);
    width: 100%;
}
  }
settings-inspector > nav {
    border-bottom: 1px solid var(--base-border-color);
    display: flex;
    flex-shrink: 0;
  }
:is(settings-inspector > nav) button {
      background: transparent;
      border: none;
      border-bottom: 2px solid transparent;
      color: var(--base-hint-color);
      cursor: pointer;
      flex: 1;
      font-size: 0.875rem;
      padding: 0.75rem 0;
    }
:is(:is(settings-inspector > nav) button):hover {
        color: var(--base-muted-color);
      }
.active:is(:is(settings-inspector > nav) button) {
        border-bottom-color: var(--accent-color);
        color: var(--base-text-color);
        font-weight: 600;
      }
settings-inspector section[role="tabpanel"] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
[hidden]:is(settings-inspector section[role="tabpanel"]) {
      display: none;
    }
settings-inspector > section[role="tabpanel"] {
    flex: 1;
    min-height: 0;
    position: relative;
  }
settings-inspector .theme-uploads {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
settings-inspector .field-label-row {
    align-items: baseline;
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
  }
:is(settings-inspector .field-label-row) .hint {
      margin: 0;
    }
settings-inspector form {
    display: flex;
    flex: 1;
    flex-direction: column;
    min-height: 0;
  }
:is(settings-inspector form) > header {
      border-bottom: 1px solid var(--base-border-color);
      display: flex;
      flex-direction: column;
      flex-shrink: 0;
      gap: 0.125rem;
      padding: 0.75rem 1rem;
    }
:is(:is(settings-inspector form) > header) strong {
        align-items: center;
        color: var(--heading-color);
        display: flex;
        font-size: 0.9rem;
        font-weight: 600;
        gap: 0.5rem;
        line-height: 1.2;
      }
:is(:is(settings-inspector form) > header) small {
        color: var(--base-hint-color);
        font-size: 0.75rem;
        line-height: 1.3;
      }
:is(settings-inspector form) > main {
      display: flex;
      flex: 1;
      flex-direction: column;
      gap: 0.5rem;
      overflow-y: auto;
      padding: 1rem;
    }
:is(settings-inspector form) > footer {
      align-items: center;
      border-top: 1px solid var(--base-border-color);
      display: flex;
      flex-shrink: 0;
      justify-content: flex-end;
      padding: 0.75rem 1rem;
    }
settings-inspector label {
    margin-top: 0;
  }
settings-inspector fieldset {
    border: 0;
    margin: 0;
    padding: 0;
  }
:is(settings-inspector fieldset) > :is(input,textarea,select,.checkbox,.field,p) + label {
      margin-top: 0.75rem;
    }
settings-inspector .field {
    margin-bottom: 0;
  }
settings-inspector .inspector-cta {
    border-top: 1px solid var(--base-border-color);
    color: var(--base-muted-color);
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
  }
:is(settings-inspector .inspector-cta) p {
      margin: 0;
    }
settings-inspector .inspector-notice {
    border-radius: 0;
    border-width: 0 0 1px;
    margin: 0;
  }
settings-inspector .layout-template-fieldset {
    border-top: 1px solid var(--base-border-color);
    margin-top: 1rem;
    padding-top: 1rem;
  }
.templates-nav {
  width: 320px;
}
@media (width >= 768px) {
.templates-nav {
    flex-shrink: 0;
}
  }
.templates-nav > header {
    padding: 0.75rem 1rem;
  }
.templates-nav .templates-nav--back {
    align-items: center;
    color: var(--base-muted-color);
    display: flex;
    font-size: 0.875rem;
    gap: 0.375rem;
    text-decoration: none;
  }
:is(.templates-nav .templates-nav--back):hover {
      color: var(--base-text-color);
    }
.templates-nav li.active > a,.templates-nav li.active > a:hover,.templates-nav li.active > a:focus {
    background: var(--accent-background) !important;
    color: var(--accent-color) !important;
  }
:is(.templates-nav li.active > a,.templates-nav li.active > a:hover,.templates-nav li.active > a:focus) strong,:is(.templates-nav li.active > a,.templates-nav li.active > a:hover,.templates-nav li.active > a:focus) small {
      color: var(--accent-color) !important;
    }
.templates-nav main {
    border-top: 1px solid var(--base-border-color);
    display: flex;
    flex: 1;
    flex-direction: column;
    overflow-y: auto;
    padding: 0.25rem 0.75rem 1rem;
  }
.templates-nav .templates-nav--search {
    flex-shrink: 0;
    margin: 0 0.75rem 0.75rem;
    position: relative;
  }
:is(.templates-nav .templates-nav--search) > svg {
      color: var(--base-hint-color);
      left: 0.75rem;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
    }
:is(.templates-nav .templates-nav--search) .search-form {
      display: flex;
    }
:is(.templates-nav .templates-nav--search) label {
      display: none;
    }
:is(.templates-nav .templates-nav--search) input[type="search"] {
      background: var(--base-input-background-color);
      border: 1px solid var(--base-border-color);
      border-radius: 0.375rem;
      box-sizing: border-box;
      color: var(--base-input-text-color);
      flex: 1;
      font-size: 0.85rem;
      margin: 0;
      padding: 0.5rem 0.75rem 0.5rem 2.125rem;
      width: 100%;
    }
:is(:is(.templates-nav .templates-nav--search) input[type="search"]):focus {
        border-color: var(--accent-color);
        outline: 2px solid
          color-mix(in srgb, var(--accent-color) 25%, transparent);
        outline-offset: 0;
      }
:is(:is(.templates-nav .templates-nav--search) input[type="search"])::-moz-placeholder {
        color: var(--base-hint-color);
      }
:is(:is(.templates-nav .templates-nav--search) input[type="search"])::placeholder {
        color: var(--base-hint-color);
      }
:is(.templates-nav .templates-nav--search) input[type="submit"],:is(.templates-nav .templates-nav--search) button[type="submit"] {
      display: none;
    }
:is(.templates-nav .templates-nav--search) .clear-search {
      align-items: center;
      bottom: 0;
      color: var(--base-hint-color);
      display: flex;
      padding: 0 0.5rem;
      position: absolute;
      right: 0;
      top: 0;
    }
:is(:is(.templates-nav .templates-nav--search) .clear-search):hover {
        color: var(--base-text-color);
      }
.templates-nav h5 {
    color: var(--base-hint-color);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin: 1rem 0 0.5rem;
    text-transform: uppercase;
  }
.templates-nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
.templates-nav li a {
    align-items: center;
    border-radius: 0.375rem;
    color: var(--base-text-color);
    display: flex;
    gap: 0.625rem;
    overflow: hidden;
    padding: 0.375rem;
    position: relative;
    text-decoration: none;
  }
:is(.templates-nav li a):hover {
      background: var(--card-full-link-hover);
    }
:is(.templates-nav li a):focus {
      background: var(--accent-background);
    }
.templates-nav.main-nav li.active > a,.templates-nav.main-nav li.active > a:hover,.templates-nav.main-nav li.active > a:focus {
    background: var(--accent-background);
  }
:is(.templates-nav li.inactive > a) .templates-nav--thumb,:is(.templates-nav li.inactive > a) .templates-nav--text strong,:is(.templates-nav li.inactive > a) .templates-nav--text small,:is(.templates-nav li.inactive > a) .templates-nav--inactive-badge {
      opacity: 0.5;
    }
.templates-nav .templates-nav--inactive-badge {
    bottom: 0.375rem;
    left: 0.375rem;
    padding: 0 0.25rem;
    position: absolute;
  }
.templates-nav .templates-nav--thumb {
    aspect-ratio: 16 / 9;
    background: var(--base-light-background-color);
    border: 1px solid var(--base-border-color);
    border-radius: 0.25rem;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 96px;
  }
:is(.templates-nav .templates-nav--thumb) iframe {
      border: none;
      height: 450px;
      left: 0;
      pointer-events: none;
      position: absolute;
      top: 0;
      transform: scale(0.12);
      transform-origin: top left;
      width: 800px;
    }
.templates-nav .templates-nav--text {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 0.125rem;
    justify-content: center;
    min-width: 0;
  }
:is(.templates-nav .templates-nav--text) strong {
      color: var(--heading-color);
      font-size: 0.85rem;
      font-weight: 600;
      line-height: 1.2;
    }
:is(.templates-nav .templates-nav--text) small {
      color: var(--base-hint-color);
      font-size: 0.75rem;
      line-height: 1.3;
    }
.theme-uploads label {
    margin-top: 0.5rem !important;
  }
.theme-chooser {
  margin: 2rem 0;
}
.theme-chooser .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.3rem;
  }
:is(.theme-chooser .header) label {
      margin: 0;
    }
:is(.theme-chooser .header) button {
      background-color: inherit;
      border: 0;
      cursor: pointer;
      font-size: 0.875rem;
    }
:is(:is(.theme-chooser .header) button) svg {
        color: var(--scampi-300);
      }
:is(:is(.theme-chooser .header) button):hover svg {
          color: var(--scampi-700);
        }
.theme-chooser .choices {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  }
:is(.theme-chooser .choices) > div {
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      flex-shrink: 1;
      position: relative;
    }
.pattern-upload:is(:is(.theme-chooser .choices) > div) {
        display: none;
      }
.pattern-upload:is(:is(.theme-chooser .choices) > div) .choice {
          background-size: cover;
        }
:is(.theme-chooser .choices) .choice {
      align-items: center;
      background-color: var(--custom-background-color);
      background-image: var(--background-image);
      background-size: 30%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      border: 2px solid var(--custom-background-color);
      border-radius: 0.5rem;
      cursor: pointer;
      display: flex;
      justify-content: center;
      height: 100%;
      min-height: 60px;
      padding: 0;
    }
:is(:is(.theme-chooser .choices) .choice):hover {
        outline: 3px solid var(--gray-200);
      }
.selected:is(:is(.theme-chooser .choices) .choice) {
        border-color: var(--scampi-700);
      }
.pattern:is(:is(.theme-chooser .choices) .choice) {
        padding: 0.5rem;
      }
.upload:is(:is(.theme-chooser .choices) .choice) {
        background-color: var(--gray-100);
      }
:is(.theme-chooser .choices) .icon {
      align-items: center;
      display: flex;
      flex-direction: column;
      font-size: 0.875rem;
      justify-content: center;
      position: absolute;
      inset: 0;
      z-index: 1;
    }
:is(:is(.theme-chooser .choices) .icon) svg {
        font-size: 1rem;
        opacity: 0.2;
      }
:is(.theme-chooser .choices) .remove-upload {
      align-items: center;
      background-color: inherit;
      border: 0;
      cursor: pointer;
      display: flex;
      font-size: 0.875rem;
      gap: 0.25rem;
      justify-content: center;
      position: absolute;
      bottom: -1.5rem;
      width: 100%;
      z-index: 1;
    }
:is(:is(.theme-chooser .choices) .remove-upload):hover svg {
        color: var(--red-500);
      }
.theme-color-chooser .adjust-color-fields {
    align-items: flex-start;
    display: none;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
:is(.adjusting-colors .theme-color-chooser) .adjust-color-fields {
    display: flex;
  }
:is(.adjusting-colors .theme-color-chooser) .adjust-colors {
    display: none;
  }
.banner-input {
  display: none;
}
.pattern-upload:is(.with-upload .choices > div) {
    display: flex;
  }

/*# sourceMappingURL=/assets/application-customization-ba0594fc.css.map */