.chat-wrapper .chatScreen ul li {
  font-weight: 400;
  font-size: 1em;
  color: #090808;
}
#agenda .event-item .time {
	margin-top: 5px;
}
@media (max-width: 767px) {
#agenda .accordion-button {
  font-size: 13px;
}
.speaker-name {
  font-size: 14px;
}
.agenda-tabs-container .tab-content h2 {
  font-size: 16px;
}
.agenda-tabs-container .tab-content .agenda-content .title {
  font-size: 16px;
}
.description {
  font-size: 12px;
}	
.logo2 {
	margin-bottom: 10px;
}
.image-right {
  margin-right: 1px !important;
}
.agenda-tabs-container .nav-link .name {
  font-size: 12px;
}
}
@media (min-width: 767px) {
#agenda .event-item .time {
  margin-top: 60px;
}
}
section h4 {
  text-align: center;
  margin-top: 20px;
}
.list {
 font-size: 16px;
}
.color-title {
	color: #135CA1;
	font-weight: 500;
	margin-bottom: 20px;
	text-align: left;
	border-bottom: 1px solid #E5B219;
	
}
.footer-links{
  margin-top: 20px;
  margin-top: 10px;
}
footer .footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}
.sponsor {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
footer .footer-menu_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
	justify-content: space-between;
  color: #FFFFFF;
}
footer .footer-menu_2 p {
  margin: 0;
}
footer .footer-menu_2 a {
  color: #FFFFFF;
}
.sub-text {
  text-align: left;
  margin-top: 18px;
}
.sub-text_2 {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #656666;
}
.details {
 margin-top: 4px;
}
.image-right{
  float: right;
  margin-top: 20px;
  margin-right: 20px;
} 

.terms {
  font-size: 0.875rem;
  line-height: 1.4;
}

/* Kontener headera */
#header.hero-banner {
    position: relative;
    overflow: hidden;
}

/* żeby overlay dobrze się skaluje razem z obrazkiem */
.hero-banner__img {
    display: block;
    width: 100%;
    height: auto;
}

/* ===== ODDYCHAJĄCA POŚWIATA NA PŁUCACH – DESKTOP ===== */
.hero-banner__lungs-pulse {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;

    /* desktop: płuca są z lewej, wysokość mniej więcej środek-góra */
    background:
        radial-gradient(circle at 18% 40%, rgba(120, 220, 255, 0.45), transparent 55%),
        radial-gradient(circle at 25% 35%, rgba(80, 180, 255, 0.25), transparent 70%);
    mix-blend-mode: screen;

    opacity: 0;
    transform-origin: 20% 40%;
    animation: lungsGlow 6s ease-in-out infinite;
}

@keyframes lungsGlow {
    0%, 100% {
        opacity: 0;
        transform: scale(1);
    }
    45%, 55% {
        opacity: 0.7;
        transform: scale(1.05);
    }
}

/* ===== MOBILE: inna grafika, inne położenie poświaty ===== */
@media (max-width: 768px) {
    #header.hero-banner {
        /* jeśli chcesz, możesz wymusić min-height,
           ale obrazek i tak go ustawi */
        min-height: 360px;
    }

    .hero-banner__lungs-pulse {
        /* na mobilce płuca są wyżej i bardziej na środku */
        background:
            radial-gradient(circle at 30% 28%, rgba(120, 220, 255, 0.5), transparent 55%),
            radial-gradient(circle at 38% 24%, rgba(80, 180, 255, 0.3), transparent 70%);
        transform-origin: 32% 26%;
    }
}

/* (opcjonalnie) żeby timer był nad poświatą */
#header .event-timer {
    position: relative;
    z-index: 2;
}