/* FubaSport Startseite: mehr Innenabstand für gequetschte Sektionen */

.fs-home-polish-card {
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.fs-home-polish-schedule {
  padding: clamp(24px, 3vw, 40px) !important;
}

.fs-home-polish-schedule h1,
.fs-home-polish-schedule h2,
.fs-home-polish-schedule h3,
.fs-home-polish-schedule p {
  max-width: 900px;
}

.fs-home-polish-schedule [class*="grid"] {
  margin-top: clamp(18px, 2.5vw, 30px) !important;
}

.fs-home-polish-news {
  padding: 0 !important;
}

.fs-home-polish-news > *:not(.fs-home-polish-news-item) {
  margin-left: clamp(18px, 2.5vw, 32px);
  margin-right: clamp(18px, 2.5vw, 32px);
}

.fs-home-polish-news h1,
.fs-home-polish-news h2,
.fs-home-polish-news h3,
.fs-home-polish-news p {
  max-width: 980px;
}

.fs-home-polish-news-item {
  display: block;
  box-sizing: border-box !important;
  padding: clamp(16px, 2vw, 24px) clamp(18px, 2.8vw, 34px) !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-top: 1px solid rgba(255,255,255,.10);
}

.fs-home-polish-news-item:first-of-type {
  border-top: 1px solid rgba(255,255,255,.12);
}

.fs-home-polish-news-item h2,
.fs-home-polish-news-item h3,
.fs-home-polish-news-item p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.fs-home-polish-news a.fs-home-polish-news-item {
  text-decoration: none;
}

.fs-home-polish-news-item:hover {
  background: rgba(255,255,255,.035);
}

@media (max-width: 800px) {
  .fs-home-polish-schedule {
    padding: 22px !important;
  }

  .fs-home-polish-news > *:not(.fs-home-polish-news-item) {
    margin-left: 18px;
    margin-right: 18px;
  }

  .fs-home-polish-news-item {
    padding: 16px 18px !important;
  }
}
