body {
  background: #011a38;
}

.mp-channel-list-page {
  min-height: 100vh;
  background: linear-gradient(135deg, #011a38 0%, #002a5a 100%);
  color: #ffffff;
}

.mp-channel-list-page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
}

.mp-channel-list-page-logo {
  display: inline-flex;
  line-height: 0;
}

.mp-channel-list-page-logo img {
  display: block;
  width: 235px;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}

.mp-channel-list-page-home {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px;
  border: 1px solid #7CFF3A;
  border-radius: 3px;
  background: #7CFF3A;
  color: #011a38;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.mp-channel-list-page-home:hover,
.mp-channel-list-page-home:focus-visible {
  border-color: #ffffff;
  background: #ffffff;
  color: #011a38;
}

.mp-channel-list-page-intro {
  width: min(980px, calc(100% - 48px));
  margin: 28px auto 22px;
  text-align: center;
}

.mp-channel-list-page-label {
  margin: 0 0 12px;
  color: #7CFF3A;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.mp-channel-list-page-intro h1 {
  margin: 0;
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.12;
}

.mp-channel-list-page-intro p:last-child {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
}

.mp-channel-list-page-content {
  width: min(1320px, calc(100% - 32px));
  min-height: 500px;
  margin: 0 auto;
  padding: 18px 0 42px;
}

@media (max-width: 768px) {
  .mp-channel-list-page-header {
    padding: 14px 12px;
    gap: 10px;
  }

  .mp-channel-list-page-logo img {
    width: 148px;
    max-width: calc(100vw - 164px);
    max-height: 44px;
  }

  .mp-channel-list-page-home {
    min-height: 36px;
    padding: 9px 10px;
    font-size: 11px;
  }

  .mp-channel-list-page-intro {
    width: min(100% - 28px, 980px);
    margin-top: 22px;
  }

  .mp-channel-list-page-intro h1 {
    font-size: 28px;
  }

  .mp-channel-list-page-content {
    width: min(100% - 16px, 1320px);
    padding-top: 12px;
  }
}
