/* H-Donghua V2 Single Page Video Player Adjustments Stylesheet */
/* Responsive overrides */
@media (max-width: 768px) {
  /* 4. Episode Video Player adjustments */
  .hd-player-wrapper {
    margin-left: calc(-1 * var(--hd-spacing-sm));
    margin-right: calc(-1 * var(--hd-spacing-sm));
    border-radius: 0;
  }

  .hd-player-container {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  /* Server List spacing */
  .hd-player-servers {
    padding: var(--hd-spacing-sm);
  }

  .hd-server-tabs {
    gap: 6px;
  }

  .hd-server-btn {
    padding: 8px 12px;
    font-size: 11px;
  }

}