/*
Theme Name:     Neve
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Template:     neve
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        2.6.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Pro Slug:  neve-pro-addon
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/











/* ================================
   Pros/Cons Table Styles
   ================================ */

figure.wp-block-table.pros-cons-table table {
  width: 100%;
  border-collapse: collapse;
}
figure.wp-block-table.pros-cons-table th,
figure.wp-block-table.pros-cons-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}


figure.wp-block-table.pros-cons-table thead th:nth-child(1) {
  background-color: #4CAF50;
  color: #fff;
  text-align: center;
}
figure.wp-block-table.pros-cons-table thead th:nth-child(2) {
  background-color: #F44336;
  color: #fff;
  text-align: center;
}

figure.wp-block-table.pros-cons-table tbody td:nth-child(1)::before {
  content: "✅ ";
  color: #4CAF50;
  font-weight: bold;
}
figure.wp-block-table.pros-cons-table tbody td:nth-child(2)::before {
  content: "❌ ";
  color: #F44336;
  font-weight: bold;
}

@media (max-width: 768px) {
  figure.wp-block-table.pros-cons-table table,
  figure.wp-block-table.pros-cons-table tbody,
  figure.wp-block-table.pros-cons-table tr,
  figure.wp-block-table.pros-cons-table td,
  figure.wp-block-table.pros-cons-table th {
    display: block;
    width: 100%;
  }

  figure.wp-block-table.pros-cons-table tr {
    margin-bottom: 1em;
    border: 1px solid #ddd;
    padding: 0.5em;
  }

  figure.wp-block-table.pros-cons-table td {
    border: none;
    padding: 0.5em 0;
  }

  figure.wp-block-table.pros-cons-table tbody td:nth-child(1)::before {
    content: "Pros ✅ ";
  }
  figure.wp-block-table.pros-cons-table tbody td:nth-child(2)::before {
    content: "Cons ❌ ";
  }



/* Product box container */

/* Container styling, scoped like your working table CSS */
.wp-block-columns.product-box.is-layout-flex {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  margin: 25px 0;
  background: #fff;
  transition: box-shadow 0.2s ease;
}
.wp-block-columns.product-box.is-layout-flex:hover {
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Column widths: override inline flex-basis with flex shorthand */
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(1) {
  flex: 0 0 15% !important;
  max-width: 15% !important;
  width: 15% !important;
}
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(2) {
  flex: 0 0 70% !important;
  max-width: 70% !important;
  width: 70% !important;
  text-align: left !important;
}
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(3) {
  flex: 0 0 15% !important;
  max-width: 15% !important;
  width: 15% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Image styling */
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(1) img {
  max-width: 140px;
  height: auto;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}

/* Description column text */
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(2) h3 {
  margin-top: 0;
  font-size: 1.3rem;
  text-align: left !important;
}
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(2) p {
  margin: 8px 0;
  font-size: 0.95rem;
  line-height: 1.4;
  text-align: left !important;
}

/* Button styling */
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(3) .wp-block-button__link {
  display: inline-block;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  background: #0073e6;
  color: #fff !important;
  text-decoration: none;
  border-radius: 6px;
  min-width: 120px;
  text-align: center;
}
.wp-block-columns.product-box.is-layout-flex > .wp-block-column:nth-child(3) .wp-block-button__link:hover {
  background: #005bb5;
}

/* Mobile stacking */
@media (max-width: 768px) {
  .wp-block-columns.product-box.is-layout-flex {
    display: block !important;
  }
  .wp-block-columns.product-box.is-layout-flex > .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 15px;
  }
}
	
	
	.blue a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 18px;
  color: #2e6db2;
  line-height: 1;       
  vertical-align: baseline; 
}




