/* Banner styling */
.bs-eu-banner {
  background: #cfe8ff;
  padding: 12px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}
.bs-eu-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.bs-eu-flag {
  height: 40px;
  width: auto;
}
.bs-eu-texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
.bs-eu-title {
  font-weight: bold;
  font-size: clamp(1.2rem, 3vw, 1.8rem);
  color: #1b1f23;
}
.bs-eu-subtitle {
  font-size: clamp(1rem, 2.5vw, 1.2rem);
  color: #1b1f23;
}
@media (max-width: 576px) {
  .bs-eu-flag {
    height: 32px;
  }
}
