/* ============================= */
/* PROGRAMME.CSS – PROGRAMME PAGE */
/* ============================= */

#programme .section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  opacity: 0.9;
}

.programme-day {
  margin-bottom: 50px;
}

.programme-day h3 {
  color: #2c5e3f;
  margin-bottom: 15px;
}

.programme-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.programme-list li {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}

.programme-list .time {
  width: 130px;
  font-weight: 600;
  color: #1a1a1a;
}

.programme-list .activity {
  flex: 1;
}

.programme-note {
  margin-top: 40px;
  font-size: 0.95rem;
  opacity: 0.8;
  text-align: center;
}

.back-home {
  text-align: center;
  margin-top: 30px;
}

.location-badge {
    display: inline-block;
    padding: 0.25rem 0.6rem;
    font-size: 0.8rem;
    font-weight: 600;
    border-radius: 6px;
    margin-left: 0.5rem;
}

.badge-bratislava {
    background: var(--green-light);
    color: var(--green);
    border: 1px solid var(--green);
}

.badge-hruby-sur {
    background: var(--blue-light);
    color: var(--blue);
    border: 1px solid var(--blue);
}

/* EU FUNDING */
#eu-funding .eu-logo {
  text-align: center;
}

.eu-logo img {
  max-width: 220px;
  height: auto;
}

/* ADDRESS WITH THUMB */
/*
.address-with-thumb {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.address-thumb {
  width: 90px;
  height: auto;
  border-radius: 6px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.address-thumb:hover {
  opacity: 1;
}*/

.address-thumb-wrapper {
  display: block;
  text-align: center;
  margin: 0.5rem 0 1rem 0;
}

.address-thumb {
  width: 140px;
  height: auto;
  border-radius: 6px;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.address-thumb:hover {
  opacity: 1;
}
