/*
Theme Name: jvine-child
Template: jvine
Description: jvine テーマの子テーマ
Author: Yukari
Version: 1.0
*/

/* 会員専用メッセージのボックス色を赤く強制 */
.woocommerce-memberships-restriction-message.woocommerce-info {
    background-color: #ffe5e5 !important;  /* 薄い赤背景 */
    border: 2px solid #d00 !important;     /* 濃い赤の枠線 */
    color: #000 !important;                /* 文字色：黒 */
    padding: 15px;
    margin-top: 20px;
    font-weight: bold;
}
