body { padding-bottom: 40px; } #calendar { max-width: 100%; margin: 0 auto; }
/* keep your existing styles, then add: */
.avatar-lg {
    width: 160px;
    height: 160px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.15);
    background: #f8f9fa;
}

.icon-tile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    padding: 1rem;
    border: 1px solid #e9ecef;
    border-radius: .75rem;
    cursor: pointer;
    text-decoration: none;
}

    .icon-tile:hover {
        background: #f8f9fa;
    }
.list-group-item.disabled {
    opacity: .6;
}

.list-group-item .badge {
    font-weight: 500;
}
