.adevcore-slider {
    overflow: hidden;
    width: 100%;
}

.adevcore-card {
    display: flex;
    flex-direction: column;
}

.adevcore-card__image {
    display: block;
    margin-bottom: 15px; /* Базовый отступ под картинкой */
}

.adevcore-card__image img {
    width: 100%;
    height: auto;
    display: block;
}

.adevcore-card__content {
    /* Значение text-align теперь задается через Elementor */
}

.adevcore-card__category {
    font-size: 13px;
    color: #999;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.adevcore-card__category a {
    text-decoration: none;
    color: inherit;
    transition: inherit;
}

.adevcore-card__title {
    font-size: 16px;
    transition: all 0.3s ease;
}

.adevcore-card__title a {
    text-decoration: none;
    color: inherit;
    transition: inherit;
    display: inline-block;
}

.adevcore-card__price {
    color: #777;
    font-weight: 600;
}

.swiper {
    overflow: hidden;
}

.adevcore-empty {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #777;
}
