.elementor-16023 .elementor-element.elementor-element-65076c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-57982da2 */.wmp-article { font-size: 16px; line-height: 1.7; font-weight: 400; }
.wmp-article h1 { font-size: 30px; font-weight: 700; margin-top: 10px; }
.wmp-article h2 { font-size: 26px; font-weight: 700; margin-top: 30px; }
.wmp-article h3 { font-size: 20px; font-weight: 700; margin-top: 22px; }
.wmp-article p, .wmp-article li { font-weight: 400; }
.wmp-article strong { font-weight: 700; }
.wmp-article ul { margin: 10px 0 20px 20px; }
/* Bulletproof responsive table built from divs (no real <table>, no theme CSS conflicts) */
.wmp-table-wrap { margin: 20px 0; width: 100%; }
.wmp-dtable { display: table; width: 100%; border-collapse: collapse; table-layout: fixed; }
.wmp-drow { display: table-row; }
.wmp-drow.wmp-head .wmp-dcell { background: #f5f5f5; font-weight: 700; }
.wmp-dcell {
  display: table-cell;
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 16px;
}
.wmp-dcell .wmp-mobile-label { display: none; }

@media (max-width: 767px) {
  .wmp-article { font-size: 15px; }
  .wmp-article h1 { font-size: 24px; }
  .wmp-article h2 { font-size: 22px; }
  .wmp-article h3 { font-size: 18px; }

  .wmp-dtable { display: block; }
  .wmp-drow.wmp-head { display: none; }
  .wmp-drow {
    display: block;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 14px;
    overflow: hidden;
  }
  .wmp-dcell {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    border: none;
    border-bottom: 1px solid #eee;
    padding: 8px 10px;
    font-size: 14px;
  }
  .wmp-dcell:last-child { border-bottom: none; }
  .wmp-dcell .wmp-mobile-label {
    display: inline-block;
    font-weight: 700;
    white-space: nowrap;
    flex: 0 0 auto;
  }
  .wmp-dcell .wmp-value { text-align: right; }
}/* End custom CSS */