.salesPageSummary {
  margin-top: 25px;
}

.salesPageSummary__expansionPanel {
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px var(--ids-color-stein-20);
}

.salesPageSummary__seller {
  display: flex;
  flex-direction: column;
}

.salesPageSummary__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;

  margin-top: 25px;
  margin-bottom: 25px;
}

.salesPageSummary__cards .ids-card {
  max-width: 420px;
}

.salesPageSummary__cardInfo {
  margin-bottom: 10px;
}

.salesPageSummary__cardContent {
  display: flex;
}

.salesPageSummary__cardContactDetails {
  display: flex;
  flex-direction: column;
}

.salesPageSummary__cardContactDetails:first-child {
  margin-right: 50px;
}

.salesPageSummary__attachedFiles {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 25px;
}

.salesPageSummary__additions {
  display: flex;
  flex-direction: column;
}

.salesPageSummary__map {
  margin-top: 15px;
  max-width: 100%;
  height: auto;
}

.register-user-dialog {
  max-width: 500px;
}

.sendReceipt-dialog {
  padding: 10px;
}

.sendReceipt-dialog button {
  margin-left: 10px;
}

.sendReceipt-dialog__errorMessage {
  color: var(--ids-color-lyng);
  float: right;
  margin-right: 15px;
}

@media screen and (max-width: 770px) {
  .sendReceipt-dialog .ids-textinput {
    margin-bottom: 10px;
    width: 100%;
  }

  .sendReceipt-dialog button {
    margin: 0;
    width: 100%;
  }
}

.receiptPage {
  padding: 0 100px 50px 100px;
  margin: auto;
  max-width: 1000px;
}

.receiptPage__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  gap: 10px;
}

.receiptPage__headingMeta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.receiptPage__actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.receiptPage__summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}

.receiptPage__summary .ids-summary {
  margin-top: 20px;
  width: 60%;
}

.receiptPage__yourOrders {
  border-top: 1px solid var(--ids-color-stein-20);
  margin-top: 15px;
  padding-top: 30px;
  text-transform: uppercase;
}

@media screen and (max-width: 1280px) {
  .receiptPage {
    padding: 35px;
  }
}

@media screen and (max-width: 770px) {
  .receiptPage {
    padding: 35px;
  }

  .receiptPage__heading {
    flex-direction: column;
    align-items: flex-start;
    padding: 8px;
    margin-bottom: 20px;
  }

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

  .receiptPage__summary {
    flex-direction: column;
  }

  .receiptPage__summary .ids-summary {
    width: 100%;
  }

  .receiptPage__summary .ids-previewAccount {
    width: 100%;
  }
}

.searchPage-container {
  padding: 35px 100px;
}

.searchPage-container {
  min-height: calc(100vh - 655px);
}

.searchPage-pageHeader-container {
  background-color: var(--ids-color-himmel);

  position: -webkit-sticky;

  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}

.searchPage-pageHeader {
  box-sizing: border-box;
  margin-top: 0;
  padding-bottom: 35px;
  padding-top: 35px;
}

.searchPage-searchFieldContainer,
.searchPage-results {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
  box-sizing: border-box;
}

.searchPage-searchFieldContainer {
  margin-bottom: 45px;
}

.searchPage-results {
  display: grid;
  grid-column-gap: 25px;
  -moz-column-gap: 25px;
       column-gap: 25px;
  grid-row-gap: 25px;
  row-gap: 25px;
}

.searchPage-results__cardContainer {
  grid-template-columns: repeat(4, 1fr);

  width: 99%;
}

.searchPage-results__tileContainer {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;

  width: 99%;
}

.searchPage-searchField {
  width: 52%;
}

.searchPage-footer,
.searchPage-previousSearchResultsButton {
  text-align: center;
  margin: 35px auto;
}

.searchPage-container .ids-card,
.searchPage-container .ids-tile {
  scroll-margin-top: 162px;
}

.searchPage-limitedSellersWarning__reset-link {
  margin-left: 4px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  cursor: pointer;
}

.searchPage-limitedSellersWarning__reset-link:hover,
.searchPage-limitedSellersWarning__reset-link:focus {
  outline: 1px dotted;
}

