/* Global layout styles for TFS */
/* Colors used specifically in TFS */
.wizard-list tr.bolt-list-row + tr.bolt-list-row td {
  border-top-width: 1px;
  border-top-color: rgba(0, 0, 0, .08);
  border-top-color: var(--border-subtle-color,rgba(0, 0, 0, .08)); }

.wizard-list .list-icon {
  font-size: 32px;
  margin: 12px; }

.wizard-list .list-image {
  width: 32px;
  height: 32px;
  margin: 12px; }

.wizard-list .list-content {
  margin: 10px 0; }

.wizard-list .list-item-label {
  margin-left: 8px; }

.wizard-list .favorite-icon {
  color: rgba( 214, 127, 60 ,  1 );
  color: rgba( var(--palette-accent3,214, 127, 60) ,  1 );
  margin: 16px; }
