/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 13 2026 | 05:16:21 */
/* マイアカウント登録促しテキスト非表示CSS */
#block-45 .woocommerce-message {
    display: none !important;
}

body.woocommerce-account .woocommerce-message {
    display: none !important;
}

/* 適用ボタンを青色に変更 */
.wps_cart_points_apply {
    background-color: #2563eb !important;
    color: #ffffff !important;
    border-color: #2563eb !important;
}
.wps_cart_points_apply:hover {
    background-color: #1d4ed8 !important;
}

/* カートページ：元のポイント案内は完全非表示（新テキストをPHPで別途出力） */
.wps_wpr_cart_redemption__notice,
#wps_wpr_order_notice {
    display: none !important;
}

@media screen and (max-width: 719px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td.actions,
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td.actions {
        background-color: transparent !important;
    }
}

/* ポイントログ表：文字サイズと余白を調整して折り返しを軽減 */
.wps_wpr_common_table {
    width: 100% !important;
    font-size: 15px !important;
    table-layout: fixed;
}
.wps_wpr_common_table th,
.wps_wpr_common_table td {
    padding: 6px 4px !important;
    text-align: center !important;
    word-break: break-word;
}
.wps_wpr_common_table th {
    font-size: 14px !important;
    line-height: 1.3 !important;
}

@media screen and (max-width: 480px) {
    .wps_wpr_common_table {
        font-size: 13px !important;
    }
    .wps_wpr_common_table th {
        font-size: 12px !important;
    }
    .wps_wpr_common_table th,
    .wps_wpr_common_table td {
        padding: 4px 2px !important;
    }
}