@media (max-width: 1450px) {
  .searchPage-results__tileContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1370px) {
  .searchPage-results__cardContainer {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1280px) {
  .searchPage-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (max-width: 930px) {
  .searchPage-results__cardContainer {
    grid-template-columns: repeat(2, 1fr);
  }

  .searchPage-results__tileContainer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 880px) {
  .searchPage-searchField {
    width: 100%;
  }

  .searchPage-searchField .ids-search-field__clearSearch {
    margin-left: 0;
    transition: width 0.3s;
    width: 0;
  }

  .ids-search-field__clearSearch.ids-search-field__clearSearch--withValue {
    margin-left: 12px;
    transition: width 0.3s;
    width: 44px;
  }
}

@media (max-width: 630px) {
  .searchPage-results__cardContainer {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 430px) {
  .searchPage-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
button,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background-color: var(--ids-color-himmel);
  font-size: 14px;
  line-height: 24px;
  font-family: var(--font-body);
}

a {
  color: var(--ids-color-gress);
}

a:hover {
  color: var(--ids-color-gress-80);
}

h4 {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 12px;
}

em {
  font-style: italic;
}

ol {
  list-style-type: decimal;
  padding-left: 40px;
}

ul {
  list-style-type: inherit;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

.container {
  min-height: calc(100vh - 455px);
}

/* Make everything full screen so fractional units work properly. */
html:has(.full-screen-map-layout),
body:has(.full-screen-map-layout),
#webshop:has(.full-screen-map-layout),
.full-screen-map-layout {
  height: 100%;
}

.full-screen-map-layout {
  display: grid;
  grid-template-rows: 60px 1fr;
}

/* Accomodate the privacy banner if it's rendered. */
.full-screen-map-layout:has(.ids-info-banner) {
  grid-template-rows: auto 60px 1fr;
}

.full-screen-map-layout #main-header {
  height: 100%;
}

.full-screen-map-layout #main-header .slogan {
  display: none;
}

.full-screen-map-layout #main-header .logo {
  display: flex;
  align-items: center;
}

.full-screen-map-layout #main-header .logo a {
  display: flex;
}

.payment__billing--field {
  width: 100%;
  margin-bottom: 15px;
}

.payment__billing--inputGroup {
  display: flex;
  gap: 15px;
  width: 100%;
}

.payment__billing--countryCodeField {
  min-width: 100px;
}

.manualCheckout {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 435px);
  margin-bottom: 50px;
}

.manualCheckout__cart {
  margin-right: 75px;
  width: 800px;
}

.manualCheckout__summary {
  width: 400px;
}

.manualCheckout__actions button {
  margin-bottom: 15px;
  width: 100%;
}

.manualCheckout__actions {
  margin-top: 25px;
}

.manualCheckout__formError {
  color: var(--ids-color-lyng);
  font-size: 12px;
  margin-left: 4px;
}

@media (max-width: 1280px) {
  .manualCheckout {
    padding-left: 35px;
    padding-right: 35px;
  }

  .manualCheckout__cart {
    width: 60%;
  }

  .manualCheckout__summary {
    width: 40%;
  }
}

@media (max-width: 770px) {
  .manualCheckout {
    flex-direction: column;
    padding: 15px;
  }

  .manualCheckout__cart {
    width: 100%;
    margin: 0;
  }

  .manualCheckout__summary {
    width: 100%;
    margin-right: 0;
    margin-top: 65px;
  }

  .manualCheckout__cart-actions button {
    margin: 0;
  }
}

output.error-messages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: var(--ds-color-danger-background-tinted);
  color: var(--ds-color-danger-text-default);
  border-color: var(--ds-color-danger-border-default);
  border-style: solid;
  border-width: 1px;
  border-radius: var(--ds-border-radius-base);
}

output.error-messages > h2.ids-h2 {
  color: var(--ds-color-danger-text-default);
}

output.error-messages > section.content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

output.error-messages > section.content ul li {
  margin-left: 0.5rem;
}

div.helptext__wrapper button.helptext__button {
  width: auto;
  width: initial;
  margin-top: 0;
  margin-top: initial;
}

