/*
Theme Name: Bw Monki
Theme URI: https://bw-monki.bzotech.com/intro/
Author: BZOTech
Author URI: https://bzotech.com/
Description: Monki is a WooCommerce WordPress clothing theme, with minimal and elegant design makes the perfect choice for anyone looking for a great theme for an eCommerce fashion shops.
Version: 2.0.4
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Copyright: © 2024 BZOTech Theme. All rights reserved.
Tags: custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, post-formats, sticky-post, threaded-comments, block-styles, blog, news
Text Domain: bw-monki
*/


    .spec-table {
      max-width: 900px;
      margin: auto;
      border-collapse: collapse;
      width: 100%;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      border-radius: 8px;
      overflow: hidden;
    }

    .spec-table th,
    .spec-table td {
      width: 50%;
      text-align: left;
      padding: 16px 20px;
      border-bottom: 1px solid #eee;
      vertical-align: top;
    }

    .spec-table th {
      background-color: #f5f5f5;
      font-weight: 600;
    }

    .spec-table td p {
      margin: 0;
    }

    @media (max-width: 768px) {
      .spec-table th,
      .spec-table td {
        display: block;
        width: 100%;
        border-bottom: none;
        border-top: 1px solid #eee;
      }

      .spec-table tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #eee;
        border-radius: 6px;
        overflow: hidden;
      }

      .spec-table th {
        background-color: #fafafa;
      }
    }
  


