body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnectionsBlock .form-block-intro {
  margin: 0 0 12px;
  color: #d9d1c3;
  font-size: calc(13px * var(--hub-ui-scale, 1));
  line-height: 1.45;
}

body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnections .app-connection-row {
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid rgba(245, 164, 0, 0.3);
  border-radius: 6px;
  background: linear-gradient(180deg, rgba(29, 27, 23, 0.98), rgba(9, 9, 8, 0.98));
  color: #fff8e8;
  box-shadow: inset 0 0 0 1px rgba(255, 194, 71, 0.04);
}

body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnections .app-connection-row:hover {
  border-color: rgba(255, 194, 71, 0.72);
  background: linear-gradient(180deg, rgba(46, 37, 20, 0.98), rgba(12, 12, 10, 0.98));
}

body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnections .app-connection-row strong {
  color: #fff;
  font-weight: 750;
}

body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnections .app-connection-row small {
  color: #c9c1b4;
  line-height: 1.3;
}

body[data-view="customers"].hub-shell-ready .customer-form #customerAppConnections .app-connection-row input[type="checkbox"] {
  accent-color: #f5a400;
}
