
/* Flush footer-bottom into theme — no floating rounded plate */
.footer .footer-bottom,
.footer-bottom{
  border-radius:0 !important;
  border-bottom-left-radius:0 !important;
  border-bottom-right-radius:0 !important;
  box-shadow:none !important;
  margin:0 !important;
  width:100% !important;
  padding:10px 0 !important;
  overflow:hidden !important;
}
.footer-bottom .footer-bottom-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:.4rem .8rem !important;
  width:100% !important;
  background:transparent !important;
  box-shadow:none !important;
  border:0 !important;
  margin:0 !important;
  padding:0 !important;
}
.footer-bottom .footer-bottom-wrapper > p{
  flex:1 1 220px !important;
  margin:0 !important;
  background:transparent !important;
}
.footer-bottom .footer-menu{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:0 !important;
  list-style:none !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  position:static !important;
}
.footer-bottom .footer-menu li{
  display:inline-flex !important;
  align-items:center !important;
  margin:0 !important;
  float:none !important;
}
.footer-bottom .footer-menu li + li{
  margin-left:.55rem !important;
  padding-left:.55rem !important;
  border-left:1px solid rgba(255,255,255,.25) !important;
}
.aladag-footer-credit{
  display:inline-flex !important;
  align-items:center !important;
  gap:.35rem !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}
.aladag-footer-credit-logo{
  display:inline-block !important;
  width:46px !important;
  height:26px !important;
  flex:0 0 46px !important;
  background:transparent url("../uploads/logo/as-ates-soylu-fire.png") center/contain no-repeat !important;
}
.aladag-footer-credit span{
  font-size:.68rem !important;
  color:inherit !important;
  white-space:nowrap !important;
}
/* Hide any leftover nested footer markup if copyright still polluted */
.footer-bottom .site-footer,
.footer-bottom .footer-inner,
.footer-bottom .footer-developer,
.footer-bottom .developer-brand,
.footer-bottom svg.as-logo{
  display:none !important;
}
@media (max-width:767px){
  .aladag-footer-credit span{white-space:normal !important; max-width:13rem;}
}

.aladag-footer-credit-tag{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}
