.elementor-5108 .elementor-element.elementor-element-91eb672{--display:flex;}/* Start custom CSS */.read-time-container {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 6px 12px;
  background-color: #f4f6f9;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555;
  letter-spacing: 0.3px;
}

section blockquote {
  position: relative;
  margin: 2rem 0;
  padding: 1.5rem 1.75rem 1.5rem 2.5rem;
  background: #f9fafb;
  border-left: 4px solid #1a7f4a; /* Armbar/Med-spa accent */
  border-radius: 6px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

section blockquote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 12px;
  font-size: 42px;
  line-height: 0.8;
  color: #1a7f4a;
  opacity: 0.15;
}

section blockquote strong {
  color: #111;
  font-weight: 600;
}

section blockquote em {
  color: #1a7f4a;
}

section blockquote p:last-child {
  margin-bottom: 0;
}


section table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

section th, 
section td {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
  vertical-align: middle;
}

section th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #111;
  text-transform: capitalize;
}

section tr:nth-child(even) td {
  background-color: #fafafa;
}

section tr:hover td {
  background-color: #f1f5f9;
}

@media (max-width: 768px) {
  section table, 
  section thead, 
  section tbody, 
  section th, 
  section td, 
  section tr {
    display: block;
    width: 100%;
  }

  section tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidd/* End custom CSS */