/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.code-input {
  position: relative;
  height: auto;
  padding: unset;
  border: unset;
  background: unset;
  box-shadow: unset;
  margin: unset;
  margin-bottom: 0.9375rem;
}
.code-input .input {
  margin-bottom: unset;
}
.code-input .input__input {
  padding: 0.8125rem 0;
  width: 0.625rem;
  margin: auto;
}
.code-input__single-input {
  width: 3.125rem;
  margin-right: 0.4375rem;
}
.code-input__single-input .input__validation-icon {
  display: none;
}
.code-input__cell:last-of-type .code-input__single-input {
  margin-right: unset;
}
@media print, screen and (max-width: 39.99875em) {
  .code-input__input-container {
    justify-content: left;
  }
  .code-input__single-input {
    width: 2.625rem;
  }
}