.pde-event-single {
  width: min(980px, calc(100% - 24px));
  margin: 18px auto 36px;
  color: #162033;
}

.pde-event-single__card {
  overflow: hidden;
  border: 1px solid #d8e2ee;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
}

.pde-event-single__media {
  max-height: 300px;
  overflow: hidden;
  background: linear-gradient(135deg, #dceeff, #eef7ff);
}

.pde-event-single__image,
.pde-event-single__media img {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}

.pde-event-single__body {
  padding: 22px 24px 28px;
}

.pde-event-single__back {
  margin: 0 0 16px;
}

.pde-event-single__back a {
  color: #289dcc;
  text-decoration: underline;
  font-size: 0.96rem;
  font-weight: 600;
}

.pde-event-single__title {
  margin: 0;
  font-size: clamp(1.7rem, 3.6vw, 2.35rem);
  line-height: 1.1;
}

.pde-event-single__category-line {
  margin: 14px 0 0;
  font-size: 0.96rem;
  line-height: 1.45;
}

.pde-event-single__category-link {
  color: #289dcc;
  text-decoration: none;
  font-size: 0.96rem;
  font-weight: 600;
  transition: color 0.16s ease;
}

.pde-event-single__category-link:hover,
.pde-event-single__category-link:focus-visible {
  color: #289dcc;
  text-decoration: underline;
}

.pde-event-single__info {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: flex-start;
  margin: 18px 0 0;
  padding-top: 16px;
  border-top: 1px solid #e3ebf4;
}

.pde-event-single__info-item {
  min-width: 180px;
}

.pde-event-single__info-item--action {
  margin-left: auto;
}

.pde-event-single__info-label {
  display: block;
  margin: 0 0 4px;
  color: #5d6b7e;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pde-event-single__info-value {
  display: block;
  font-size: 0.96rem;
  line-height: 1.45;
  font-weight: 600;
}

.pde-event-single__agenda-link {
  display: inline-flex;
  align-items: center;
  color: #289dcc;
  text-decoration: underline;
  font-size: 0.98rem;
  font-weight: 700;
}

.pde-event-single__agenda-link:hover,
.pde-event-single__agenda-link:focus-visible {
  color: #1e86af;
}

.pde-event-single__description {
  margin: 24px 0 0;
  padding-top: 22px;
  border-top: 1px solid #e3ebf4;
  font-size: 0.98rem;
  line-height: 1.68;
}

.pde-event-single__description-title {
  margin: 0 0 12px;
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 700;
}

.pde-event-single__description > :first-child {
  margin-top: 0;
}

.pde-event-single__description > :last-child {
  margin-bottom: 0;
}

@media (max-width: 700px) {
  .pde-event-single__body {
    padding: 18px 16px 22px;
  }

  .pde-event-single__info {
    flex-direction: column;
    gap: 12px;
  }

  .pde-event-single__info-item--action {
    margin-left: 0;
  }
}
