* {
  box-sizing: border-box;
}

#bold_co_container_info_checkout_page {
  background-color: white;
  border-radius: 8px;
  width: 100%;
}

#bold_co_container_info_checkout_page.is_light{
  background-color: #fff !important;
  #bold_co_checkout_page{
    color: #000 !important;
  }
}

#bold_co_checkout_page {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
  max-width: 501px;
  margin: 0 auto;
  padding: 14px 0;
  color: #1e1e1e;
}

#bold_co_checkout_page_body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.bold_co_checkout_page_body_payments_method {
  display: flex;
  gap: 16px;
  margin: 0 auto;
  justify-content: center;
  flex-wrap: wrap;

  img {
    height: 20px;
  }
}

#bold_co_checkout_page_body_test_mode {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 10.5px;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  background-color: #fffbed;
  color: #a16b00;
  border: 1px solid #a16b00;
  padding: 6px 12px 6px 12px;
  gap: 6px;
  border-radius: 75px;
  display: flex;
  align-items: center;
  img {
    height: 18px;
    width: 18px;
  }
}

.bold_co_checkout_page_body_text {
  font-family: Montserrat, Verdana, sans-serif;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: center;
}

#bold_co_checkout_page_body_description {
  font-weight: 400;
}

#bold_co_checkout_page_footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 9px 16px;
  background-color: #f7f8fb;
  border-radius: 8px;
}

#bold_co_checkout_page_footer_title {
  font-weight: 600;
  margin: 0 !important;
  color: #121e6c;
  margin: 0;
}

#bold_co_checkout_page_footer_icons {
  margin: 0 !important;
  height: 20px;
}
