.body-profile-module {
  margin: 24px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  text-align: left !important;
}

.body-profile-divider {
  display: flex;
  width: 100%;
  height: 3px;
  margin: 0 0 20px;
  overflow: hidden;
  background: transparent;
}

.body-profile-divider-accent {
  display: block !important;
  width: 70px;
  flex: 0 0 70px;
  height: 3px;
  background: #d6a84b;
}

.body-profile-divider-line {
  display: block !important;
  flex: 1 1 auto;
  height: 3px;
  background: #6f467f;
}

.body-profile-module h2 {
  margin: 0 0 8px !important;
  color: #fff !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 700;
  line-height: 1.25;
  text-align: left !important;
}

.body-profile-name {
  margin: 0 0 16px;
  color: #d6a84b;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: .02em;
  text-align: left !important;
}

.body-profile-table {
  width: 100%;
  overflow-x: auto;
  color: #d7cee2;
  text-align: left !important;
}

/* Imported rich text may contain one or two decorative wrappers. Keep only the table frame. */
.body-profile-table > :not(table),
.body-profile-table > :not(table) > :not(table) {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.body-profile-table table {
  width: 100% !important;
  margin: 0 !important;
  border-collapse: collapse !important;
  background: transparent !important;
  color: #fff !important;
  text-align: left !important;
}

.body-profile-table thead tr,
.body-profile-table table > tbody:first-child > tr:first-child {
  background: #3a174f !important;
}

.body-profile-table tbody tr:nth-child(odd) {
  background: #171a2d !important;
}

.body-profile-table tbody tr:nth-child(even) {
  background: #21172e !important;
}

.body-profile-table th,
.body-profile-table td {
  padding: 11px 14px !important;
  border: 1px solid #493157 !important;
  color: inherit !important;
  text-align: left !important;
  vertical-align: middle;
}

.body-profile-table tbody th,
.body-profile-table tbody td {
  font-weight: 400 !important;
}

.body-profile-table thead th,
.body-profile-table thead td,
.body-profile-table table > tbody:first-child > tr:first-child > th,
.body-profile-table table > tbody:first-child > tr:first-child > td {
  color: #fff !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {
  .body-profile-module {
    margin-top: 18px;
  }

  .body-profile-divider {
    margin-bottom: 16px;
  }

  .body-profile-divider-accent {
    width: 52px;
    flex-basis: 52px;
  }

  .body-profile-table th,
  .body-profile-table td {
    padding: 9px 10px !important;
    font-size: .875rem;
  }
}
