/* Checkout / Cart 宽幅布局 */
.entry-content:has(.tutor-checkout-page),
.entry-content:has(.tutor-cart-page) {
    max-width: 1260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.tutor-checkout-page,
.tutor-cart-page {
    max-width: 1260px;
    margin: 0 auto;
}

/* ============================
   Tutor LMS Registration Form
   ============================ */
/* 缩小注册表单中的输入框高度，以匹配登录页 */
#tutor-registration-form input[type="text"],
#tutor-registration-form input[type="password"],
#tutor-registration-form input[type="email"] {
    padding: 10px 16px !important;
    height: 42px !important;
    min-height: 42px !important;
    font-size: 15px !important;
}

/* 缩小注册页面的标题 (Student Registration / 学生注册) */
body:has(#tutor-registration-wrap) .wp-block-post-title,
body:has(#tutor-registration-wrap) h1 {
    font-size: 16px !important;
    text-align: center !important;
    color: var(--wp--preset--color--contrast, #1e293b) !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}
