.domain-container .listing-header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid grey;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .domain-container .listing-header .header-content h1 {
    margin: 0;
    /* Remove default margin to ensure proper alignment */ }
  .domain-container .listing-header .header-content .actions {
    margin-left: auto;
    /* This pushes the button to the right */ }
