.upcoming-appointments__wrap {
    margin-top: 30px;
}

.upcoming-appointments__wrap h3 {
    margin: 0 0 15px 0 !important;
    padding: 0;
}

.upcoming-appointment {
    display: flex;
    flex-direction: row;
    background: #f9f7f7;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #f9f7f7;
    margin-bottom: 15px;
}

.upcoming-appointment:hover {
    border-color: var(--links-normal-color, #5bc0de);
}

.upcoming-appointment__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming-appointment__image {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    border-radius: 100%;
    overflow: hidden;
    background: #fff;
}

.upcoming-appointment__title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.upcoming-appointment__info {
    color: #555;
}

.upcoming-appointment__staff-image {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 5px;
    background: #fff;
}

.upcoming-appointment__staff {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}