.ee-hero-slider .ee-hero-slide {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: stretch;
}

.ee-hero-overlay {
  width: 100%;
  min-height: 620px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7,17,34,0.86) 0%, rgba(7,17,34,0.72) 38%, rgba(7,17,34,0.30) 68%, rgba(7,17,34,0.12) 100%);
}

.ee-hero-content {
  width: 100%;
  padding: 72px 0;
}

.ee-hero-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.ee-hero-text-col {
  flex: 1 1 auto;
  max-width: 820px;
}

.ee-hero-btn-col {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

.ee-hero-title {
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 18px;
}

.ee-hero-text {
  color: rgba(255,255,255,0.94);
  font-size: 1rem;
  line-height: 1.58;
  max-width: 760px;
}

.ee-btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all .18s ease;
}

.ee-btn-primary {
  background: #0d6efd;
  color: #fff !important;
  border: 1px solid #0d6efd;
}

.ee-btn-primary:hover,
.ee-btn-primary:focus {
  background: #0b5ed7;
  border-color: #0b5ed7;
  color: #fff !important;
}

.ee-btn-outline {
  background: #fff;
  color: #0d6efd !important;
  border: 1px solid #0d6efd;
}

.ee-btn-outline:hover,
.ee-btn-outline:focus {
  background: #f8fbff;
  color: #0b5ed7 !important;
  border-color: #0b5ed7;
}

.ee-hero-shop-btn {
  white-space: nowrap;
  min-width: 210px;
}

.ee-event-card {
  border: 1px solid #dfe5ec;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

.ee-event-card .card-body {
  display: flex;
  flex-direction: column;
  min-height: 278px;
}

.ee-event-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.ee-event-title {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.ee-event-title-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.ee-event-date {
  font-size: 0.88rem;
  font-weight: 600;
  color: #475467;
  margin-bottom: 12px;
}

.ee-flag {
  width: 22px;
  height: 16px;
  object-fit: cover;
  display: inline-block;
}

.ee-flag-circle {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  box-shadow: 0 4px 10px rgba(16, 24, 40, 0.12);
}

.ee-flag--circle {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ee-event-status {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}

.ee-live-zone {
  min-height: 92px;
  margin-top: 2px;
}

.ee-live-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}

.ee-live-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
  height: 42px;
  padding: 0 14px;
  border-radius: 12px;
  background: #dc3545;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.ee-live-tag:hover,
.ee-live-tag:focus,
.ee-live-tag:active {
  color: #fff;
  text-decoration: none !important;
}

.ee-live-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 1px;
}

.ee-live-line1 {
  font-size: 0.93rem;
  font-weight: 700;
  color: #344054;
  line-height: 1.2;
}

.ee-live-line2 {
  font-size: 0.9rem;
  color: #475467;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.ee-live-progress {
  margin-top: 10px;
}

.ee-event-footer {
  margin-top: auto;
  padding-top: 14px;
}

.ee-details-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ee-details-icon {
  font-size: 0.82rem;
  opacity: 0.82;
}

.ee-details-btn:hover .ee-details-icon,
.ee-details-btn:focus .ee-details-icon {
  opacity: 1;
}

.ee-hero-slide-link {
  display: block;
  text-decoration: none !important;
  color: inherit;
}

.ee-hero-slide-link:hover,
.ee-hero-slide-link:focus,
.ee-hero-slide-link:active {
  text-decoration: none !important;
  color: inherit;
}

.ee-hero-slide-link .ee-hero-shop-btn {
  pointer-events: none;
}

@media (max-width: 991.98px) {
  .ee-hero-slider .ee-hero-slide,
  .ee-hero-overlay {
    min-height: 560px;
  }

  .ee-hero-content {
    padding: 52px 0;
  }

  .ee-hero-layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .ee-hero-text-col {
    max-width: 100%;
  }

  .ee-hero-btn-col {
    width: 100%;
    justify-content: flex-start;
  }

  .ee-hero-text {
    font-size: 0.94rem;
    line-height: 1.5;
    max-width: 100%;
  }
}

@media (max-width: 575.98px) {
  .ee-hero-slider .ee-hero-slide,
  .ee-hero-overlay {
    min-height: 520px;
  }

  .ee-hero-title {
    font-size: 1.75rem;
    margin-bottom: 14px;
  }

  .ee-hero-text {
    font-size: 0.88rem;
    line-height: 1.45;
  }

  .ee-hero-shop-btn {
    min-width: auto;
  }

  .ee-event-topline {
    gap: 8px;
  }

  .ee-event-title-right {
    gap: 6px;
  }

  .ee-flag-circle {
    width: 26px;
    height: 26px;
  }
}