.sunrise-expanded-source-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: stretch;
  margin-top: 24px;
}

.sunrise-expandable-model__content .sunrise-expanded-source-row .sunrise-source-line {
  min-width: 0;
  margin: 0;
}

.sunrise-expandable-model__content .sunrise-expanded-source-row .sunrise-product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
  justify-content: stretch;
  align-self: stretch;
  margin: 0;
}

.sunrise-expanded-source-row .sunrise-product-link {
  min-width: 132px;
  padding: 14px 18px;
  font-size: 14px;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .sunrise-expanded-source-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .sunrise-expanded-source-row .sunrise-product-link {
    min-width: 116px;
    padding: 12px 10px;
    font-size: 13px;
    white-space: normal;
  }
}
