.elementor-3241 .elementor-element.elementor-element-6cf1744c{--display:flex;}.elementor-widget-text-editor{color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-34c90072 */.xsbuilder-about {
  font-size: 16px;
  line-height: 1.6;
  max-width: 980px;
  margin-bottom: 50px;
}

.xsbuilder-intro {
  border-left: 4px solid #f28c28;
  padding-left: 22px;
  margin-bottom: 28px;
}

.xsbuilder-intro h2 {
  margin: 0 0 12px 0;
  font-size: 28px;
  font-weight: 700;
}

.xsbuilder-intro p {
  margin: 0;
  font-size: 18px;
}

.xsbuilder-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 26px;
}

.xsbuilder-card {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
}

.xsbuilder-card h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

.xsbuilder-card p,
.xsbuilder-about p {
  margin-top: 0;
}

.xsbuilder-final-text {
  margin: 0 0 16px 0;
}

.xsbuilder-final-text-last {
  margin: 0;
}

.consortium-section {
  font-size: 16px;
  line-height: 1.45;
  max-width: 100%;
}

.consortium-section h3 {
  margin: 0 0 16px 0;
  font-size: 22px;
  font-weight: 700;
}

.consortium-table {
  width: 100%;
  border-collapse: collapse;
}

.consortium-table th {
  text-align: left;
  padding: 10px 12px;
  border-bottom: 2px solid #ddd;
  font-weight: 700;
}

.consortium-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}

.consortium-table a {
  font-weight: 600;
  text-decoration: none;
}

.consortium-table a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .xsbuilder-cards {
    grid-template-columns: 1fr;
  }

  .xsbuilder-intro h2 {
    font-size: 24px;
  }

  .xsbuilder-intro p {
    font-size: 16px;
  }

  .consortium-table,
  .consortium-table thead,
  .consortium-table tbody,
  .consortium-table th,
  .consortium-table td,
  .consortium-table tr {
    display: block;
    width: 100%;
  }

  .consortium-table thead {
    display: none;
  }

  .consortium-table tr {
    margin-bottom: 16px;
    padding: 16px;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
  }

  .consortium-table td {
    border-bottom: none;
    padding: 4px 0;
  }

  .consortium-table td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 2px;
  }

  .consortium-table td[data-label="Researcher"] {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 6px;
  }

  .consortium-table td[data-label="Researcher"]::before {
    display: none;
  }
}/* End custom CSS */