/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 08:33:24 */
/* Enter Your Custom CSS Here */
.c-footer__site-info{
display: none !important;
}


#goodtab {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}



#goodtab tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

#goodtab th,
#goodtab td {
  padding: .625em;
  text-align: center;
}

#goodtab th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  #goodtab {
    border: 0;
  }

.gm-profiles img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 0.35rem;
  border-radius: 3px;
}
  
  #goodtab thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  #goodtab tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  #goodtab td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  #goodtab td::before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  #goodtab td:last-child {
    border-bottom: 0;
  }
}




/* ── Collab brand colors ── */
/* --collab-blue: #28404e   --collab-gold: #dca03c */

.gm-page {
  max-width: 820px;
  margin: 0 auto;
  font-family: inherit;
  line-height: 1.7;
  color: #2d2d2d;
}

.gm-page a {
  color: #28404e;
  text-decoration: none;
}
.gm-page a:hover {
  color: #dca03c;
  text-decoration: underline;
}

.gm-page h2, .gm-page h3, .gm-page h4 {
  padding: 0; margin: 0;
  font-weight: 700; line-height: 1.3;
}
.gm-page ul, .gm-page ol { list-style: none; padding: 0; margin: 0; }
.gm-page li { list-style: none; }
.gm-page p { margin: 0; }
.gm-page img { margin: 0; }

/* ── Hero Card ── */
.gm-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1.5rem;
  padding: 2rem 1.25rem;
  background: #f4f7f9;
  border-radius: 12px;
  border-left: 4px solid #dca03c;
  margin-bottom: 2.5rem;
}

.gm-hero > img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 2px 14px rgba(40,64,78,0.15);
}

.gm-hero-info h2 {
  margin: 0 0 0.25rem 0;
  font-size: 1.6rem;
  color: #28404e;
}

.gm-hero-info .gm-role-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #dca03c;
  margin: 0 0 0.4rem 0;
}

.gm-hero-info p {
  margin: 0.15rem 0;
  font-size: 0.9rem;
  color: #555;
}

.gm-hero-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.gm-hero-contact a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0.75rem;
  border: 1.5px solid #28404e;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #28404e;
  transition: background 0.18s, color 0.18s, border-color 0.18s;
}

.gm-hero-contact a:hover {
  background: #28404e;
  color: #fff;
  text-decoration: none;
}

/* ── Section headings ── */
.gm-page h2.gm-section {
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #28404e;
  border-bottom: 2px solid #dca03c;
  padding-bottom: 0.4rem;
  margin: 2.5rem 0 1.2rem 0;
}

/* ── Research interest pills ── */
.gm-interests-label {
  font-size: 0.82rem;
  font-weight: 700;
  color: #28404e;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.gm-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.gm-pills li {
  background: #fdf3dc;
  color: #6b4e10;
  padding: 0.28rem 0.8rem;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 500;
  border: 1px solid #f0d890;
}

/* ── Timeline ── */
.gm-timeline {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gm-timeline li {
  position: relative;
  padding-left: 1.4rem;
  margin-bottom: 1.2rem;
}

.gm-timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55rem;
  width: 8px;
  height: 8px;
  background: #dca03c;
  border-radius: 50%;
}

.gm-timeline .gm-degree {
  font-weight: 600;
  color: #1a1a1a;
  font-size: 0.93rem;
}

.gm-timeline .gm-where {
  font-size: 0.86rem;
  color: #555;
}

.gm-timeline .gm-note {
  display: block;
  font-size: 0.82rem;
  color: #888;
  font-style: italic;
  margin-top: 0.1rem;
}

/* ── Academic profiles ── */
.gm-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.gm-profiles a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.38rem 1rem;
  border: 1.5px solid #28404e;
  border-radius: 6px;
  font-size: 0.84rem;
  font-weight: 500;
  color: #28404e;
  transition: background 0.2s, color 0.2s;
}

.gm-profiles a:hover {
  background: #28404e;
  color: #fff;
  text-decoration: none;
}

.gm-profiles img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  border-radius: 3px;
}

/* ── Desktop layout ── */
@media (min-width: 768px) {
  .gm-hero {
    flex-direction: row;
    text-align: left;
    align-items: flex-start;
    padding: 2rem;
    gap: 2rem;
  }
  .gm-hero-contact { justify-content: flex-start; }
  .gm-hero > img { width: 180px; height: 180px; flex-shrink: 0; }
}

/* ── Course / Publication cards ── */
.gm-courses-heading {
  font-size: 1rem !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #28404e !important;
  border-bottom: 2px solid #dca03c !important;
  padding-bottom: 0.4rem !important;
  margin: 2rem 0 1rem 0 !important;
}

.gm-course-card {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem;
  background: #fff !important;
  border: 1px solid #dde3e7 !important;
  border-left: 4px solid #dca03c !important;
  border-radius: 8px !important;
  padding: 1.1rem 1.3rem !important;
  margin-bottom: 0.75rem !important;
  transition: box-shadow 0.2s;
}
.gm-course-card:hover {
  box-shadow: 0 4px 16px rgba(40,64,78,0.1) !important;
}

