/* Age verification (masking) */
.agegate_modal {
    position: fixed !important;
    display: none;
    z-index: 10001 !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* 中央配置の要 */
    width: 90% !important;
    max-width: 400px !important;
    margin: 0 !important; /* ネガティブマージンを完全に消去 */
    padding: 20px;
    background: #ffffff;
    border: 2px solid #333;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0.5); /* 浮き上がらせる装飾 */
}

/* ボタンの調整 */
.close_modal, .exit {
    font-size: 1.2rem !important;
    font-weight: bold;
    color: #05a5cb !important;
    text-decoration: underline !important;
    display: inline-block !important;
    margin: 1.5rem 0.5rem 0 0.5rem !important;
    cursor: pointer !important;
    position: relative !important;
    z-index: 10005 !important;
}

img.warning {
    width: 80px !important;
    height: auto !important;
    margin-bottom: 10px;
}
/* 'Ask a Question','Add to Favorite' button */
.btn.button_ask_a_question { display:block; margin-bottom: 1rem; background-color:#ffffff; border-color:#cccccc; color:#007faf; }
.btn.add_to_favorites{ display:block; margin-bottom: 1rem; width:100%; background-color:#ffffff; border-color:#cccccc; color:#007faf; }


