.col-lg-6.col-md-6.col-sm-6.col-xs-12.views-row {
    text-align: center;
    padding-bottom: 40px;
}

.layout--onecol {
  text-align: center;
  padding: 40px 20px;
  background: #f5f7fa;
}

.profile-image img {
  width: 220px;
  height: unset;
  object-fit: cover;
  border-radius: unset;
  margin-bottom: 20px;
}

.profile-name {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.profile-subtitle {
  font-size: 18px;
  color: #666;
}


/* ikonok 
.profile-email::before {
  content: "✉️";
}

.profile-osztaly::before {
  content: "🏫";
}

.profile-mk::before {
  content: "👥";
}
.profile-fokozat::before {
  content: "🎖️";
}

*/

/* cím */
.profile-card .field__label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.profile-card:hover {
  transform: translateY(-3px);
  transition: 0.2s ease;
}

.profile-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  margin: 0 auto 16px auto;   /* középre rakja */
  max-width: 600px;           /* nem lesz teljes széles */
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  position: relative;
}


.profile-card::before {
  left: 14px;
  top: 16px;
  font-size: 18px;
}



.field__label {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.layout--twocol-section {
    display: flex;
    align-items: center;
    width: 70%;
    text-align:center;
  

}


.node__meta {
    display: none;
}

/* összetolás */
.profile-card.profile-mk + .profile-card.profile-mk {
  margin-top: -12px; /* erősebb összehúzás */
}

/* összes MK kártya */
.profile-card.profile-mk {
  border-radius: 0;
  box-shadow: none; /* eltüntetjük az egyedi árnyékot */
}

/* csak az első kap felső lekerekítést */
.profile-card.profile-mk:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
}

/* csak az utolsó kap alsó lekerekítést */
.profile-card.profile-mk:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  margin-bottom: 16px;
}

/* belső elválasztó vonal */
.profile-card.profile-mk + .profile-card.profile-mk::before {
  content: "";
  position: absolute;
  left: 44px;
  right: 20px;
  top: 0;
  height: 1px;
  background: #e5e7eb;
}

h3.iskolavazetes-fejlec {
    display: ruby-text;
}

span.munka-gomb 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;
    font-size: x-large;
    float: right;
    text-transform: uppercase;
}

.munka-fejlec {
    display: block;
}

span.munka-gomb a:hover {
    background: #1976d2;
    color: #fff;
    box-shadow: 0 6px 14px rgba(25, 118, 210, 0.3);
    transform: translateY(-2px);
}
