.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;
}
.logo2 {
	margin-bottom: 10px;
}
#agenda .buttons {
  margin-top: 8px;
  margin-bottom: 24px;
}
.disp_desk{
  display: none !important;
}
.mgr {
  margin-top: 20px;
}
}
@media (min-width: 992px) {
	.cel {
padding-left: 30px;
}
.disp_mob{
  display: none !important;
}
}
section h4 {
  text-align: center;
  margin-top: 20px;
}
.list {
 font-size: 16px;
}
.color-title {
	color: #B90066;
	font-weight: 600;
}
.footer-links{
  margin-top: 1px;
}
footer .footer-links a {
  color: #FFFFFF;
  text-decoration: none;
}
.sponsor {
	display: flex;
	justify-content: center;
}
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: center;
  margin-top: 18px;
  font-size: 16px;
}
.sub-text_2 {
  text-align: center;
  margin-top: 24px;
  font-size: 14px;
  color: #ffffff;
}
.details {
 margin-top: 4px;
}
#agenda .event-item .lector {
  margin-bottom: 20px;
}
#header {
  align-items: center;
  margin-top: 2px;
}
.year {
  font-weight: 300;
}
.footer-left {
  --accent: #ffffff;
  --icon-size: 34px;
  margin-top: 30px;
}

.footer-item {
  display: flex;
  align-items: center;
  gap: .75rem;
}

.footer-item + .footer-item { margin-top: .35rem; }

.footer-item .icon {
  width: var(--icon-size);
  height: var(--icon-size);
  flex: 0 0 var(--icon-size);
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--accent);
}

.footer-item .icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
}

.footer-item .content strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.1;
}

.footer-links li + li { margin-top: .25rem; }
.footer-links a { text-decoration: none; color: inherit; }
.footer-links a:hover { text-decoration: underline; }
.content {
color: #ffffff;
}
.btn-pink, .btn-white {
  border-radius: 10px;
}
.event-timer {
  border-radius: 20px;
}
.event-timer .button .btn {
  border-radius: 10px;
}
.promo{
	font-size: 1.1rem;
	color: #337ABE;
	font-weight: 500;
	margin-bottom: 20px;
}
.button-3 {
	display: flex;
	justify-content: center;
}
.center{
  text-align:center;
}
.galeria-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  align-items: flex-start;
  gap: 32px;
}
.galeria-5 img {
  width: 180px; 
  height: auto;
  border-radius: 8px;
  display: block;
}
.bg_heart{
  background-color: #E9F1F9;
  padding: 20px;
}
.mrg-har{
	margin-top: 20px;
	font-size: 22px;
}
.mrg{
	margin-top: 20px;
}
footer {
  margin-top: 50px;
  background-color: #4D4C4E;
  padding-top: 10px;
  padding-bottom: 0px;
}
h5, .h5 {
  font-size: 1.4rem;
}
#main-navbar .nav-item {
  font-size: 22px;
}
#agenda .event-item .lector {
  font-weight: 500;
}
.input-group-text, .form-control {
  border-radius: 10px;
}
footer .contact-widget .form-control {
  border-radius: 10px;
}
.form-check-input[type="checkbox"] {
  border-radius: 5px;
}
#main-navbar .nav-item {
  margin-left: 10px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
  margin-top: 20px;
}
.med {
   display: flex;
  justify-content: end;
}

.full-bleed {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;             
  margin-left: -50vw;       
  margin-right: -50vw;     
  display: block;
}

.hr-thick {
  border: 0;
  height: 3px;
  background: #3DC5E9;
}
.copy{
  font-size: 16px;
}
.agenda-wrapper {
  position: relative;
  margin-bottom: 1rem;
}

.agenda-content {
  --agenda-collapsed: 500px; 
  position: relative;
  overflow: hidden;
}

.agenda-content.is-collapsed {
  max-height: var(--agenda-collapsed);
}

.agenda-content.is-collapsed::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 6rem; 
  background: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none; 
}

.agenda-toggle {
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: rgba(255, 255, 255, 0.9);
  border-radius: .375rem;
  border: 2px solid #FBB327;
  padding: .375rem .75rem;
  font-weight: 600;
  color: #337ABE;
  cursor: pointer;
}

.agenda-toggle:hover,
.agenda-toggle:focus {
  background: #fff;
  outline: none;
}

.agenda-toggle.is-hidden { 
	display: none; 
}
.mgr {
    margin-top: 30px;
}
.materials {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
@media (max-width: 1400px) {
	.galeria-5 img {
  width: 140px; 
}
}
/* Na mobile (do md) – mniejsze i od lewej */
@media (max-width: 767.98px) {
  .navbar-logo {
    max-height: 50px;   /* trochę mniejsze logo na mobile */
  }
  #main-navbar .navbar-brand {
    margin-right: auto; /* logo do lewej */
  }
  #main-navbar .navbar-toggler {
    margin-left: auto;  /* hamburger do prawej */
  }
#agenda .event-item .lector {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}
element {
  font-weight: 700;

}
h5, .h5 {
  font-size: 1.2rem;
}
p {
  margin-bottom: 0rem;
}
section {
  margin-bottom: 30px;
}
.mrg{
	margin-top: 10px;
}
.event-timer {
  padding-top: 5px;
  padding-bottom: 10px;
}
}
.link-clean {
  text-decoration: none;
  color: inherit;
  display: block; /* obejmuje cały nagłówek */
  transition: opacity 0.2s ease-in-out;
}

.link-clean:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.85; /* delikatne przyciemnienie/rozjaśnienie */
}