
.muurala-header { background: var(--wp--preset--color--base); }

.muurala-navlink{
  color: var(--wp--preset--color--text);
  font-weight: 500;
  letter-spacing: .2px;
  font-size: 14px;
}

.muurala-logo{
  display: flex;
  align-items: center;
  justify-content: center;
}

.muurala-logo .custom-logo-link{
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
}

.muurala-logo img.custom-logo{
  max-height: 48px;   /* dostosuj do designu */
  width: auto;
}

.muurala-logo-text{
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  color: var(--wp--preset--color--text);
}

.muurala-icon-btn{
  width: 28px; height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--wp--preset--color--text);
}

/* Prosty burger (zamienisz na ikonę) */
.muurala-burger{
  width: 28px; height: 18px;
  display: inline-block;
  background:
    linear-gradient(currentColor, currentColor) 0 0/100% 2px,
    linear-gradient(currentColor, currentColor) 0 50%/100% 2px,
    linear-gradient(currentColor, currentColor) 0 100%/100% 2px;
  background-repeat: no-repeat;
}



/* Mega menu */
.muurala-mega .dropdown-menu{
  width: 100vw;
  border-radius: 0;
  margin-top: 10px;
}

.muurala-mega-menu{
  background: var(--wp--preset--color--base);
  border-top: 1px solid var(--wp--preset--color--border);
  inset: none !important;
  left: 0px !important;
  top: 60px !important;
  transform: none !important;
  position: fixed !important;
  font-size: 14px;
}

.muurala-action {
    font-size: 14px;
    font-weight: 500;
    color: var(--wp--preset--color--text);
}

.muurala-mega-tab {
  text-decoration: none;
  color: var(--wp--preset--color--text);
  font-size: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
}
.muurala-mega-tab.active{ border-bottom-color: var(--wp--preset--color--muted);font-weight: 600; }

/* Kafelki ML */
.muurala-card{
  display: block;
  text-decoration: none;
  color: var(--wp--preset--color--text);
  background: #f6f6f6;
  border-radius: var(--muurala-radius-xl);
  text-align: center;
  height: 100%;
}
.muurala-card-ic{
  height: 46px;
  margin: 6px auto 14px;
  width: 100%;
  background: linear-gradient(#000,#000);
  opacity: .15; /* placeholder dla ikon */
}
.muurala-card-title{ font-weight: 500; }
.muurala-card-sub{ color: var(--wp--preset--color--muted); font-weight: 600; }

.muurala-card--all{
  display:flex; align-items:center; justify-content:center;
}

/* Pomieszczenia */
.muurala-room{ text-decoration:none; color: var(--wp--preset--color--text); display:block;background-color: var(--wp--preset--color--light);border-radius: var(--muurala-radius-xl);overflow: hidden; }
.muurala-room-img{
  height: 120px;
  border-radius: 0 0 var(--muurala-radius-xl) var(--muurala-radius-xl);
  background: #eaeaea; /* placeholder zdjęć */
}
.muurala-room-label{
  margin-top: 10px;

  padding: 10px 14px;
  text-align: center;
  font-weight: 600;
}
