.apm-bottom-v3,
.apm-bottom-v3 * {
  box-sizing: border-box !important;
  font-family: "Barlow", Arial, sans-serif !important;
}

.apm-bottom-v3 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #001E3A !important;
  border-top: 1px solid rgba(255, 255, 255, 0.10) !important;
  color: #ffffff !important;
}

.apm-bottom-v3-inner {
  width: 100% !important;
  max-width: 1800px !important;
  min-height: 72px !important;
  margin: 0 auto !important;
  padding: 14px 32px !important;

  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;

  color: #ffffff !important;
}

.apm-bottom-v3-copy {
  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.apm-bottom-v3-divider {
  width: 1px !important;
  min-width: 1px !important;
  height: 24px !important;
  display: inline-block !important;
  background: #10C4D8 !important;
  opacity: 0.85 !important;
  flex-shrink: 0 !important;
}

.apm-bottom-v3-secure {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.apm-bottom-v3-shield {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  max-width: 24px !important;
  min-height: 24px !important;
  max-height: 24px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  color: #10C4D8 !important;
  overflow: hidden !important;
  flex: 0 0 24px !important;
}

.apm-bottom-v3-shield svg {
  width: 24px !important;
  height: 24px !important;
  display: block !important;
}

.apm-bottom-v3-payment {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;

  color: #ffffff !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}

.apm-bottom-v3-payment a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
}

.apm-bottom-v3-stripe {
  display: block !important;
  width: auto !important;
  height: 22px !important;
  max-width: 110px !important;
  object-fit: contain !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.apm-bottom-v3-paypal {
  display: block !important;
  width: auto !important;
  height: 24px !important;
  max-width: 110px !important;
  object-fit: contain !important;
  border-radius: 5px !important;
  overflow: hidden !important;
}

.apm-bottom-v3-links {
  display: inline-flex !important;
  align-items: center !important;
  gap: 18px !important;
  flex-wrap: nowrap !important;
  flex-shrink: 0 !important;
}

.apm-bottom-v3-links a,
.apm-bottom-v3-links a:link,
.apm-bottom-v3-links a:visited {
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.apm-bottom-v3-links a:hover {
  color: #10C4D8 !important;
  text-decoration: none !important;
}

/* Tablet */
@media (max-width: 1300px) {
  .apm-bottom-v3-inner {
    flex-wrap: wrap !important;
    gap: 14px !important;
    padding: 18px 24px !important;
    text-align: center !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .apm-bottom-v3-inner {
    flex-direction: column !important;
    gap: 14px !important;
    padding: 18px 20px !important;
  }

  .apm-bottom-v3-inner > .apm-bottom-v3-divider {
    display: none !important;
  }

  .apm-bottom-v3-copy {
    white-space: normal !important;
    text-align: center !important;
    font-size: 12.5px !important;
  }

  .apm-bottom-v3-secure,
  .apm-bottom-v3-payment,
  .apm-bottom-v3-links a {
    font-size: 12.5px !important;
  }

  .apm-bottom-v3-links {
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
  }

  .apm-bottom-v3-links .apm-bottom-v3-divider {
    display: inline-block !important;
    height: 16px !important;
  }

  .apm-bottom-v3-stripe,
  .apm-bottom-v3-paypal {
    height: 21px !important;
    max-width: 95px !important;
  }
}