:where(.entry-content, .wp-site-blocks) .kronokod-elemzo-grid{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:24px;
  margin:36px 0;
}

:where(.entry-content, .wp-site-blocks) .kronokod-elemzo-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:28px;
  transition:transform .12s ease, box-shadow .12s ease;
}

:where(.entry-content, .wp-site-blocks) .kronokod-elemzo-card:hover{
  transform:translateY(-2px);
  box-shadow:0 10px 24px rgba(0,0,0,.08);
}

:where(.entry-content, .wp-site-blocks) .elemzo-top{
  display:flex;
  gap:14px;
  align-items:flex-start;
  margin-bottom:14px;
}

:where(.entry-content, .wp-site-blocks) .elemzo-photo{
  width:84px;
  height:84px;
  border-radius:14px;
  overflow:hidden;
  background:rgba(0,0,0,.04);
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

:where(.entry-content, .wp-site-blocks) .elemzo-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

:where(.entry-content, .wp-site-blocks) .elemzo-avatar-fallback{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:700;
  letter-spacing:.06em;
  font-size:22px;
  opacity:.75;
  background:linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}

:where(.entry-content, .wp-site-blocks) .elemzo-head{ flex:1; min-width:0; }
:where(.entry-content, .wp-site-blocks) .elemzo-name{ margin:0; font-size:1.05em; line-height:1.25; display:inline-block; }
:where(.entry-content, .wp-site-blocks) .elemzo-location{ margin-top:6px; opacity:.75; font-size:.92em; }
:where(.entry-content, .wp-site-blocks) .elemzo-availability{ margin-top:6px; opacity:.7; font-size:.88em; }

:where(.entry-content, .wp-site-blocks) .elemzo-section{ margin-top:12px; }
:where(.entry-content, .wp-site-blocks) .elemzo-label{
  font-size:.78em;
  letter-spacing:.02em;
  opacity:.7;
  margin-bottom:6px;
  text-transform:uppercase;
}

:where(.entry-content, .wp-site-blocks) .elemzo-tags{ display:flex; flex-wrap:wrap; gap:8px; }
:where(.entry-content, .wp-site-blocks) .tag{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:.82em;
  background:rgba(0,0,0,.05);
}

:where(.entry-content, .wp-site-blocks) .elemzo-link{ margin-top:14px; }
:where(.entry-content, .wp-site-blocks) .elemzo-link a{ text-decoration:none; font-weight:600; }

@media (max-width: 820px){
  :where(.entry-content, .wp-site-blocks) .kronokod-elemzo-grid{ grid-template-columns:1fr; }
  :where(.entry-content, .wp-site-blocks) .elemzo-photo{ width:72px; height:72px; }
}


/* //////////////////////////////////////////
/* ---- Egyéni elemző profil (single) ---- */
/* //////////////////////////////////////////
*/

:where(.entry-content, .wp-site-blocks) .kronokod-elemzo-profile{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:22px;
  background:#fff;
  margin:24px 0;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-head{
  display:flex;
  gap:18px;
  align-items:flex-start;
  margin-bottom:18px;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-photo{
  width:120px;
  height:120px;
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.04);
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-avatar{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.06em;
  font-size:30px;
  opacity:.75;
  background:linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}

:where(.entry-content, .wp-site-blocks) .kk-profile-meta{
  flex:1;
  min-width:0;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-name{
  margin:0;
  font-size:1.6em;
  line-height:1.15;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-sub{
  margin-top:10px;
  opacity:.75;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-badges{
  margin-top:10px;
}

:where(.entry-content, .wp-site-blocks) .kk-badge{
  display:inline-flex;
  align-items:center;
  padding:6px 12px;
  border-radius:999px;
  font-size:.85em;
  background:rgba(0,0,0,.06);
}

:where(.entry-content, .wp-site-blocks) .kk-profile-block{
  margin-top:18px;
}

:where(.entry-content, .wp-site-blocks) .kk-block-title{
  font-size:.82em;
  letter-spacing:.02em;
  opacity:.7;
  text-transform:uppercase;
  margin-bottom:8px;
}

:where(.entry-content, .wp-site-blocks) .kk-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

:where(.entry-content, .wp-site-blocks) .kk-tag{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  font-size:.9em;
  background:rgba(0,0,0,.05);
}

:where(.entry-content, .wp-site-blocks) .kk-bio{
  line-height:1.65;
  opacity:.95;
}

:where(.entry-content, .wp-site-blocks) .kk-links{
  margin:0;
  padding-left:18px;
}

:where(.entry-content, .wp-site-blocks) .kk-link-label{
  font-weight:600;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-footnote{
  margin-top:18px;
  font-size:.92em;
  opacity:.75;
  padding-top:14px;
  border-top:1px solid rgba(0,0,0,.08);
}

@media (max-width: 820px){
  :where(.entry-content, .wp-site-blocks) .kk-profile-head{
    flex-direction:column;
    align-items:flex-start;
  }
  :where(.entry-content, .wp-site-blocks) .kk-profile-photo{
    width:104px;
    height:104px;
  }
}

/*
 * ///////////////////////////////////////////
/*
/* ---- Elemző hero (66/33) ---- */
:where(.entry-content, .wp-site-blocks) .kronokod-elemzo-profile{
  border:0;
  padding-right:75;
  padding-left:75;
  background:transparent;
}

:where(.entry-content, .wp-site-blocks) .kk-hero{
  display:grid;
  grid-template-columns: 2fr 1fr; /* ~66/33 */
  gap:24px;
  padding:28px;
  border-radius:20px;
	background: linear-gradient(
  	35deg,
	rgba(255, 155, 255, 0.8),
	rgba(255, 155, 255, 0.2)
	);
  margin: 24px 0 18px;
  margin-left: 75px;
  margin-right:75px;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-left{
  min-width:0;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-name{
  margin:0;
  font-size:1.9em;
  line-height:1.1;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-tagline{
  margin-top:10px;
  font-size:1.3em;
  opacity:.85;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-tagline--empty{
  display:none;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-sub{
  margin-top:10px;
  opacity:.75;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-badges{
  margin-top:14px;
}


:where(.entry-content, .wp-site-blocks) .kk-hero-right{
  display:flex;
  align-items:stretch;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-photo{
  //* height:450px; jó */
   //*width:100%;*/
  min-height:160px;
  border-radius:18px;
  overflow:hidden;
  background:rgba(0,0,0,.04);
  display:flex;
  align-items:center;
  justify-content:center;
}

:where(.entry-content, .wp-site-blocks) .kk-hero-photo img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* A korábbi avatar fallback is jó lesz ide */
:where(.entry-content, .wp-site-blocks) .kk-hero-photo .kk-profile-avatar{
  width:100%;
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:800;
  letter-spacing:.06em;
  font-size:34px;
  opacity:.75;
  background:linear-gradient(135deg, rgba(0,0,0,.06), rgba(0,0,0,.02));
}

/* A blokkok az hero alatt */
:where(.entry-content, .wp-site-blocks) .kk-profile-block{
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  background:#fff;

}

/* A blokkok az hero alatt */
:where(.entry-content, .wp-site-blocks) .kk-profile-block2{
  border:1px solid rgba(0,0,0,.08);
  border-radius:18px;
  padding:18px;
  background:#fff;
  margin-left:75px;
  margin-right:75px;
}

:where(.entry-content, .wp-site-blocks) .kk-profile-footnote{
  border-top:0;
  margin-top:14px;
  padding-top:0;
  opacity:75;
  font-size:0.7em;
  margin-left:75px;
}

@media (max-width: 820px){
  :where(.entry-content, .wp-site-blocks) .kk-hero{
    grid-template-columns:1fr;
  }
  :where(.entry-content, .wp-site-blocks) .kk-hero-photo{
    min-height:220px;
  }
} 

:where(.entry-content, .wp-site-blocks) .kk-block-title-sub{
  font-size:.82em;
  letter-spacing:.02em;
  opacity:.7;
  text-transform:uppercase;
  margin-bottom:8px;
}

/* egyéni szerkesztő oldal, adataim */
:where(.entry-content, .wp-site-blocks) .kk-myprofile{
  border:1px solid rgba(0,0,0,.10);
  border-radius:18px;
  padding:22px;
  background:#fff;
  margin:24px 0;
}

:where(.entry-content, .wp-site-blocks) .kk-myprofile .kk-save{
  margin-top: 12px;
}

/*/////////////////////////////////
// Adataim oldal szerkeszésekor ///
*/

/* ACF instrukciók – felhasználóbarát megjelenés */
.kk-myprofile .acf-field .acf-instructions{
  display: block;
  margin-top: 6px;
  font-size: 0.85em;
  opacity: 0.7;
}

//////


/* Adataim oldal – alap layout */
.kk-myprofile .acf-form-fields{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px 28px;
}

/* bio teljes szélesség*/
.kk-myprofile .acf-field[data-name="bio_short"]{
  grid-column: 1 / -1;
}

/* ACF mezők esztétika */
.kk-myprofile .acf-field label{
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.kk-myprofile .acf-input input[type="text"],
.kk-myprofile .acf-input input[type="url"],
.kk-myprofile .acf-input textarea{
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
  font-size: 0.95em;
}

.kk-myprofile .acf-input textarea{
  min-height: 140px;
  resize: vertical;
}

/* Profilkép mező */
.kk-myprofile .acf-image-uploader{
  border: 1px dashed rgba(0,0,0,.2);
  border-radius: 14px;
  padding: 16px;
  background: rgba(0,0,0,.02);
}

.kk-myprofile .acf-image-uploader img{
  border-radius: 12px;
}

.kk-myprofile .acf-form-submit{
  grid-column: 1 / -1;
  margin-top: 24px;
}

.kk-myprofile .acf-form-submit button{
  padding: 12px 122px;
  border-radius: 999px;
  font-weight: 600;
  background: #33CC00;
  cursor: pointer;
}

/* mentés – középre */
.kk-myprofile .acf-form-submit button{
  margin: 0 0 16px;
  text-align: center;
}

/* Mentés utáni üzenet kiemelése (/adataim) */
.kk-myprofile #message.updated{
  margin: 0 0 18px;
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.kk-myprofile #message.updated p{
  margin: 0;
  font-weight: 700;
    border-left: 10px solid #33CC00;
}


/* Mobil */
@media (max-width: 820px){
  .kk-myprofile .acf-form-fields{
    grid-template-columns: 1fr;
  }
  .kk-myprofile .acf-field[data-name="location"],
  .kk-myprofile .acf-field[data-name="online"],
  .kk-myprofile .acf-field[data-name="in_person"],
  .kk-myprofile .acf-field[data-name="show_in_directory"]{
    grid-column: 1 / -1;
  }
}

/* Megnézem a profilom link */
.kk-profile-preview-link{
  margin-bottom: 16px;
}

.kk-profile-preview-link a{
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
}

.kk-profile-preview-link a:hover{
  background: rgba(0,0,0,.06);
}

/* Megnézem a profilom link – középre */
.kk-profile-preview-link{
  margin: 0 0 16px;
  text-align: center;
}
.kk-profile-preview-link a{
  margin: 0 auto;
}


/* Elemző profil – vissza gomb */
/* Elemző profil – vissza gomb (letisztult) */
/* Elemző profil – vissza gomb (ugyanaz a stílus, mint a profil link) */
.kk-elemzo-back{
  margin: 8px 0 0;
  text-align: center;
}

.kk-elemzo-back a{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  
  min-height: 50px;
  box-sizing: border-box; 
  line-height: 1; 

  padding: 0px 16px;
  border-radius: 999px;

  font-weight: 600;
  text-decoration: none;

  color: #2a5bd7; /* ugyanaz a kék érzet */
  background: rgba(0,0,0,.03);
  border: 1px solid rgba(0,0,0,.15);

  transition: background .15s ease;
}

.kk-elemzo-back a:hover{
  background: rgba(0,0,0,.06);
}


/*//LOGIN */
/* Login blokk – alap */
#kronokod-loginform{
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}

#kronokod-loginform p{
  margin: 0 0 12px;
}

#kronokod-loginform{
  max-width: 420px;
  margin: 0 auto;
}

#kronokod-loginform label{
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

#kronokod-loginform input[type="text"],
#kronokod-loginform input[type="password"]{
  width: 90%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
}

#kronokod-loginform input[type="submit"]{
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
  cursor: pointer;
}

#kronokod-loginform input[type="submit"]:hover{
  background: rgba(0,0,0,.06);
}

#kronokod-loginform input[type="submit"]{
  width: auto;
  min-width: 140px;
}

.kk-login-links{
  margin-top: 10px;
}

.kk-login-links{
  text-align: center;
}

.kk-login-msg{
  border-radius: 14px;
  padding: 10px 12px;
  margin: 0 0 12px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(0,0,0,.04);
}

.kk-login-msg--error{
  border-left: 6px solid #d92d20;
}

.kk-pill{
  display:inline-flex;
  align-items:center;
  padding: 8px 16px;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
}
.kk-pill:hover{ background: rgba(0,0,0,.06); }


/* Bejelentkezve állapot – kártya */
.kk-login-loggedin{
  max-width: 420px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(0,0,0,.03);
  text-align: center;
}

.kk-login-loggedin p{
  margin: 0 0 14px;
  font-weight: 500;
}

/* Lost password form – ugyanaz a stílus, mint a login */
#lostpasswordform{
  max-width: 420px;
  margin: 0 auto;
  border: 1px solid rgba(0,0,0,.10);
  border-radius: 18px;
  padding: 18px;
  background: #fff;
}

#lostpasswordform p{ margin: 0 0 12px; }

#lostpasswordform label{
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}


#lostpasswordform input[type="text"]{
  width: 90%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
}

#lostpasswordform input[type="submit"]{
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  border: 1px solid rgba(0,0,0,.15);
  background: rgba(0,0,0,.03);
  cursor: pointer;
}

#lostpasswordform input[type="submit"]:hover{
  background: rgba(0,0,0,.06);
}

/* Lost password – scoped, hogy ne írja felül a téma */
.kk-lostpass #lostpasswordform{
  max-width: 420px !important;
  margin: 0 auto !important;
  border: 1px solid rgba(0,0,0,.10) !important;
  border-radius: 18px !important;
  padding: 18px !important;
  background: #fff !important;
}

.kk-lostpass #lostpasswordform p{
  margin: 0 0 12px !important;
}

.kk-lostpass #lostpasswordform label{
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.kk-lostpass #lostpasswordform input[type="text"]{
  width: 100% !important;
  padding: 10px 12px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0,0,0,.15) !important;
}

.kk-lostpass #lostpasswordform input[type="submit"]{
  padding: 10px 18px !important;
  border-radius: 999px !important;
  font-weight: 600 !important;
  border: 1px solid rgba(0,0,0,.15) !important;
  background: rgba(0,0,0,.03) !important;
  cursor: pointer !important;
}

.kk-lostpass #lostpasswordform input[type="submit"]:hover{
  background: rgba(0,0,0,.06) !important;
}