/* 여기에 작업 또는 수정할 당신의 css style을 설정하세요. (customizations) */
/* ============ PAGE TITLE BAR HEIGHT FIX ============ */
/* Bar-ийн гаднах wrapper */
body .page-title-wrap{
  padding: 8px 0 !important;      /* 8 -> 6 болгож болно */
  min-height: 0 !important;
  height: auto !important;
}

/* Дотор container нь ихэвчлэн өндрийг өсгөдөг */
body .page-title-wrap > .container{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
}

/* H1 (Цахим ном) */
body .page-title-wrap #hd-h1,
body .page-title-wrap h1{
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.15 !important;
}
/* Page title: "Цахим ном" гэх мэт (h1#hd-h1) */
#hd-h1{
  font-size: 18px !important;   /* энд хэмжээгээ өөрчилнө: 16px, 17px, 18px... */
  line-height: 1.2 !important;
  font-weight: 600 !important;
}

/* Зарим хуудсанд page-title-wrap доторх гарчиг h1/h2 болж ирж болох тул давхар хамгаалалт */
.page-title-wrap h1,
.page-title-wrap h2{
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
}
/* === Logo size override === */
.header-title .title-logo img {
    height: 70px !important;   /* 46 → 60 */
    width: auto;
}

/* Mobile */
@media (max-width: 991px) {
    .header-title .title-logo img {
        height: 50px !important;  /* 40 → 50 */
    }
}
