@charset "UTF-8";
.cm-navbar .navbar-nav .nav-link {
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  color: #212529;
}
.cm-navbar .navbar-nav .nav-link.active {
  color: #007bff;
}

.navbar-nav-scroll {
  max-width: 100%;
  height: 2.5rem;
  /*margin-top: .25rem;*/
  overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
  /*padding-bottom: 2rem;*/
  overflow-x: auto;
  white-space: nowrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  -webkit-overflow-scrolling: touch;
}

.cm-hidden {
  display: none;
}

.cm-pointer {
  cursor: pointer;
}

.cm-ff-yh {
  font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.cm-block-head-bottom {
  border-bottom: solid 2px;
  border-color: #007bff;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.cm-trans-bottom {
  width: 100%;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
  max-width: 180px;
  max-height: 120px;
}

@media screen and (max-width: 767px) {
  .cm-media-img {
    max-width: 120px;
    max-height: 80px;
  }
}
.cm-link {
  color: #212529;
}
.cm-link:hover {
  color: rgb(0, 98.4, 204);
}

.es-highlight em {
  color: #dc3545;
  font-style: normal;
}

/* ===== OVERLAY IMAGE STYLES ===== */
.cx-overlay-image {
  z-index: 20 !important;
}
.cx-overlay-image img {
  max-width: 90% !important;
  max-height: 70% !important;
  object-fit: contain;
}

/* ===== SOCIAL MEDIA STYLES ===== */
.cx-social-icon {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain;
  max-width: 100% !important;
  transition: transform 0.3s ease;
}
.cx-social-icon:hover {
  transform: scale(1.1);
}
.cx-social-link {
  color: #212529;
  opacity: 0.75;
  display: block;
  transition: opacity 0.3s ease;
}
.cx-social-link:hover {
  opacity: 1;
}
.cx-qrcode-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  max-width: 100%;
}
.cx-footer-logo {
  max-height: 150px;
  width: auto;
  max-width: 100%;
}