/*
 Theme Name: sakura-cafe-2026
 Template: sakura-cafe
*/

/* =========================
   translate
========================= */
.topbar-right { height: 100%; }
.topbar-translate, .topbar-translate * { all: unset; cursor: pointer; display: flex; gap: .5em; }
.language-selector { position: relative; display: inline-flex; align-items: center; cursor: pointer; padding: 8px 12px; height: 100%; }
.language-selector img { width: 18px; height: auto; margin-right: 8px; }
.current-lang { font-size: 14px; font-weight: bold; }
.topbar-translate { display: none; position: absolute; top: 100%; left: 0; width: 120px; background-color: #fff; box-shadow: 0 4px 12px rgba(0,0,0,0.1); border: 1px solid #eee; list-style: none; padding: 5px 0; margin: 0; z-index: 999; }
.language-selector:hover .topbar-translate { display: block; }
.topbar-translate li a { display: block; width: 100%; padding: 10px 15px; text-decoration: none; color: #333; font-size: 13px; transition: background-color 0.2s; }
.topbar-translate li a:hover { background-color: #f0f0f0; color: #007bff; }