/*
Theme Name: ListingHive Child
Template: listinghive
Description: Child theme for ListingHive with Japanese customizations
Version: 1.0
Author: Your Name
*/

/* WooCommerce Subscriptions 英語テキストを日本語に置換 */
.wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label {
    font-size: 0;
}

.wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label::after {
    content: "合計";
    font-size: 1rem;
}

/* チェックアウトページで国フィールド（hidden）のラベルを非表示 */
#billing_country_field {
    display: none !important;
}

/* チェックアウトページで「追加情報」セクションを非表示 */
.woocommerce-additional-fields {
    display: none !important;
}

/* サブスクリプション詳細ページで「請求先住所」セクションを非表示 */
.woocommerce-customer-details {
    display: none !important;
}

/* WooCommerceマイアカウントコンテンツの幅を調整 */
.woocommerce-MyAccount-content {
    width: 74% !important;
}

/* ゲスト予約情報のフォントサイズを大きく */
.hp-listing__details--guest-info .hp-meta--guest-name,
.hp-listing__details--guest-info .hp-meta--guest-email {
    font-size: 15px !important;
}

/* ゲスト予約の予約日表示のフォントサイズを大きく */
.hp-listing__created-date--guest {
    font-size: 15px !important;
}