/*
  LAYOUT CUSTOM PER IL DETTAGLIO DELLA PERSONA.
*/


body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container {
  max-width: 1000px;
}


@media(max-width:1024px){
  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container aside.metadata-profile {
    display: none;
  }
}

@media(min-width:1024px){
  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container {
    display: block;
  }
}

@media(min-width:1024px){
  body.page-fellow_young_affiliate.directory main#main-content .structure {
    display: block;
  }

  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container {
    grid-template-areas: 'first second';
    display: grid;
    grid-template-columns: 280px 580px;
    gap: 0 3rem;
  }

  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container aside.metadata-profile{
    grid-area: first;
  }

  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container article{
    grid-area: second;
  }
}

@media(min-width:1280px){
  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container {
    grid-template-columns: 280px 580px;
  }
}

@media(min-width:1400px){
  body.page-fellow_young_affiliate.directory main#main-content .structure .custom-layout-container {
    grid-template-columns: 280px 850px;
  }
}
