.text-xs {
    font-size: .75em;
}

.text-muted {
    color: #888;
}

.link-muted {
    color: #636363;
}

.underline {
    text-decoration: underline !important;
}

.mt-2 {
    margin-top: .5em;
}

/* WooCommerce標準のh2「登録」を消す */
h2.woocommerce-form-title {
    display: none !important;
}

/* Wooの2カラムをflexで中央に */
.u-columns.woocommerce-form.woocommerce-form-login-register {
    display: flex;
    justify-content: center;
    padding-top: 2rem;
}

/* ← ここが重要！上下中央寄せになるように */
.u-columns.col2-set {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

/* 登録フォーム全体（右側） */
.u-column2.col-2 {
    max-width: 640px;
    width: 100%;
    background-color: #fff0f6;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    float: none !important;
    margin: 0 auto !important;
}


/* 個人情報に関するWooCommerceのメッセージを非表示 */
.woocommerce-privacy-policy-text {
    display: none !important;
}
