/*
Theme Name: MUSIC GATE Full 2026-08-28 R2
Theme URI: https://musicgate.ccarveout.jp/
Author: MUSIC GATE
Description: MUSIC GATE VOICE FIRST PROJECTの公式サイト用オリジナルテーマです。
Version: 1.1.51-recovery
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: music-gate
*/

.admin-bar .site-header {
  top: 32px;
}

.admin-bar .site-logo-only {
  top: calc(32px + var(--site-logo-top-offset, 12px));
}

.music-gate-form-message {
  margin: 0 0 28px;
  border-left: 4px solid #f5509b;
  background: #fff5fa;
  padding: 18px 20px;
  color: #781244;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

.music-gate-form-message--error {
  border-left-color: #c62828;
  background: #fff1f1;
  color: #8f1d1d;
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }

  .admin-bar .site-logo-only {
    top: calc(46px + var(--site-logo-top-offset, 10px));
  }
}
