/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.wz-badge {
  display: inline-block;
  padding: 6px 14px;
  margin: 4px 6px 0 0;
  font-size: 13px;
  font-weight: 500;
  border-radius: 999px;
  background: #EEF2FF;
  color: #4338CA;
  line-height: 1;
  white-space: nowrap;
}
.wz-feature {
  padding: 22px 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.04);
  transition: all .3s ease;
}

.wz-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.wz-feature-title {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #111;
}

.wz-feature p {
  font-size: 20px;
  line-height: 1.55;
  color: #555;
  margin: 0;
}
