/* Custom styles for landing-campus-guide.php */

.trainer-img {
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.trainers-entry {
    border-radius: 0;
}

/* Override Bootstrap btn-outline-warning hover color if needed */
.btn-outline-warning:hover {
    color: #fff !important;
}

/* Ensure icons are aligned */
.icon-shield2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
