@import url("https://fonts.googleapis.com/css2?family=Padauk:wght@400;700&display=swap");

body,
h1, h2, h3, h4, h5, h6,
.entry-title,
.entry-title a {
  font-family: Padauk, "Myanmar Text", "Noto Sans Myanmar", Arial, sans-serif;
}

#clean-grid-header .clean-grid-header-inside {
  display: flex !important;
  align-items: center;
  gap: 16px;
  overflow: visible;
}

#clean-grid-header .clean-grid-logo {
  float: none !important;
  width: auto !important;
  max-width: 420px;
  margin: 4px 0 !important;
  text-align: left !important;
  flex: 0 0 auto;
}

#clean-grid-header .site-branding {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mm8p-logo-link {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
}

.mm8p-logo-img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  background: #111;
}

.mm8p-logo-text {
  min-width: 0;
}

#clean-grid-header .clean-grid-site-title,
#clean-grid-header .clean-grid-site-title a {
  font-family: Padauk, "Myanmar Text", "Noto Sans Myanmar", Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 4px !important;
}

#clean-grid-header .clean-grid-site-description {
  font-family: Padauk, "Myanmar Text", "Noto Sans Myanmar", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

#clean-grid-header .clean-grid-header-banner {
  float: none !important;
  width: auto !important;
  flex: 1 1 auto;
  min-width: 0;
  text-align: left !important;
}

.mm8p-ad-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 728 / 90;
  min-height: 72px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
}

.mm8p-ad-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.mm8p-ad-slide.is-active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

.mm8p-ad-slide img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover;
  object-position: center;
  border: 0;
}

.mm8p-ad-dots {
  position: absolute;
  left: 12px;
  bottom: 7px;
  z-index: 2;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  gap: 6px;
  width: auto;
}

.mm8p-ad-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  flex: 0 0 8px;
  display: block;
}

.mm8p-ad-dot.is-active {
  background: #eeee22;
}

@media only screen and (max-width: 700px) {
  #clean-grid-header .clean-grid-header-inside {
    flex-direction: column !important;
    align-items: stretch;
    gap: 10px;
  }

  #clean-grid-header .clean-grid-logo {
    max-width: none;
    width: 100% !important;
    text-align: left !important;
  }

  .mm8p-logo-img {
    width: 52px;
    height: 52px;
  }

  #clean-grid-header .clean-grid-site-title,
  #clean-grid-header .clean-grid-site-title a {
    font-size: 18px !important;
    margin-bottom: 4px !important;
  }

  #clean-grid-header .clean-grid-header-banner {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .mm8p-ad-carousel {
    min-height: 64px;
  }
}
