* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

h1 {
  margin-top: 8px;
  text-align: center;
}

form.dtc .payment_as_shipping_label {
  margin-top: 26px;
}

form {
  display: flex;
  flex-direction: column;
  margin: 20px auto 0;
  max-width: 85vw;
  width: 100%;
  min-width: 300px;
}

.billing-title {
  margin-top: 16px;
}

.row {
  display: flex;
  column-gap: 14px;
}
.column {
  display: inline-block;
}

.row,
.column,
input,
select {
  width: 100%;
}

input,
select {
  padding: 4px 8px;
}

label {
  margin: 8px 0 2px;
  display: block;
  font-size: 14px;
}

button , a{
  cursor: pointer;
  margin-top: 14px;
  padding: 8px 16px;
  font-weight: bold;
  font-size: 18px;
}

form#mobile-index button {
  width: fit-content;
  margin-inline: auto;
}
.payment_as_shipping_label {
  display: flex;
  justify-content: center;
  column-gap: 4px;
  cursor: pointer;
}

.payment_as_shipping_label label,
.payment_as_shipping_label input {
  width: auto;
}

.buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}

.buttons a {
  color: black;
}

.buttons #accept,
.confirm-order-button{
  width: fit-content;
  background-color: grey;
  border-radius: 3px;
  color: white;
  padding: 12px 20px;
  text-decoration: none;
}

.buttons #decline {
  background-color: transparent;
  border: none;
  font-weight: normal;
  text-decoration: underline;
}

.ty-text {
  margin-top: 16px;
  text-align: center;
}

#loading-wrapper {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffffeb;
}

#loading-wrapper img {
  width: 160px;
}

.ty-link {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 10px;
}

p.cs {
  margin-top: 16px;
  text-align: center;
}

#option1 {
  background-color: #c3c3c3;
}

.requirements {
  display: flex;
  justify-content: center;
  background: #757575;
  padding: 20px;
  margin-top: 40px;
  color: white;
}

.requirements .text-wrapper {
  width: fit-content;
}

.requirements h3 {
  margin-bottom: 6px;
  font-size: 18px;
}

.requirements h3 ~ h3 {
  margin-top: 12px;
}

.requirements ul {
  margin-left: 30px;
}
