.slide-panel > .panel-heading {
  display: none;
}

.content-grid > .downloads-panel {
  visibility: hidden;
}

.slide-frame {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slide-content {
  justify-items: center;
}

.home-news-thumb {
  padding: 0;
}

.home-news-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 72px;
  object-fit: cover;
}

.home-events-panel {
  visibility: visible;
  min-width: 0;
  background: linear-gradient(180deg, rgba(6,25,48,.94), rgba(3,14,29,.98));
  border: 1px solid rgba(51,126,216,.47);
  border-radius: 4px;
  overflow: hidden;
}

.home-event-list {
  display: grid;
  gap: 6px;
  padding: 10px;
}

.home-event-row {
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 6px 8px;
  background: linear-gradient(90deg, rgba(11,39,73,.95), rgba(5,22,43,.9));
  border-left: 3px solid #249eff;
}

.home-event-time {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.home-event-row strong,
.home-event-row small {
  display: block;
}

.home-event-row strong {
  color: #f4f8ff;
  font-size: 12px;
  text-transform: uppercase;
}

.home-event-row small {
  margin-top: 2px;
  color: #58b9ff;
  font-size: 9px;
  text-transform: uppercase;
}

.home-event-countdown {
  min-width: 72px;
  padding: 4px 6px;
  color: #fff;
  background: rgba(20,62,106,.9);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

@media (min-width: 1001px) {
  .home-events-panel {
    height: 100%;
  }
}

@media (max-width: 720px) {
  .home-event-row {
    grid-template-columns: 52px 1fr auto;
  }
}
