/* ==================================================
   Add your own style here. This file will overide properties described in any other css file.
================================================== */

.devocional-list-item .btn {
    transition: all 0.3s ease;
}
.devocional-list-item .btn:hover {
    background-color: #008cae !important; /* Un tono de azul un poco más oscuro */
    transform: translateY(-2px); /* Eleva el botón sutilmente */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

