/* =========================================================
   Қайыпназар Шотбасов сайты — жаңа алтын қауырсын белгісі
   Бұл файлды assets/css/feather-logo.css ретінде қойыңыз.
   ========================================================= */

.brand-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  line-height:1 !important;
  font-size:0 !important;
  color:transparent !important;
}

.brand-icon img{
  width:32px !important;
  height:32px !important;
  object-fit:contain !important;
  display:block !important;
  filter:drop-shadow(0 2px 3px rgba(0,0,0,.16)) !important;
}

.brand-icon:not(:has(img)){
  background:url("../icons/qaiypnazar_feather.png") center / contain no-repeat !important;
}

.footer-feather{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:54px !important;
  height:54px !important;
  min-width:54px !important;
  line-height:1 !important;
}

.footer-feather img{
  width:48px !important;
  height:48px !important;
  object-fit:contain !important;
  display:block !important;
  filter:drop-shadow(0 4px 8px rgba(0,0,0,.24)) !important;
}

.footer-brand{
  display:flex !important;
  align-items:center !important;
  gap:16px !important;
}

.footer-brand strong{
  display:block;
  font-size:22px;
  line-height:1.15;
}

.footer-brand span{
  display:block;
  margin-top:4px;
}
