/*
Theme Name: AvidCube-v2024
Theme URI: https://avidform.com/Divi-child/
description: >-
  AvidCube - Child Theme of Divi
Author: AvidForm Solutions Inc.
Author URI: https://avidform.com
Template: Divi
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

/* WooCommerce empty state – matches Divi’s clean look */
.wc-empty-state {
  margin: 3rem 0;
}
.wc-empty-state__inner {
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
  padding: 2.5rem 1.25rem;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 16px;
}
.wc-empty-state__icon {
  opacity: 0.6;
  margin-bottom: 0.75rem;
}
.wc-empty-state h2 {
  font-size: clamp(1.35rem, 1.6vw, 1.75rem);
  margin: 0.25rem 0 0.5rem;
}
.wc-empty-state__lead {
  color: rgba(0,0,0,0.65);
  margin-bottom: 1.25rem;
}
.wc-empty-state .button,
.wc-empty-state input[type="submit"] {
  border-radius: 999px;
  padding: 0.6rem 1.1rem;
}
.wc-empty-state__actions {
  display: grid;
  gap: 0.75rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.wc-empty-state__suggestions .woocommerce {
  margin-top: 1rem;
}
.wc-empty-state__suggestions ul.products {
  justify-content: center;
}