.birthday-slider-wrapper {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px 0;
    background: #fff;
}

.birthday-slider .birthday-slide {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin: 10px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
}

.birthday-slider .birthday-slide:hover {
    transform: translateY(-3px);
}

.birthday-slider .birthday-photo {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border: none;
    margin-bottom: 10px;
}

.birthday-slider .birthday-name {
    font-size: 18px;
    color: #222;
    margin: 0;
}

.no-birthdays {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin: 30px 0;
}
