html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.product-version {
    font-size: 10px;
}

.max-width-1024-px {
    max-width: 1024px;
    border: 1px solid red;
}

.aligned-horizontal {
    margin: 0 auto;
}

/* Checkout Section */
.checkout-body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.checkout-container {
    max-width: 768px;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.checkout-banner {
    text-align: center;
    margin-bottom: 20px;
}

.checkout-banner img {
    max-width: 100%;
    height: auto;
}

.checkout-content {
    text-align: center;
}

.checkout-email-note {
    margin-top: 20px;
    font-size: 14px;
    color: #888;
}

.checkout-support-email {
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}