.pd-event-list {
  display: grid;
  gap: 18px;
  width: 100%;
}

.pd-event-card {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(18px, 2vw, 28px);
  background: #ffffff;
  border: 1px solid rgba(41, 70, 91, 0.14);
  border-left: 6px solid #ff9600;
  box-shadow: 0 8px 18px rgba(32, 57, 76, 0.08);
}

.pd-event-card--weserstars {
  border-left-color: #29465b;
}

.pd-event-card__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 88px;
  color: #ffffff;
  background: #29465b;
  text-align: center;
}

.pd-event-card--disco .pd-event-card__date {
  background: #ff9600;
}

.pd-event-card__day {
  display: block;
  font-size: 36px;
  line-height: 1;
  font-weight: 900;
}

.pd-event-card__month {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pd-event-card__content {
  min-width: 0;
}

.pd-event-card__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

.pd-event-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 9px;
  color: #ffffff;
  background: #29465b;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pd-event-card--disco .pd-event-card__badge {
  background: #ff9600;
}

.pd-event-card__eyebrow {
  color: #6f7f8c;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pd-event-card h3 {
  margin: 0 0 9px;
  color: #29465b;
  font-size: clamp(21px, 1.7vw, 30px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.pd-event-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: #243f53;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.pd-event-card__note {
  max-width: 720px;
  margin: 12px 0 0;
  color: #5f7280;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.pd-event-card__action {
  display: flex;
  justify-content: flex-end;
}

.pd-event-card__button,
.pd-event-card__button:link,
.pd-event-card__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  color: #ffffff !important;
  background: #29465b;
  border: 2px solid #29465b;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.02em;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.pd-event-card--disco .pd-event-card__button,
.pd-event-card--disco .pd-event-card__button:link,
.pd-event-card--disco .pd-event-card__button:visited {
  background: #ff9600;
  border-color: #ff9600;
}

.pd-event-card__button:hover,
.pd-event-card__button:focus-visible {
  color: #ffffff !important;
  background: #21394d;
  border-color: #21394d;
}

.pd-event-card--disco .pd-event-card__button:hover,
.pd-event-card--disco .pd-event-card__button:focus-visible {
  background: #e68600;
  border-color: #e68600;
}

.pd-event-empty {
  padding: 28px;
  color: #29465b;
  background: #f4f8fa;
  border: 1px solid rgba(41, 70, 91, 0.14);
  font-size: 16px;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 760px) {
  .pd-event-card {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 16px;
  }

  .pd-event-card__date {
    min-height: 76px;
  }

  .pd-event-card__day {
    font-size: 30px;
  }

  .pd-event-card__action {
    grid-column: 1 / -1;
    justify-content: stretch;
  }

  .pd-event-card__button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .pd-event-card {
    grid-template-columns: 1fr;
  }

  .pd-event-card__date {
    width: 84px;
  }
}

.pd-event-next {
  display: block;
  width: 100%;
  padding: clamp(22px, 2.4vw, 34px);
  color: #ffffff;
  background: rgba(41, 70, 91, 0.9);
  border: 2px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 8px 22px rgba(32, 57, 76, 0.22);
}

.pd-event-next--disco {
  border-left: 6px solid #ff9600;
}

.pd-event-next--weserstars {
  border-left: 6px solid #29465b;
}

.pd-event-next__topline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.pd-event-next__label,
.pd-event-next__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.pd-event-next__label {
  color: #29465b;
  background: #ffffff;
}

.pd-event-next__badge {
  color: #ffffff;
  background: #ff9600;
}

.pd-event-next--weserstars .pd-event-next__badge {
  background: #20394c;
}

.pd-event-next__count {
  display: block;
  margin: 0 0 12px;
  color: #ff9600;
  font-size: clamp(28px, 2.9vw, 48px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.pd-event-next h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 31px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.pd-event-next__meta {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

.pd-event-next__button,
.pd-event-next__button:link,
.pd-event-next__button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 20px;
  color: #ffffff !important;
  background: #ff9600;
  border: 2px solid #ffffff;
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 0.03em;
}

.pd-event-next__button:hover,
.pd-event-next__button:focus-visible {
  background: #e68600;
}


.pd-event-next--empty .pd-event-next__label {
  display: flex;
  width: max-content;
  margin-bottom: 19px;
}

.pd-event-next--empty strong {
  display: block;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(22px, 1.8vw, 30px);
  line-height: 1.12;
  font-weight: 900;
  text-transform: uppercase;
}

.pd-event-next--empty p {
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
}
