/* Theme Name: NWC */

/* === NO EXCUSES NATION === */
.nen-section {
  margin-top: 30px;
  width: 20%;
}

.nen-card {
  position: relative;
  display: inline-block;
  width: 100%;
}

.nen-live-badge {
  position: absolute;
  top: 10px;
  left: 10px !important;
  background: red;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
}

.nen-live-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px;
}

.nen-video-container {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}
.video-list__description {
  font-size: 12px !important;
}