.gm-course-main { flex: 1; }

.gm-course-name {
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  color: #1e2d36 !important;
  line-height: 1.4 !important;
  margin-bottom: 0.3rem !important;
}
.gm-course-name a {
  color: #1e2d36 !important;
  text-decoration: none !important;
}
.gm-course-name a:hover {
  color: #b8852e !important;
  text-decoration: underline !important;
}

.gm-course-meta {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.15rem !important;
  font-size: 0.82rem !important;
  color: #637076 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gm-course-years {
  font-weight: 600 !important;
  color: #28404e !important;
  font-size: 0.78rem !important;
  letter-spacing: 0.03em;
}

.gm-course-location {
  font-size: 0.78rem !important;
  color: #28404e !important;
  font-weight: 600 !important;
}

.gm-course-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

/* ── Badges ── */
.gm-badge {
  display: inline-block !important;
  font-size: 0.68rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.07em;
  text-transform: uppercase !important;
  padding: 0.22rem 0.65rem !important;
  border-radius: 20px !important;
  white-space: nowrap;
  flex-shrink: 0;
  margin-top: 0.1rem;
}
.gm-badge-magistrale { background: rgba(220,160,60,0.15) !important; color: #7a5000 !important; border: 1px solid rgba(220,160,60,0.4) !important; }
.gm-badge-triennale  { background: rgba(40,64,78,0.1) !important;    color: #3a5a6e !important; border: 1px solid rgba(40,64,78,0.25) !important; }
.gm-badge-dottorato  { background: rgba(100,60,140,0.1) !important;  color: #5a3580 !important; border: 1px solid rgba(100,60,140,0.25) !important; }
.gm-badge-master     { background: rgba(30,120,90,0.1) !important;   color: #1a6040 !important; border: 1px solid rgba(30,120,90,0.25) !important; }
.gm-badge-review     { background: rgba(180,60,60,0.1) !important;   color: #8b2020 !important; border: 1px solid rgba(180,60,60,0.25) !important; }
.gm-badge-inpress    { background: rgba(100,60,140,0.1) !important;  color: #5a3580 !important; border: 1px solid rgba(100,60,140,0.25) !important; }

/* ── Past courses list ── */
.gm-past-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem;
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gm-past-item {
  display: flex !important;
  align-items: baseline !important;
  gap: 0.75rem;
  background: #fff !important;
  border: 1px solid #dde3e7 !important;
  border-radius: 6px !important;
  padding: 0.65rem 1rem !important;
  margin: 0 !important;
}
.gm-past-year {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #637076 !important;
  letter-spacing: 0.04em;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 70px;
}
.gm-past-name {
  font-size: 0.88rem !important;
  color: #1e2d36 !important;
}

/* ── Buttons ── */
.gm-course-btn {
  display: inline-block !important;
  margin-top: 0.6rem !important;
  padding: 0.28rem 0.85rem !important;
  border: 1.5px solid #28404e !important;
  border-radius: 20px !important;
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  color: #28404e !important;
  text-decoration: none !important;
  transition: background 0.18s, color 0.18s !important;
}
.gm-course-btn:hover {
  background: #28404e !important;
  color: #fff !important;
  text-decoration: none !important;
}

/* ── Year pills ── */
.gm-year-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.3rem !important;
  margin-top: 0.4rem !important;
}

.gm-year-pill {
  display: inline-block !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  color: #637076 !important;
  background: #f0f2f4 !important;
  border: 1px solid #d0d5d9 !important;
  border-radius: 20px !important;
  padding: 0.18rem 0.6rem !important;
  letter-spacing: 0.03em !important;
}

/* ── Affiliations ── */
.gm-affiliations {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: center;
  margin-top: 0.4rem;
}

.gm-affiliations a {
  display: inline-block;
  padding: 0.6rem 1rem;
  border: 1px solid #dde3e7;
  border-radius: 8px;
  background: #fff;
  transition: box-shadow 0.2s;
}

.gm-affiliations a:hover {
  box-shadow: 0 4px 12px rgba(40,64,78,0.12);
  text-decoration: none;
}

.gm-affiliations img {
  height: 48px;
  width: auto;
  display: block;
}

@media (max-width: 500px) {
  .gm-course-card { flex-direction: column !important; }
}

/* ── Menu Collab button ── */
.main-navigation ul li:last-child a {
  background: #28404e;
  color: #fff !important;

  padding: 0.6rem 1rem;
  border-radius: 20px;
  transition: background 0.2s;
}

.main-navigation ul li:last-child a:hover {
  background: #dca03c;
  color: #fff !important;
  text-decoration: none;
}

.gm-project-widget {
  background: #ffffff;
  border: 1px solid #d9e1e8;
  border-left: 4px solid rgb(0,62,94);
  padding: 24px;
  margin: 24px 0;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.gm-project-title {
  margin: 0 0 12px 0;
  font-size: 1.4rem;
  line-height: 1.3;
  color: rgb(0,62,94);
}

.gm-project-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
}