/* Burgermeischter Social & Standorte AddOn v1.0.4
   Harte Notbremse: alter Riesenlogo-Pfad wird komplett versteckt. */

html body img[src*="/plugins/burgermeischter-social-standorte-addon/assets/burgermeischter-logo"],
html body img[src*="burgermeischter-social-standorte-addon/assets/burgermeischter-logo"],
html body picture img[src*="burgermeischter-social-standorte-addon/assets/burgermeischter-logo"],
html body source[srcset*="burgermeischter-social-standorte-addon/assets/burgermeischter-logo"],
html body .burgermeischter-social-standorte-logo,
html body .burgermeischter-standorte-logo,
html body .bmss-old-giant-logo {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  min-width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -999999px !important;
  pointer-events: none !important;
}

html body [style*="burgermeischter-social-standorte-addon/assets/burgermeischter-logo"],
html body [style*="/plugins/burgermeischter-social-standorte-addon/assets/burgermeischter-logo"] {
  background-image: none !important;
}

body.bmss-kill-old-logo::before,
body.bmss-kill-old-logo::after,
body.bmss-kill-old-logo .site::before,
body.bmss-kill-old-logo .site::after,
body.bmss-kill-old-logo #page::before,
body.bmss-kill-old-logo #page::after,
body.bmss-kill-old-logo .wp-site-blocks::before,
body.bmss-kill-old-logo .wp-site-blocks::after {
  background-image: none !important;
}

.bmss-logo {
  display: block !important;
  width: auto !important;
  max-width: min(180px, 72vw) !important;
  height: auto !important;
  max-height: 110px !important;
  object-fit: contain !important;
  margin: 0 auto 14px !important;
}

.bmss-block {
  max-width: min(1180px, calc(100vw - 32px));
  margin: 24px auto;
  padding: clamp(18px, 3vw, 28px);
  border: 1px solid rgba(245, 195, 90, .22);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(9,9,12,.92), rgba(43,5,9,.82));
  color: #fff6df;
  box-sizing: border-box;
  overflow: hidden;
  overflow-wrap: anywhere;
}

.bmss-footer-text {
  max-width: 780px;
  margin: 0 auto 16px;
  text-align: center;
  color: #d7ccb2;
  line-height: 1.55;
}

.bmss-social__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin: 12px 0;
}

.bmss-social__links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  max-width: 100%;
  padding: 8px 12px;
  border: 1px solid rgba(245, 195, 90, .3);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: #fff6df;
  text-decoration: none;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.bmss-social__links a:hover,
.bmss-social__links a:focus-visible {
  background: linear-gradient(135deg, #a80f1a, #e1a835);
  color: #08080a;
}

.bmss-locations {
  margin-top: 16px;
  text-align: center;
}

.bmss-locations h2 {
  margin: 0 0 10px;
  color: #fff6df;
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.1;
}

.bmss-locations__text {
  max-width: 780px;
  margin: 0 auto 14px;
  color: #d7ccb2;
  line-height: 1.55;
}

.bmss-locations ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bmss-locations li {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(245,195,90,.2);
  min-width: 0;
  overflow-wrap: anywhere;
}

.bmss-locations a {
  color: #f5c35a;
  font-weight: 800;
}

@media (max-width: 720px) {
  .bmss-block { margin: 16px auto; padding: 18px; }
  .bmss-logo { max-width: min(150px, 70vw) !important; max-height: 90px !important; }
}
