.category-item {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    background-color: #fff0;
    transition: background-color 0.3s ease
}

.category-content {
    position: static !important;
    background: #fff !important;
    padding: 15px 0 !important
}

.category-inner .theme-btn {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important
}

.category-item .cat__title a {
    color: #254485
}

.category-item .cat__meta {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    color: #254485
}

.category-item:hover {
    background-color: #254485 !important
}

.category-item:hover .category-content {
    background-color: #254485 !important
}

.category-item:hover .cat__title a {
    color: #fff
}

.category-item:hover .cat__meta {
    color: #fff
}



/*.card-image a {*/
/*    pointer-events: none*/
/*}*/
