/* ========================================
   Guide Styles
   - External site notice and other guide text
   ======================================== */

/* ボタンコンテナ（中央揃え + 上下マージン） */
.button-container {
    text-align: center;
    margin: 2rem 0;
}

/* 外部サイトが開きますの注意書き */
.external-site-notice {
    text-align: center;
    margin-top: 0.5rem;
}

.external-site-notice-small {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 0.75rem;
}

