.tmc-posts-carousel .tmc-posts-card-title a:hover,
.tmc-posts-carousel .tmc-posts-card-cats a:hover {
    color: #c8e6ff;
}

.tmc-posts-carousel-item {
    position: relative;
}

.tmc-posts-carousel-item::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 2px;
    background: linear-gradient(90deg, #005177 0%, #0073aa 100%);
}
