/**
 * Стили для главной страницы (views/site/index.php)
 */

.hover-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-2px);
}

.transition-all {
    transition: all 0.3s ease;
}

.seo-text-section {
    border-top: 1px solid #e9ecef;
}

.hero-section-bg {
    background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.seo-text-line-height {
    line-height: 1.7;
}

.category-img-wrap {
    height: 150px;
}

.category-img-contain {
    max-height: 100%;
    object-fit: contain;
}

