body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ly-section-loyalty .input-row {
    margin: 0 auto 20px;
    max-width: 500px;
}

.ly-element-text.variation-b .ly-html-text {
    text-align: left;
}

.ly-element-text.variation-a .ly-html-text {
    text-align: center;
}

/* STYLES FOR ACCEPTED CARDS IN V2 FOOTER SETTINGS MODAL */

.accepted-cards-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1.6rem;
}

.card-input {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-input__img {
  width: 85px;
}

.card-input__img-payment {
  width: auto;
}

.card-input label {
  width: auto !important;
  height: auto !important;
}

/* ========================================================================
   Utils: A11Y
 ========================================================================== */

 .spw-a11y {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.spw-a11y:focus {
  clip: auto;
  height: auto;
  overflow: auto;
  position: absolute;
  width: auto;
}

.canceled-ribbon {
    background-color: #b32a2a;
    text-align: center;
    padding: 1.5rem 0rem;
}

.canceled-ribbon__message {
    color: white;
}

.flex {
    display: flex
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.min-h-screen {
    min-height: 100vh;
}