.class-price-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.class-row.courses-list .class-description h2 {
  margin-bottom: 20px !important;
}
.coureses-list-info-container {
  margin-bottom: 15px !important;
}
.coureses-list-info {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 5px !important;
}
.coureses-list-info img {
  max-width: 20px;
  max-height: 20px;
}
.coureses-list-info p {
  min-height: unset !important;
  margin: 0 !important;
}
.class-price {
  font-weight: 700;
}
body {
  scroll-behavior: smooth;
}

/* Responsywna siatka dla "Inne kursy prowadzącego" */
.column-3-responsive {
  width: 33.333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 30px;
  box-sizing: border-box;
}

/* Tablet - 2 kolumny (poniżej 768px) */
@media (max-width: 768px) {
  .column-3-responsive {
    width: 50%;
  }
}

/* Mobile - 1 kolumna (poniżej 536px) */
@media (max-width: 536px) {
  .column-3-responsive {
    width: 100%;
  }
}

/* Stylowanie sekcji "Inne kursy prowadzącego" */
.inne-kursy-prowadzacego {
  margin-top: 40px;
}

.inne-kursy-prowadzacego h3 {
  margin-bottom: 25px;
  color: #333;
}

/* Stylowanie linków w sekcji innych kursów */
.inne-kursy-prowadzacego .class-title-link,
.inne-kursy-prowadzacego .class-thumbnail-link {
  color: #595959 !important;
  text-decoration: none;
}

.inne-kursy-prowadzacego .class-title-link:hover,
.inne-kursy-prowadzacego .class-thumbnail-link:hover {
  color: #333 !important;
}

/* Stylowanie sekcji "Polecamy także" w sidebarze */
.polecamy-takze-widget {
  margin-bottom: 30px;
}

.polecamy-takze-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.polecamy-item {
  text-align: left;
}

.polecamy-image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  height: 150px; /* Ograniczona wysokość */
  position: relative;
}

.polecamy-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.polecamy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Przycina zdjęcie zachowując proporcje */
  display: block;
  transition: transform 0.3s ease;
}

.polecamy-image-link:hover img {
  transform: scale(1.05);
}

/* Używamy stylów z course-item dla tytułów */
.polecamy-takze-widget .class-title-link {
  color: #595959 !important;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
}

.polecamy-takze-widget .class-title-link:hover {
  color: #333 !important;
}

.polecamy-takze-widget h4 {
  margin: 0;
  font-size: 14px;
}

.no-image {
  background: #f0f0f0;
  padding: 40px 20px;
  color: #999;
  font-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Stylowanie "Inne kursy prowadzącego" - identyczne z "Polecamy także" */
.inne-kursy-prowadzacego-widget {
  margin-bottom: 30px;
}

.inne-kursy-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.inne-kursy-item {
  text-align: left;
}

.inne-kursy-image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 4px;
  height: 150px;
  position: relative;
}

.inne-kursy-image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.inne-kursy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.inne-kursy-image-link:hover img {
  transform: scale(1.05);
}

.inne-kursy-prowadzacego-widget .class-title-link {
  color: #595959 !important;
  text-decoration: none;
  text-align: left;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 500;
  display: block;
}

.inne-kursy-prowadzacego-widget .class-title-link:hover {
  color: #333 !important;
}

.inne-kursy-prowadzacego-widget h4 {
  margin: 0;
  font-size: 18px;
}

/* Media queries - responsive behavior */
/* "Polecamy także" - widoczne na wszystkich urządzeniach */
.polecamy-takze-widget {
  display: block;
}

/* "Inne kursy prowadzącego" - tylko na mobile/tablet (≤768px) */
.inne-kursy-prowadzacego {
  display: none;
}
.inne-kursy-prowadzacego-widget {
  display: block;
}

@media (min-width: 768px) {
  .inne-kursy-prowadzacego-widget {
    display: none;
  }
  .inne-kursy-prowadzacego {
    display: block;
  }
}
.dofinansowanie-btn {
  margin: -20px 0;
  display: block;
  text-align: center;
  padding: 8px 0;
  color: #1251a0;
  border: 2px solid #1251a0;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  transition: all 0.3s ease;
}
.dofinansowanie-btn:hover {
  background-color: #1251a0;
  color: #fff !important;
}
.inne-kursy-prowadzacego .courses-list {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
}
.inne-kursy-prowadzacego .column-3-responsive {
  width: 100% !important;
}

.inne-kursy-prowadzacego .courses-list .class-item {
  height: 100% !important;
}
