/* SMS-верификация гостя на странице заказа — модальное окно */
.auth-modal__phone-display {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}
.auth-modal__resend {
  margin-bottom: 16px;
  font-size: 13px;
  color: #999;
  cursor: default;
}
.auth-modal__resend.auth-modal__resend--active {
  color: var(--main-color, #e87d2c);
}
.auth-modal__resend.auth-modal__resend--active .js-order-resend-text {
  cursor: pointer;
  text-decoration: underline;
}
.auth-modal__resend.auth-modal__resend--active .js-order-resend-text:hover {
  color: #d66b1f;
}
.order-guest-verify-wrapper {
  margin-top: 8px;
}
.order-guest-verify-trigger-link {
  color: #db7d3d;
  text-decoration: none;
  font-size: 14px;
}
.order-guest-verify-trigger-link:hover {
  color: #c46d2d;
  text-decoration: underline;
}
.order-guest-verify-modal .order-guest-verify-modal-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.order-guest-verify-step-send p,
.order-guest-verify-step-code p {
  margin-bottom: 12px;
}
.order-guest-verify-btn {
  background: #db7d3d;
  color: #fff !important;
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
}
.order-guest-verify-btn:hover {
  background: #c46d2d;
  color: #fff !important;
}
.order-guest-verify-step {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.order-guest-verify-step .js-order-auth-code {
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-width: 120px;
  height: 42px;
  box-sizing: border-box;
}
.order-guest-verify-step .js-order-verify-code {
  height: 42px;
  box-sizing: border-box;
}
