/* 言語切替ボタン（本文先頭に挿入される）
   ※テーマのリンク色に上書きされないよう !important を付与 */
.egr-lang-switcher-container {
    text-align: right;
    margin-bottom: 20px;
}

.egr-lang-switcher {
    display: inline-block;
    background-color: #262626 !important;
    color: #fff !important;
    padding: 8px 16px;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none !important;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.25);
    transition: background-color 0.3s;
}

.egr-lang-switcher:hover {
    background-color: #4a4a4a !important;
    color: #fff !important;
}