.payment {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 435px);
  margin-bottom: 50px;
}

.payment__checkout {
  box-sizing: border-box;
  width: 520px;
  margin-right: 75px;
}

.payment__checkout button {
  width: 100%;
  margin-top: 10px;
}

.payment__external {
  margin-top: 35px;
  filter: opacity(50%);
  pointer-events: none;
}

.payment__external.active {
  filter: opacity(100%);
  pointer-events: all;
}

.payment__alertMessage {
  margin-bottom: 10px;
  margin-top: 10px;
}

.payment__summary {
  width: 400px;
}

.payment__terminal {
  margin-left: -7px;
  position: relative;
}

.payment__loading--icon {
  top: 25px;
  left: 50%;
  position: absolute;
}

.payment__terminal > .ids-iframe-with-callback {
  margin-top: 20px;
  width: 520px;
  height: 490px;
}

.payment__preview {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  margin-top: 20px;
}

.payment__preview button {
  margin-top: 10px;
}

.payment__preview--field {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.payment__billing--field {
  width: 100%;
  margin-bottom: 15px;
}

.payment__phoneNumberGroup {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.payment__billing--phoneField {
  width: 82%;
}

.payment__newsletter {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (max-width: 1280px) {
  .payment {
    padding-left: 35px;
    padding-right: 35px;
  }

  .payment__information {
    width: 60%;
    margin-bottom: 25px;
  }

  .payment__summary {
    width: 40%;
    margin-bottom: 30px;
  }
}

@media (max-width: 900px) {
  .payment {
    padding: 15px;
    flex-direction: column-reverse;
  }

  .payment__information {
    width: 100%;
    margin-bottom: 25px;
  }

  .payment__summary {
    width: 100%;
    margin-bottom: 50px;
  }

  .payment__checkout {
    width: 100%;
  }

  .payment__terminal {
    margin: 0;
  }

  .payment__terminal > .ids-iframe-with-callback {
    width: 100%;
    height: 550px;
  }
}

.checkout {
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 435px);
  margin-bottom: 50px;
}

.checkout__cart {
  margin-right: 75px;
  width: 800px;
}

.checkout__summary {
  width: 400px;
}

.checkout__termsAndConditions-checkbox {
  margin-top: 40px;
  margin-bottom: 25px;
}

.checkout__termsAndConditions-checkbox div:not(:last-child) {
  margin-bottom: 10px;
}

.checkout__inatur-tos {
  display: block;
}

.checkout__seller-tos {
  color: var(--ids-color-gress);
  cursor: pointer;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 370px;
  margin-top: 12px;
  padding: 0;
  background: none;
  border: none;
  font-size: 14px;
}

.checkout__seller-tos:hover {
  color: var(--ids-color-gress-80);
}

.checkout__summary > button {
  width: 100%;
}

@media (max-width: 1280px) {
  .checkout {
    padding-left: 35px;
    padding-right: 35px;
  }

  .checkout__cart {
    width: 60%;
  }

  .checkout__summary {
    width: 40vw;
  }

  .checkout__seller-tos {
    max-width: calc(40vw - 35px);
  }
}

@media (max-width: 770px) {
  .checkout {
    flex-direction: column;
    padding: 15px;
  }

  .checkout__cart {
    width: 100%;
    margin: 0;
  }

  .checkout__summary {
    width: 100%;
    margin-right: 0;
    margin-top: 65px;
  }

  .checkout__cart-actions button {
    margin: 0;
  }

  .checkout__seller-tos {
    max-width: 85vw;
  }
}

.checkout__gift-card-payment {
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

div.ids-dialog-container.gift-card-payment {
    max-width: 60vw;
    min-height: 60vh;

}

@media (max-width: 768px) {

div.ids-dialog-container.gift-card-payment {
        max-width: none;
        max-width: initial;
        max-height: none;
        max-height: initial;
        width: 95vw;
        height: 90vh;

}
    }

@media (max-width: 768px) {

div.ids-dialog-container.gift-card-payment .ids-dialog-body {
            max-width: none;
            max-width: initial;
            max-height: none;
            max-height: initial;
            height: 100%;
            width: 100%;
    }
        }

div.ids-dialog-container.gift-card-payment output {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        border-radius: 10px;
    }

div.ids-dialog-container.gift-card-payment output .buttons-container {
            display: flex;
            flex-direction: column;
            gap: 1rem;

            text-transform: uppercase;
        }

div.ids-dialog-container.gift-card-payment output.ok {
        background: var(--ids-color-mose-10);
    }

div.ids-dialog-container.gift-card-payment output.error {
        background: var(--ds-color-danger-surface-tinted);
        color: var(--ds-color-danger-text-default);
    }

div.ids-dialog-container.gift-card-payment output.insufficient-balance {
        background: var(--ids-color-gressGult-10);
    }


.gift-card-payment__dialog-body form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

/* Gift card input fields */
.gift-card-payment__dialog-body form .input-field {
    display: flex;
    flex-direction: column;
    gap: .1rem;
    margin-bottom: 0;

}
.gift-card-payment__dialog-body form .input-field p,.gift-card-payment__dialog-body form .input-field h4 {
        margin: 0;
    }

.action-button-panel {
    display: flex;
    flex-direction: row;
}

.action-button-panel button {
        flex: 1;
    }
form.anonymous-consumer section .ids-textinput {
  width: 100%;
}

form.anonymous-consumer .ids-textinput:has(input[required]) label::after {
  margin-left: 0.2rem;
  content: '*';
  color: red;
}
form.anonymous-consumer select {
  border-radius: 0;
}

form.anonymous-consumer input[aria-invalid='true'],
form.anonymous-consumer select[aria-invalid='true'],
form.anonymous-consumer div.ids-textinput.ids-textinput--error input {
  border: 1px solid red;
}

form.logged-in-consumer section .ids-textinput {
  width: 100%;
}

form.logged-in-consumer .ids-textinput:has(input[required]) label::after {
  margin-left: 0.2rem;
  content: '*';
  color: red;
}

form.logged-in-consumer input[aria-invalid='true'],
form.logged-in-consumer select[aria-invalid='true'] {
  border: 1px solid red;
}

div.gift-card-app {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 80vh;
}

.gift-card-image {
    width: 100%;
    aspect-ratio: auto;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -o-object-fit: cover;
       object-fit: cover;
}

.gift-card-balance-link {
    display: block;
    margin-bottom: 2rem;
    text-align: right;
}

section.gift-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 2rem;
    max-width: 500px;
    margin: 0 auto;
}

section.gift-card-info ul {
        margin-bottom: 1rem;
    }

section.gift-card-purchase {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 2rem;
    padding-bottom: 0;
    max-width: 500px;
    margin: 0 auto;
}

section.gift-card-purchase p {
        text-align: center;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

section.gift-card-purchase form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: 100%;
}

section.gift-card-purchase form h4 {
        text-align: center;
    }

section.gift-card-purchase form div.field-heading {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

section.gift-card-purchase form div.field-heading span.label-line {
            flex: 1;
            border-top: 1px solid rgba(0, 0, 0, 0.3);
        }

section.gift-card-purchase form div.field-heading label {
            font-size: 0.8rem;
            font-weight: 400;
            text-align: center;
        }

section.gift-card-purchase form .field-container {
        display: flex;
        flex-direction: column;
    }

section.gift-card-purchase form .field-container input {
            font-size: 0.85rem;
            padding: 0.25rem;
            margin-top: 0.5rem;
        }

section.gift-card-purchase form .field-container small {
            font-size: 0.7rem;
            font-weight: 300;
            padding-left: 0.25rem;
            padding-right: 0.25rem;
            padding-top: 0;
            margin-top: 0;
        }

div.amount-buttons-container {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

div.amount-buttons-container button {
        padding: 0.75rem 1.5rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
        min-width: 80px;
    }

div.amount-buttons-container button[data-selected='true'] {
        color: var(--ds-color-accent-base-default);
        background: var(--ds-color-neutral-base-default);
    }

div.amount-buttons-container button[data-selected='false'] {
        background: var(--ds-color-accent-base-default);
        color: var(--ds-color-neutral-base-default);
    }

.gift-card-receipt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    max-width: 500px;
}

.gift-card-receipt dl {
        flex: 1;
        width: 100%;
    }

.gift-card-receipt dl > div {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

.gift-card-receipt span.divider {
        display: block;
        flex: 1;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-top: 1px var(--ds-color-neutral-base-default) solid;
    }

.gift-card-receipt .gift-card-code-container {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        aspect-ratio: 1.834;
        height: auto;
        border-radius: 20px;
        box-sizing: border-box;
        padding: 2rem;
        gap: .4rem;
        background: var(--ds-color-accent-base-default);
        justify-content: space-evenly;
    }

.gift-card-receipt .gift-card-code-container h4 {
            font-size: calc(1rem + 0.5vw);
            margin-bottom: 0;
        }

.gift-card-receipt .gift-card-code-container div.code-field {
            display: flex;
            flex-direction: column;
            gap: .2rem;
        }

.gift-card-receipt .gift-card-code-container div.code-field label {
                font-size: calc(0.8rem + 0.5vw);
            }

.gift-card-receipt .gift-card-code-container div.code-field span {
                display: flex;
                justify-content: flex-start;
                padding-left: 0.5rem;
                padding-right: 0.5rem;
                align-items: center;
                text-align: left;
                text-wrap-mode: wrap;
                text-wrap-style: balance;
                line-height: 1rem;
                font-family: "Courier Prime", monospace;
                -webkit-user-select: all;
                   -moz-user-select: all;
                        user-select: all;
                width: 100%;
                height: calc(2.5rem + 0.5vh);
                border: none;
                border-radius: 3px;
                background-color: white;
                box-sizing: border-box;
                cursor: pointer;
                font-size: calc(0.8rem + 0.5vw);
            }

.gift-card-receipt section.receipt-info {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: flex-start;
        border-bottom: 1px var(--ds-color-neutral-border-subtle) solid;
        padding-bottom: 2rem;

    }

.gift-card-receipt section.receipt-info p.recipient-email {
            font-weight: 600;
        }

.gift-card-receipt section.receipt-info button.download-giftcard {
            align-self: center;
            text-align: center;
        }

.gift-card-receipt section.receipt-about {
        display: flex;
        flex-direction: column;
        flex: 1;
        width: 100%;
        align-items: center;
        text-align: center;
        padding-left: 3rem;
        padding-right: 3rem;
    }

#checkout-container {
    width: 100%;
}


.pin.input-field {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
.pin.input-field p,.pin.input-field h4 {
        margin: 0;
    }
.pin.input-field div.ids-textinput input {
            font-size: 20px !important;
            text-align: center;
            font-family: "Courier Prime", monospace;
        }

.input-field.code .textfields-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: .5rem;
    gap: .5rem;
}
.input-field.code .textfields-container .textfield-container {
        display: flex;
        flex-direction: row;
        gap: .2rem;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
    }
.input-field.code .textfields-container .textfield-container input {
            font-size: 20px;
            text-transform: uppercase;
            font-family: "Courier Prime", monospace;
            text-align: center;
        }
@media (max-width: 768px) {
    .input-field.code .textfields-container .textfield-container input {
                font-size: 12px;
        }
            }
/* Override the deep div stuff in the Inatur component... :-| */
.input-field.code .textfields-container .textfield-container  > :not(label) {
            flex: 1;
        }


.gift-card-balance-checker {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-right: 1rem;
}
.gift-card-balance-checker p,.gift-card-balance-checker h4 {
        margin: 0;
    }
.gift-card-balance-checker form {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }
.gift-card-balance-checker button span {
            display: flex;
            flex-direction: row;
            text-align: center;
            justify-content: center;
        }
.gift-card-balance-checker output {
        flex: 1;
        width: 100%;
        min-height: 3rem;
        text-align: center;
        align-content: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
        border-radius: 2px;
        border: solid 1px var(--ds-color-accent-border-subtle);
        background: var(--ds-color-accent-surface-tinted);
        color: var(--ds-color-accent-text-default);
    }
.gift-card-balance-checker output span.balance {
            font-weight: 600;
            margin-left: 0.5rem;
        }
