/* ===== Szare tło strony ===== */
/* Białe komponenty (tabele, kardy, listy) — patrz base.html <style> */

body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f0f2f5 !important;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.content-area {
  flex: 1;
}

/* Navbar */
.navbar.bg-body-tertiary {
  background-color: #ffffff !important;
}

/* CMS accent color for highlighted text fragments */
.text-accent {
  color: rgb(40, 134, 211);
}

.main_header {
  font-size: 80px;
}

.main_header_subtitle {
  font-size: 30px;
}

.secondary_header {
  font-size: 60px;
}

.secondary_header_subtitle {
  font-size: 20px;
}

.waiting_list_header {
  font-size: 45px;
  font-weight: bold;
}

.waiting-list-subtitle {
  font-size: 20px;
}

a {
  color: #303030;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #2878e0;
}

.price-card-title {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

.price-card-text {
  font-size: 16px;
}

.price-card-price {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  text-justify: auto;
}

.all_costs_table_header {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
