/**
 * 站点主题补丁（在 style.css / home-1.css 之后加载）。
 */

.ps-logo a {
  align-items: center;
  display: inline-flex;
  line-height: 0;
}

.ps-header .ps-logo img.site-logo__img,
.ps-header--mobile .ps-logo img.site-logo__img {
  display: block;
  height: auto !important;
  max-height: 44px !important;
  max-width: 168px !important;
  object-fit: contain;
  object-position: left center;
  width: auto !important;
}

.ps-header--mobile .ps-logo img.site-logo__img {
  max-height: 38px !important;
  max-width: 140px !important;
}

.ps-footer--address .ps-logo img.site-logo__img {
  display: block;
  height: auto !important;
  max-height: 48px !important;
  max-width: 176px !important;
  object-fit: contain;
  object-position: left center;
  width: auto !important;
}

.ps-floating-telegram {
  align-items: center;
  background: #229ed9;
  border-radius: 50%;
  bottom: 24px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: flex;
  font-size: 24px;
  height: 52px;
  justify-content: center;
  position: fixed;
  right: 24px;
  text-decoration: none;
  width: 52px;
  z-index: 999;
}

.ps-floating-telegram:hover {
  color: #fff;
  opacity: 0.92;
}

@media (min-width: 1200px) {
  .ps-header .ps-logo img.site-logo__img {
    max-height: 46px !important;
    max-width: 180px !important;
  }
}
