.mySlides { width: 100%; }
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;     
    height: 40px;     
    background: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: background 0.2s;
}
.prev { left: 15px; }  
.next { right: 15px; } 
.prev:hover, .next:hover {
    background: rgba(255, 255, 255, 0.5);
}
.card-body { min-height: 120px; display: flex; flex-direction: column; justify-content: center; }