.side-navigation .side-nav-chapter a[href="#Bronze Medal"]:hover,
.side-navigation .side-nav-chapter a[href="#Bronze Medal"].active {
    text-decoration-color: #bf8970;
}
.side-navigation .side-nav-chapter a[href="#Competition Deliverables"]:hover,
.side-navigation .side-nav-chapter a[href="#Competition Deliverables"].active {
    text-decoration-color: #bf8970;
}
.side-navigation .side-nav-chapter a[href="#Project Attributions"]:hover,
.side-navigation .side-nav-chapter a[href="#Project Attributions"].active {
    text-decoration-color: #bf8970;
}
.side-navigation .side-nav-chapter a[href="#Contribution"]:hover,
.side-navigation .side-nav-chapter a[href="#Contribution"].active {
    text-decoration-color: #bf8970;
}


.side-navigation .side-nav-chapter a[href="#Silver Medal"]:hover,
.side-navigation .side-nav-chapter a[href="#Silver Medal"].active {
    text-decoration-color: #C0C0C0;
}
.side-navigation .side-nav-chapter a[href="#Engineering Success"]:hover,
.side-navigation .side-nav-chapter a[href="#Engineering Success"].active {
    text-decoration-color: #C0C0C0;
}
.side-navigation .side-nav-chapter a[href="#Human Practices"]:hover,
.side-navigation .side-nav-chapter a[href="#Human Practices"].active {
    text-decoration-color: #C0C0C0;
}


.side-navigation .side-nav-chapter a[href="#Gold Medal"]:hover,
.side-navigation .side-nav-chapter a[href="#Gold Medal"].active {
    text-decoration-color: #daa520;
}
.side-navigation .side-nav-chapter a[href="#Parts Collection"]:hover,
.side-navigation .side-nav-chapter a[href="#Parts Collection"].active {
    text-decoration-color: #daa520;
}
.side-navigation .side-nav-chapter a[href="#Measurement"]:hover,
.side-navigation .side-nav-chapter a[href="#Measurement"].active {
    text-decoration-color: #daa520;
}
.side-navigation .side-nav-chapter a[href="#Integrated Human Practices"]:hover,
.side-navigation .side-nav-chapter a[href="#Integrated Human Practices"].active {
    text-decoration-color: #daa520;
}





#Contribution > h3 { margin-bottom: 0.5rem; }       
#Contribution .block-with-icon { margin: 0.2rem 0; } 
#Contribution .block-with-icon:first-of-type { margin-top: 0.1rem; }

.block-with-icon .content { margin: 0; }            
.block-with-icon .content > p { 
  margin: 0.25rem 0;                                
}

.center-achievements {
    text-align: center;
    margin: 3rem 0 4rem;
}
.center-achievements h4{
    font-weight: normal;
}


.gold-medal-image{
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto 1rem;
    max-width: none;
    min-width: 0;
}


.achievement-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5rem;
    max-width: 900px;
    margin: 0 auto;
}

.achievement-card {
    flex: 1 1 200px;
    width: 100%;
    text-align: center;
}

.achievement-card h4{
    font-weight: normal;
}


.achievement-card img{
    width: 220px;
    height: 220px;
    object-fit: contain;
    display: block;
    margin: 0 auto 0.5rem;
}

.achievement-card img.best-human-practices{
    transform: scale(1.02);
    transform-origin: center;
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
    .achievement-card img{
        width: 180px;
        height: 180px;
    }
    .gold-medal-image{
        width: 180px;
        max-width: 180px;
        min-width: 180px;
    }
}

/*.block-with-icon { */
/*  display: flex;*/
/*  gap: 0.8rem;*/
/*  align-items: center;                               */
/*}*/
/*.block-with-icon img {*/
/*  width: 56px;*/
/*  height: 56px;*/
/*  object-fit: contain;*/
/*}*/

/*@media (max-width: 480px) {*/
/*  .block-with-icon img { width: 44px; height: 44px; }*/
/*}*/


/*.gold-medal {*/
/*    text-align: center;*/
/*    margin: 3rem 0 2rem;*/
/*}*/

/*.gold-medal-image {*/
/*    width: 220px;   */
/*    max-width: 220px;*/
/*    min-width: 220px;*/
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto 1rem;*/
/*}*/
/*.center-achievements {*/
/*    text-align: center;*/
/*    margin: 3rem 0 4rem;*/
/*}*/
/*.center-achievements h4{*/
/*    font-weight: normal;*/
/*}*/
/*.achievement-grid {*/

/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*        justify-content: center;*/
/*        gap:  5rem;*/
/*        max-width: 900px; !* 3 × 220px + 2 × 5rem gap ≈ 900px *!*/
/*        margin: 0 auto;*/

/*    !*display: grid;*!*/
/*    !*grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));*!*/
/*    !*max-width: 900px; !* 3 × 220px + 2 × gap *!*!*/
/*    !*margin: 0 auto;*!*/
/*    !*gap: 5rem 4rem;*!*/
/*    !*justify-items: center;*!*/

/*    !*display: flex;*!*/
/*    !*flex-wrap: wrap;*!*/
/*    !*justify-content: center;*!*/
/*    !*gap: 2.5rem 5rem;*!*/
/*}*/

/*.achievement-card {*/
/*    flex: 1 1 200px;           */
/*    !*max-width: 220px;        *!*/
/*    width: 100%;*/
/*    text-align: center;*/
/*}*/

/*.achievement-card img {*/
/*    max-width: 220px;   */
/*    height: auto;*/
/*    display: block;*/
/*    margin: 0 auto 0.5rem;*/
/*}*/

/*.achievement-card .achievement-best-infectious {*/
/*    max-width: 270px !important;*/
/*    margin-bottom: 1.8rem;*/
/*}*/

/*.achievement-card h4{*/
/*    font-weight: normal;*/
/*}*/

/*.achievement.best-human-practices img{*/
/*    height:auto;*/
/*    width: auto;*/
/*}*/