/*
 * 我要买卡 Batch 17 v2
 * 未登录结算引导
 */

@media (max-width: 767px) {
  .wymk-checkout-login-gate {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 14px;
    padding: 20px 16px;
    box-sizing: border-box;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e4e8ed;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(25, 35, 50, 0.055);
  }

  .wymk-checkout-login-gate__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin: 0 auto 12px;
    color: #e71924;
    font-size: 24px;
    font-weight: 700;
    background: #fff2f3;
    border-radius: 50%;
  }

  .wymk-checkout-login-gate__title {
    margin: 0 0 7px;
    color: #171b2c;
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
  }

  .wymk-checkout-login-gate__text {
    margin: 0 auto 16px;
    color: #69717e;
    font-size: 13px;
    line-height: 21px;
  }

  .wymk-checkout-login-gate__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
    width: 100%;
  }

  .wymk-checkout-login-gate__button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 12px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none !important;
    border-radius: 9px;
  }

  .wymk-checkout-login-gate__button--login {
    color: #ffffff !important;
    background: #e71924;
    border: 1px solid #e71924;
  }

  .wymk-checkout-login-gate__button--register {
    color: #e71924 !important;
    background: #ffffff;
    border: 1px solid #e71924;
  }

  .wymk-checkout-login-gate__benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 12px;
    margin: 15px 0 0;
    padding-top: 13px;
    color: #77808d;
    font-size: 12px;
    line-height: 19px;
    border-top: 1px solid #edf0f3;
  }

  .wymk-checkout-login-gate__benefits span::before {
    content: "✓";
    margin-right: 4px;
    color: #25a35a;
    font-weight: 700;
  }

  html.wymk-checkout-login-required .wymk-login-hidden-payment,
  html.wymk-checkout-login-required .wymk-login-hidden-submit {
    display: none !important;
    visibility: hidden !important;
  }

  html.wymk-checkout-login-required #checkout-confirm {
    margin-top: 0 !important;
  }
}
