.elementor-15174 .elementor-element.elementor-element-ddb03b0{--display:flex;}.elementor-15174 .elementor-element.elementor-element-c08a7b0{text-align:start;}.elementor-15174 .elementor-element.elementor-element-b52fa79{--display:flex;}.elementor-15174 .elementor-element.elementor-element-f1780b3{--display:flex;}.elementor-15174 .elementor-element.elementor-element-73651ab{--display:flex;}.elementor-15174 .elementor-element.elementor-element-d7ce890{--display:flex;}.elementor-15174 .elementor-element.elementor-element-b72866d{--display:flex;}.elementor-15174 .elementor-element.elementor-element-3888ee6{--display:flex;}.elementor-15174 .elementor-element.elementor-element-b1b9d5a{--display:flex;}.elementor-15174 .elementor-element.elementor-element-5054be2{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-icon-size:15px;}/* Start custom CSS for html, class: .elementor-element-9860f3a *//* 2. Full Description Styles */
.full-description {
  margin-bottom: 35px;
}

.matcha-product-detail h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 16px;
  padding-left: 10px;
  border-left: 4px solid #5b8c51;
}

.feature-block {
  margin-bottom: 18px;
}

.feature-block h3 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #385e38;
  margin-bottom: 6px;
}

.feature-block p {
  font-size: 0.95rem;
  color: #555555;
  margin: 0;
}

/* 3. Specifications Table Styles */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.matcha-spec-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
}

.matcha-spec-table th,
.matcha-spec-table td {
  padding: 12px 16px;
  font-size: 0.95rem;
  border-bottom: 1px solid #edf2f7;
}

.matcha-spec-table th {
  background-color: #f4f7f2;
  color: #385e38;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.matcha-spec-table tbody tr:nth-child(even) {
  background-color: #fcfdfc;
}

.matcha-spec-table tbody tr:hover {
  background-color: #f0f5ed;
}

/* Mobile Responsive Adjustments (Cards layout for small screens) */
@media screen and (max-width: 640px) {
  .matcha-spec-table, 
  .matcha-spec-table thead, 
  .matcha-spec-table tbody, 
  .matcha-spec-table th, 
  .matcha-spec-table td, 
  .matcha-spec-table tr {
    display: block;
  }

  .matcha-spec-table thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .matcha-spec-table tr {
    margin-bottom: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #ffffff;
  }

  .matcha-spec-table td {
    border: none;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 45%;
    text-align: right;
    font-size: 0.9rem;
  }

  .matcha-spec-table td:last-child {
    border-bottom: none;
  }

  .matcha-spec-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    width: 40%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: 600;
    color: #555555;
  }

  .matcha-spec-table td[colspan="2"] {
    padding-left: 12px;
    text-align: left;
  }
  
  .matcha-spec-table td[colspan="2"]::before {
    display: none;
  }
}/* End custom CSS */