/* ===== GRID LAYOUT ===== */
.view-osztalyok-modern .view-content, .view-osztalyok-erettsegi .view-content {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ===== RESET (DRUPAL VIEW GRID PROBLÉMÁK FIX) ===== */
.view-osztalyok-modern .views-row, .view-osztalyok-erettsegi .views-row {
  width: 100% !important;
  max-width: none !important;
}

/* ha ilyen wrapper van */
.view-osztalyok-modern .views-view-grid, .view-osztalyok-erettsegi .views-grid {
  display: contents;
}

/* ===== CARD ===== */
.view-osztalyok-modern .views-row, .view-osztalyok-erettsegi .views-row {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: all 0.25s ease;
  text-align: center;
  position: relative;
}

.view-osztalyok-modern .views-row:hover, .view-osztalyok-erettsegi .views-row:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

/* ===== IMAGE ===== */
.view-osztalyok-modern img, .view-osztalyok-erettsegi img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.view-osztalyok-modern .views-row:hover img, .view-osztalyok-erettsegi .views-row:hover img {
  transform: scale(1.05);
}

/* ===== BADGE (OSZTÁLY pl. 10.A) ===== */
.view-osztalyok-modern .views-field-field-osztaly, .view-osztalyok-erettsegi .views-field-field-osztaly {
  display: inline-block;
  background: #e3f2fd;
  color: #1976d2;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  margin: 12px 0 6px;
}

/* ===== NAME ===== */
.view-osztalyok-modern .views-field-title, .view-osztalyok-erettsegi .views-field-title {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px;
  color: #333;
  word-break: normal;
  overflow-wrap: break-word;
}

/* ===== LINK ===== */
.view-osztalyok-modern .views-row a, .view-osztalyok-erettsegi .views-row a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* ===== MOBILE ===== */
@media (max-width: 900px) {
  .view-osztalyok-modern .view-content, .view-osztalyok-erettsegi .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .view-osztalyok-modern .view-content, .view-osztalyok-erettsegi .view-content {
    grid-template-columns: 1fr;
  }
}


/* ===== GOMB WRAPPER ===== */
.view-osztalyok-modern .erettek {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

/* ===== GOMB ===== */
.view-osztalyok-modern .erettek a {
  display: inline-block;
  padding: 10px 18px;
  border: 2px solid #1976d2;
  color: #1976d2;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 500;
  background: #fff;
  transition: all 0.25s ease;
}

/* HOVER */
.view-osztalyok-modern .erettek a:hover {
  background: #1976d2;
  color: #fff;
  box-shadow: 0 6px 14px rgba(25,118,210,0.3);
  transform: translateY(-2px);
}

.view-osztalyok-modern .views-field-field-osztaly {
  font-size: 16px;
  font-weight: 600;
}

.view-osztalyok-modern .views-field-title {
  font-size: 18px;
  font-weight: 600;
}

/*osztályok-belső*/

/* ===== CSAK EZ AZ OLDAL ===== */
.node--type-osztalyok.ds-2col {

}

/* ===== KÉP FINOMÍTÁS ===== */
.node--type-osztalyok.ds-2col .group-left img {
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

/* ===== OSZTÁLYFŐNÖK ===== */
.view-osztalyfonok {
  margin-bottom: 15px;
}

.view-osztalyfonok a {
  color: #1976d2;
  font-weight: 600;
  text-decoration: none;
}

/* ===== DIÁK LISTA – CSAK JOBB OSZLOP ===== */

/* FONTOS: csak group-right-ben lévő lista! */
.node--type-osztalyok.ds-2col .group-right ul {
  list-style: none;
  padding: 0;
  margin: 0;

  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
}

/* lista elemek */
.node--type-osztalyok.ds-2col .group-right ul li {
  background: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
  font-size: 14px;
  transition: 0.2s;
}

/* hover */
.node--type-osztalyok.ds-2col .group-right ul li:hover {
  background: #e3f2fd;
}

/* ===== SPACING ===== */
.node--type-osztalyok.ds-2col .group-left {
  padding-right: 20px;
}

.node--type-osztalyok.ds-2col .group-right {
  padding-left: 20px;
}

/* ===== MOBIL ===== */
@media (max-width: 768px) {
  .node--type-osztalyok.ds-2col .group-right ul {
    grid-template-columns: 1fr;
  }
}

/* ===== OSZTÁLYFŐNÖK BLOKK ===== */
.view-osztalyfonok {
  font-size: 18px;
  margin-bottom: 18px;
}

/* "Osztályfőnök:" címke */
.view-osztalyfonok strong {
  font-size: 16px;
  color: #555;
  margin-right: 6px;
}

/* név */
.view-osztalyfonok a {
  font-size: 20px;
  color: #1976d2;
  font-weight: 600;
  text-decoration: none;
}

/* hover */
.view-osztalyfonok a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
.contextual-region.node.node--type-osztalyok.node--view-mode-full.ds-2col.clearfix {
    display: grid;
}
}

