/* AIKANO override F1 (safe external) */

/* コントロールバーが右寄り/はみ出すのを抑制 */
.aikano-controls,
.controls,
.control-bar,
#controls,
[data-controls]{
  max-width: 92vw !important;
  box-sizing: border-box !important;
}

/* 左上のボタン群を左寄せ（存在する場合） */
.aikano-controls-left,
.controls-left,
#controls-left{
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

/* AUTOピルの“丸からはみ出る”対策（外枠/内側両方） */
.aikano-auto,
.auto-pill,
#autoToggle,
[data-auto-toggle]{
  border-radius: 999px !important;
  padding: 8px 12px !important;
  line-height: 1 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}

/* 右下イヤホン（それっぽいアイコン）を消す：class/idが合えば効く */
#headphone,
.headphone,
.earphone,
.icon-headphone,
[data-headphone]{
  display:none !important;
}
