/*
Theme Name: Sierra Child
Theme URI: https://sierra.keydesign.xyz/
Description: SaaS & Tech Startup Elementor WordPress Theme
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Template: sierra
Version: 1.0
License: Envato Standard License
License URI: https://themeforest.net/licenses/standard
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready
Text Domain: sierra-child
*/
/* Who we help section: subtle audience-row hover + mobile readability */
.locad-who-help-list .ekit-stylish-list-content,
.locad-who-help-list .ekit-wid-con .ekit-stylish-list-content,
.locad-who-help-list .ekit-stylish-list li,
.locad-who-help-list .ekit-stylish-list-item {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.locad-who-help-list .ekit-stylish-list-content:hover,
.locad-who-help-list .ekit-wid-con .ekit-stylish-list-content:hover,
.locad-who-help-list .ekit-stylish-list li:hover,
.locad-who-help-list .ekit-stylish-list-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(37, 99, 235, 0.18);
}
@media (max-width:1024px){
  .locad-who-help-list .ekit-stylish-list,
  .locad-who-help-list .ekit-stylish-list-wrap {
    width: 100%;
    max-width: 100%;
  }
}
