#top-slider-audiobook .carousel-caption {
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 20px !important;
    border-radius: 5px;
    bottom: 10% !important;
}

#top-slider-audiobook .carousel-caption a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

#top-slider-audiobook .carousel-caption a:hover {
    color: #FFD700;
    text-shadow: 0px 0px 5px rgba(255, 215, 0, 0.8);
}

@media (max-width: 575.98px) {
    #top-slider-audiobook .carousel-caption {
        font-size: 10px !important;
        padding: 2px !important;
        bottom: 4% !important;
    }

    #top-slider-audiobook .text-white {
        font-size: 10px !important;
    }
}

#audiobooks-row {
    display: flex;
    flex-wrap: wrap;
}

#audiobooks-row .audiobook-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
}

#audiobooks-row .card-header, .card-body, .card-footer {
    flex: 0 1 auto;
}

.social-footer-icon a {
    padding: 9px !important;
}

.social-footer-icon svg {
    width: 20px !important;
    height: 20px !important;
}

/* Reduce icon size on small screens */
@media (max-width: 576px) {
    .social-footer-icon svg {
        /* width: 16px !important;
        height: 16px !important; */
    }

    .social-footer-icon a {
        padding: 4px !important;
        margin: 0px !important;
    }

    .social-footer-icon {
        margin-bottom: 15px !important;
    }
}
