.load-more {
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 50px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.load-more:hover {
    cursor: pointer;
    background-color: rgb(226, 136, 17);
    transform: scale(1.2); /* Vergrößert das Element um 10% */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Optionale Schatteneffekte für den Hover-Effekt */
    z-index: 2;
}



.arrows-icons {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.detail-btn {
    width: 30%;
    cursor: pointer;
}