/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme per LearnDash su Kadence
Author: Giovanni Ercolano
Template: kadence
Version: 1.0
*/

/* Stili profilo spostati da functions.php */
.profile-logout-link{margin-left:10px;color:#000;text-decoration:none;font-weight:600}
.profile-sections{margin:0 0 2rem}
.profile-section{margin-bottom:1rem;padding:0.8rem;border:1px solid #eee;border-radius:6px;padding-top:18px}
.profile-section h3{margin-top:0;padding-bottom:8px;margin-bottom:8px}
.profile-section + .profile-section h3{margin-top:12px;padding-top:4px}
.profile-section p{margin:.3rem 0}
.profile-corsi ul{margin:0;padding-left:1.25rem}

/* Profile grid layout */
.profile-header{display:flex;gap:12px;align-items:center;margin-bottom:12px}
.profile-avatar img{border-radius:50%;width:96px;height:96px}
.profile-name h2{margin:0;font-size:1.25rem}
.profile-name .profile-email{margin:4px 0 0;color:#666;font-size:0.95rem}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.profile-item{display:flex;gap:12px;align-items:flex-start}
.profile-label{min-width:160px;font-weight:600;color:#222}
.profile-value{flex:1;color:#111}
.profile-value .profile-input{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px;background:transparent;color:#111;font-size:0.95rem}
.profile-value .profile-input[readonly]{background:transparent}
.profile-empty{color:#888;font-style:italic}

@media (max-width:720px){
  .profile-grid{grid-template-columns:1fr}
  .profile-label{min-width:120px}
  
  /* Fix homepage mobile: rimuovi min-height e cambia allineamento verticale */
  .kt-row-column-wrap.kt-row-valign-bottom {
    min-height: 0 !important;
    align-items: flex-start !important;
  }
}
