.ev-banner {
  background: #fff3cd;
  border-bottom: 1px solid #ffc107;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #856404;
  position: relative;
  z-index: 1000;
}
.ev-banner-content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ev-banner-icon {
  font-size: 18px;
}
.ev-banner-btn {
  background: none;
  border: none;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
}
.ev-banner-btn:hover {
  color: #333;
}
.ev-banner-close {
  background: none;
  border: none;
  font-size: 20px;
  color: #856404;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}