/* PlugStream Documentation Polish */

/* Larger Logo */
.md-header .md-logo img {
  height: 40px !important;
  width: auto !important;
  max-width: none !important;
}

/* Logo hover effect */
.md-header .md-logo:hover {
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

/* Better search styling */
.md-search__form {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.md-search__input {
  background-color: transparent;
}

.md-search__input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

/* Navigation tabs refinement */
.md-tabs {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Content area improvements */
.md-content {
  margin-top: 1rem;
}

/* Footer social links styling */
.md-footer-social__link {
  transition: transform 0.2s ease, color 0.2s ease;
}

.md-footer-social__link:hover {
  transform: translateY(-2px);
}

/* Responsive logo adjustment */
@media screen and (max-width: 76.1875em) {
  .md-header .md-logo img {
    height: 36px !important;
  }
}

@media screen and (max-width: 60em) {
  .md-header .md-logo img {
    height: 32px !important;
  }
}