.x4-hm-nav .accordion-button {
  padding: 12px 14px;
}

.x4-hm-body {
  padding: 12px 14px;
}

.x4-hm-section { margin-top: 12px; }
.x4-hm-section-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.x4-hm-list, .x4-hm-custom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.x4-hm-list li, .x4-hm-custom-list li { margin: 4px 0; }

.x4-hm-list--cols {
  column-gap: 16px;
}

.x4-hm-link {
  text-decoration: none;
  display: inline-block;
}

.x4-hm-brand-links { margin-bottom: 8px; }
.x4-hm-brand-all { font-weight: 600; }

.x4-hm-custom {
  padding: 10px 0;
  border-top: 1px solid rgba(0,0,0,.08);
  margin-top: 10px;
}

button.accordion-button.x4-hm-btn {
    background: none;
    border: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
}
.x4-hm-section-title {
    text-transform: uppercase;
}