/* Start custom CSS for html, class: .elementor-element-043c9e2 */.lc-cc-tldr {
  --lc-cc-accent: #b98b6e;
  --lc-cc-text: #3a3532;
  background: var(--white);
  border-left: 4px solid var(--lc-cc-accent);
  border-radius: 6px;
  padding: 1.25rem 1.5rem;
  margin: 0 0 2rem 0;
  font-size: 1.02rem;
  line-height: 1.6;
  color: var(--lc-cc-text);
}

.lc-cc-tldr strong {
  color: var(--lc-cc-accent);
}

.lc-cc-table-wrap {
  overflow-x: auto;
  margin: 1.5rem 0 2rem 0;
  -webkit-overflow-scrolling: touch;
}

.lc-cc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
  min-width: 560px;
}

.lc-cc-table caption {
  caption-side: top;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #3a3532;
}

.lc-cc-table th,
.lc-cc-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e5ddd5;
  text-align: left;
  vertical-align: top;
}

.lc-cc-table thead th {
  background: #f2ece5;
  font-weight: 600;
  color: #3a3532;
}

.lc-cc-table tbody tr:hover {
  background: #faf6f2;
}/* End custom CSS */