section.news .news-column {
  display: flex;
  min-height: 420px;
}

section.news .news-column > * {
  width: 100%;
}

.mu-news-panel {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  border-radius: 22px;
  border: 1px solid rgba(56, 189, 248, 0.28);
  background:
    linear-gradient(180deg, rgba(17, 28, 56, 0.98) 0%, rgba(8, 14, 32, 0.98) 100%);
  box-shadow:
    0 24px 60px rgba(0, 0, 0, 0.55),
    inset 0 1px 0 rgba(148, 163, 184, 0.08);
  overflow: hidden;
  isolation: isolate;
}

.mu-news-panel__header {
  padding: 18px 22px 16px;
  border-bottom: 1px solid rgba(56, 189, 248, 0.12);
  background: rgba(2, 8, 24, 0.45);
}

.mu-news-panel__title {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #f8fafc;
}

.mu-news-panel__title i {
  color: #38bdf8;
  font-size: 1rem;
}

.mu-news-panel__body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 16px 18px 18px;
  overflow-y: auto;
}

.mu-news-panel__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.mu-news-card {
  position: relative;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(18, 30, 58, 0.96) 0%, rgba(11, 19, 40, 0.96) 100%);
  border: 1px solid rgba(96, 165, 250, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease,
    transform 0.25s ease;
}

.mu-news-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  bottom: 14px;
  width: 4px;
  border-radius: 999px;
  background: transparent;
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

.mu-news-card:hover {
  border-color: rgba(56, 189, 248, 0.72);
  background: linear-gradient(180deg, rgba(24, 48, 96, 0.98) 0%, rgba(14, 28, 58, 0.98) 100%);
  box-shadow:
    0 0 0 1px rgba(56, 189, 248, 0.24),
    0 0 26px rgba(37, 99, 235, 0.42),
    inset 0 0 28px rgba(56, 189, 248, 0.08);
  transform: translateY(-2px);
}

.mu-news-card:hover::before {
  background: linear-gradient(180deg, #67e8f9 0%, #2563eb 100%);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.95);
}

.mu-news-card__link {
  display: block;
  padding: 15px 16px 15px 20px;
  text-decoration: none;
  color: inherit;
}

.mu-news-card__title {
  margin: 0 0 12px;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}

.mu-news-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mu-news-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  border-radius: 999px;
  background: rgba(7, 16, 36, 0.95);
  border: 1px solid rgba(56, 189, 248, 0.24);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7dd3fc;
  white-space: nowrap;
}

.mu-news-card__date {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(203, 213, 225, 0.72);
}

.mu-news-panel__empty {
  padding: 28px 12px;
  text-align: center;
  color: rgba(148, 163, 184, 0.85);
  font-size: 0.9rem;
}

.mu-news-panel__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px 18px;
  border-top: 1px solid rgba(56, 189, 248, 0.12);
  background: rgba(2, 8, 24, 0.72);
}

.mu-news-panel__footer-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mu-news-panel__footer-text strong {
  font-size: 0.88rem;
  font-weight: 800;
  color: #f8fafc;
}

.mu-news-panel__footer-text span {
  font-size: 0.76rem;
  color: rgba(148, 163, 184, 0.88);
}

.mu-news-panel__footer-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(248, 250, 252, 0.18);
  background: rgba(11, 19, 40, 0.95);
  color: #f8fafc;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.mu-news-panel__footer-btn:hover {
  color: #fff;
  border-color: rgba(56, 189, 248, 0.65);
  background: rgba(29, 78, 216, 0.42);
  box-shadow: 0 0 22px rgba(37, 99, 235, 0.42);
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  section.news .banner-column,
  section.news .news-column {
    min-height: auto;
  }

  section.news .banner-column .card,
  section.news .banner-column .carousel,
  section.news .banner-column .carousel-inner,
  section.news .banner-column .carousel-item,
  section.news .banner-column .carousel-item img {
    min-height: 280px;
  }

  .mu-news-panel {
    min-height: 280px;
    height: auto;
  }

  .mu-news-panel__body {
    max-height: none;
  }
}

@media (max-width: 767px) {
  .mu-news-panel__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .mu-news-panel__footer-btn {
    width: 100%;
    justify-content: center;
  }
}
