.award-title{
    background:#1e88e5;
    color:#fff;
    padding:15px;
    margin:40px 0 25px;
    text-align:center;
    font-size:26px;
    font-weight:600;
    border-radius:8px;
}

.award-card{
    border:1px solid #ddd;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
    margin-bottom:30px;
    background:#fff;
}

.award-year{
    background:#f57c00;
    color:#fff;
    text-align:center;
    padding:8px;
    font-weight:600;
}

.photo-wrap{
    position:relative;
}

.photo-wrap img{
    width:100%;
    height:280px;
    object-fit:cover;
}

.social-overlay{
    position:absolute;
    bottom:10px;
    right:10px;
    z-index:20;
    display:flex;
    gap:8px;
}

.social-overlay a{
    background:rgba(0,0,0,0.75);
    width:36px;
    height:36px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    transition:0.3s;
}

.social-overlay a:hover{
    background:#0d6efd;
}

.social-overlay i{
    color:#fff !important;
    font-size:16px;
}

.award-body{
    padding:15px;
    text-align:center;
}

.award-body h5{
    margin-bottom:5px;
    font-weight:700;
}

.award-body p{
    margin:0;
    font-size:14px;
    color:#555;
}
