.elementor-1876 .elementor-element.elementor-element-1a03539f{--display:flex;}.elementor-1876 .elementor-element.elementor-element-85917af{text-align:start;}/* Start custom CSS for html, class: .elementor-element-81f5131 *//* 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;
  }
}/* End custom CSS */