.dashboard-content-container {
  flex: 1;
  padding: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.dashboard-property-header {
  margin-bottom: 30px;
  position: static !important;
  top: auto;
  z-index: auto;
}

.dashboard-property-title {
  color: #00283c;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
  overflow-wrap: anywhere;
}

.dashboard-property-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.dashboard-property-title-row .dashboard-property-title {
  margin-bottom: 0;
}

.dashboard-add-listing {
  flex-shrink: 0;
}

.dashboard-listing-switcher {
  position: relative;
  min-width: 0;
}

.dashboard-listing-switcher-toggle {
  display: inline-flex;
  align-items: flex-start;
  gap: 8px;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.dashboard-listing-switcher-toggle svg {
  flex-shrink: 0;
  margin-top: 5px;
  transition: transform 0.15s ease;
}

.dashboard-listing-switcher-chevron-open {
  transform: rotate(180deg);
}

.dashboard-listing-switcher-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 320px;
  max-width: calc(100vw - 48px);
  background: white;
  border: 1px solid #dce6ea;
  border-radius: 12px;
  box-shadow: 0 24px 100px #00283c2b;
  overflow: hidden;
  z-index: 30;
}

.dashboard-listing-switcher-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  color: #00283c;
  font-size: 14px;
  text-decoration: none;
}

.dashboard-listing-switcher-option + .dashboard-listing-switcher-option {
  border-top: 1px solid #dce6ea;
}

.dashboard-listing-switcher-option:hover {
  background: #eaf7fa;
}

.dashboard-listing-switcher-option-active {
  font-weight: 700;
}

.dashboard-listing-switcher-address {
  overflow-wrap: anywhere;
}

.dashboard-listing-switcher-status {
  flex-shrink: 0;
  color: #00283cb2;
  font-size: 12px;
  font-weight: 400;
}

.dashboard-property-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 2px;
}

.dashboard-property-tabs form {
  display: flex;
  flex-shrink: 0;
}

.dashboard-property-action-form {
  margin-left: auto;
}

.dashboard-property-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid #dce6ea;
  border-radius: 8px;
  color: #00283cb2;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-decoration: none;
  background: white;
  cursor: pointer;
}

.dashboard-property-tab:hover,
.dashboard-property-tab-active {
  border-color: #7cc8d9;
  color: #00283c;
  background: #eaf7fa;
}

.dashboard-property-tab-danger:hover {
  border-color: #cd5252;
  color: #cd5252;
  background: #fff5f5;
}

.dashboard-property-tab img,
.dashboard-property-tab svg {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.sale-summary {
  background: white;
  border-radius: 16px;
  box-shadow: 0 24px 100px #00283c2b;
  padding: 32px 40px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sale-summary-current {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: flex-start;
  gap: 24px;
}

.sale-summary-current-header,
.sale-summary-current-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.sale-summary-current-body {
  grid-column: 1 / -1;
}

.sale-summary-current-aside {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-shrink: 0;
  grid-column: 2;
  grid-row: 1;
}

.sale-summary-current-topline {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 4px;
}

.sale-summary-current-label {
  color: #00283c80;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-summary-current-value {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #00283c;
}

.sale-summary-next-step {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 4px;
}

.sale-summary-next-step-label {
  color: #00283c80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-summary-current-description {
  color: #00283cb2;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}

.sale-summary-billing {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  margin: 2px 0 0;
  color: #00283c99;
  font-size: 13px;
  line-height: 1.4;
  text-align: right;
  text-decoration: none;
}

.sale-summary-billing:hover {
  color: #00283c;
  text-decoration: underline;
}

.sale-summary-current-btn {
  width: fit-content;
  padding: 0 24px;
  white-space: nowrap;
  flex-shrink: 0;
}

.sale-summary-current-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #52b8cd, #95d8e5);
}

.sale-summary-divider {
  height: 1px;
  background: #e5e9ec;
}

.sale-summary-stats {
  display: flex;
  gap: 24px;
}

.sale-summary-stat {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  position: relative;
}

.sale-summary-stat:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: #e5e9ec;
}

.sale-summary-stat-label {
  color: #00283c80;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sale-summary-stat-value {
  font-size: 22px;
  font-weight: 700;
  color: #00283c;
}

.publication {
  background: white;
  border-radius: 16px;
  box-shadow: 0 24px 100px #00283c2b;
  padding: 32px 40px;
  margin-bottom: 30px;
}

.publication-title {
  font-size: 20px;
  font-weight: 700;
  color: #00283c;
  margin-bottom: 20px;
}

.publication-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.publication-label {
  color: #00283c80;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.publication-count {
  color: #00283c80;
  font-size: 14px;
}

.publication-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.publication-logo-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7cc8d9;
  border-radius: 8px;
  padding: 7px 12px;
  text-decoration: none;
}

.publication-logo-badge img {
  height: auto;
  width: auto;
  max-width: 90px;
  max-height: 26px;
  filter: brightness(0) invert(1);
}

.publication-logo-badge-disabled {
  background: #d1d5db;
  pointer-events: none;
  opacity: 0.7;
}

.dashboard-inquiries {
  margin-bottom: 30px;
}

.dashboard-inquiries-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 20px;
}

.dashboard-inquiries-title {
  font-size: 20px;
  font-weight: 700;
  color: #00283c;
}

.dashboard-inquiries-link {
  color: #00283c;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .publication {
    padding: 24px;
  }

  .publication-logos {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .publication-logo-badge {
    padding: 8px 12px;
  }

  .publication-logo-badge img {
    max-width: 90px;
    max-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sale-summary {
    padding: 24px;
  }

  .sale-summary-current {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .sale-summary-current-aside {
    justify-content: flex-start;
  }

  .sale-summary-billing {
    align-self: flex-start;
    text-align: left;
  }

  .sale-summary-current-topline {
    align-items: flex-start;
  }

  .sale-summary-current-btn {
    align-self: center;
  }

  .sale-summary-step-label {
    font-size: 12px;
  }

  .sale-summary-stat-value {
    font-size: 18px;
  }
}

.dashboard-is-publish {
  height: 36px;
  border-radius: 16px;
  background-color: #82d957;
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.dashboard-is-not-publish {
  height: 36px;
  border-radius: 16px;
  background-color: #00283c66;
  font-size: 14px;
  font-weight: 600;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.dashboard-price-suffix {
  font-size: 0.8em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .dashboard-property-title {
    font-size: 20px;
  }

  .dashboard-property-title-row {
    flex-wrap: wrap;
  }

  .dashboard-listing-switcher-menu {
    min-width: 260px;
  }

  .dashboard-listing-switcher-toggle svg {
    margin-top: 1px;
  }

  .dashboard-property-tabs {
    flex-wrap: wrap;
    overflow-x: visible;
  }

  .dashboard-property-action-form {
    margin-left: 0;
  }

  .dashboard-property-tab {
    min-height: 40px;
    padding: 0 12px;
  }

  .dashboard-content-container {
    padding: 0 0 40px 0;
  }
}

/* redesigned dashboard ---------------------------------------------------- */

.dashboard-property-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  min-width: 0;
}

.dashboard-status-chip {
  flex-shrink: 0;
}

.dashboard-is-review {
  height: 36px;
  border-radius: 16px;
  background-color: #ffd91a;
  font-size: 14px;
  font-weight: 600;
  color: #00283c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}

.dashboard-property-meta {
  margin: -10px 0 18px;
  color: #00283cb2;
  font-size: 14px;
}

.dashboard-kebab {
  position: relative;
  margin-left: auto;
  flex-shrink: 0;
}

.dashboard-kebab-toggle {
  font-size: 20px;
  padding: 0 14px;
}

.dashboard-kebab-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 230px;
  background: white;
  border: 1px solid #dce6ea;
  border-radius: 12px;
  box-shadow: 0 24px 100px #00283c2b;
  padding: 6px;
  display: flex;
  flex-direction: column;
  z-index: 30;
}

.dashboard-kebab-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 10px 14px;
  border: none;
  border-radius: 8px;
  background: none;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  color: #00283cb2;
  text-align: left;
  cursor: pointer;
  white-space: nowrap;
}

.dashboard-kebab-item:hover {
  background: #eaf7fa;
  color: #00283c;
}

.dashboard-kebab-item-danger {
  color: #cd5252;
}

.dashboard-kebab-item-danger:hover {
  background: #fff5f5;
  color: #cd5252;
}

.dashboard-section-header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 12px;
}

.dashboard-section-title {
  color: #00283c;
  font-size: 20px;
  font-weight: 700;
  margin-right: auto;
}

.dashboard-section-link {
  color: #00283c;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-attention {
  margin-bottom: 30px;
}

.dashboard-attention-box {
  background: white;
  border: 1px solid #dce6ea;
  border-radius: 12px;
  padding: 4px 20px;
}

.dashboard-attention-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
}

.dashboard-attention-item + .dashboard-attention-item {
  border-top: 1px solid #eef4f6;
}

.dashboard-attention-body {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
  flex: 1;
  flex-wrap: wrap;
}

.dashboard-attention-name {
  color: #00283c;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-attention-date {
  color: #00283c66;
  font-size: 12px;
}

.dashboard-attention-action {
  color: #00283c;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.dashboard-stat-sub {
  color: #00283cb2;
  font-size: 13px;
}

.dashboard-stat-delta {
  font-size: 13px;
  font-weight: 700;
  color: #00283cb2;
}

.dashboard-stat-delta-good {
  color: #1e7b3c;
}

.dashboard-stat-hint {
  font-size: 12px;
  font-weight: 700;
  color: #8a6d00;
  background: #fff8e1;
  border-radius: 999px;
  padding: 2px 10px;
}

.dashboard-columns {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 20px;
  align-items: start;
  margin-bottom: 30px;
}

.dashboard-column-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.dashboard-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 24px 100px #00283c2b;
  padding: 24px 28px;
}

.dashboard-card-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dashboard-card-title {
  color: #00283c;
  font-size: 20px;
  font-weight: 700;
}

.dashboard-feed-summary {
  font-size: 13px;
  color: #00283c;
  background: #eaf7fa;
  border-radius: 8px;
  padding: 8px 14px;
  margin-bottom: 8px;
}

.dashboard-feed-summary-empty {
  background: #eef4f6;
  color: #00283cb2;
}

.dashboard-feed-list {
  display: flex;
  flex-direction: column;
}

.dashboard-feed-item {
  display: flex;
  gap: 12px;
  padding: 13px 0;
}

.dashboard-feed-item + .dashboard-feed-item {
  border-top: 1px solid #eef4f6;
}

.dashboard-feed-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef4f6;
  color: #00283c;
}

.dashboard-feed-icon--call {
  background: #e7f6ec;
  color: #1e7b3c;
}

.dashboard-feed-icon--email {
  background: #eaf7fa;
  color: #00283c;
}

.dashboard-feed-icon--sms {
  background: #fff8e1;
  color: #8a6d00;
}

.dashboard-feed-icon--question {
  background: #f2eefa;
  color: #00283c;
}

.dashboard-feed-body {
  min-width: 0;
  flex: 1;
}

.dashboard-feed-title-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.dashboard-feed-title {
  color: #00283c;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-feed-date {
  color: #00283c66;
  font-size: 12px;
  white-space: nowrap;
}

.dashboard-feed-text {
  color: #00283cb2;
  font-size: 13px;
  margin: 2px 0 0;
}

.dashboard-feed-actions {
  display: flex;
  gap: 14px;
  margin-top: 6px;
}

.dashboard-feed-actions a {
  color: #00283c;
  font-size: 13px;
  font-weight: 700;
}

.dashboard-feed-empty {
  color: #00283cb2;
  font-size: 14px;
}

.dashboard-feed-totals {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef4f6;
  color: #00283cb2;
  font-size: 13px;
}

.dashboard-portals-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  font-size: 14px;
  color: #00283c;
  cursor: pointer;
  text-align: left;
}

.dashboard-portals-text {
  flex: 1;
  min-width: 0;
}

.dashboard-portals-count {
  font-weight: 700;
}

.dashboard-portals-pending {
  color: #00283cb2;
}

.dashboard-portals-toggle svg {
  margin-left: auto;
  color: #00283c80;
  flex-shrink: 0;
  transition: transform 0.15s ease;
}

.dashboard-portals-chevron-open {
  transform: rotate(180deg);
}

.dashboard-portals-logos {
  margin-top: 16px;
}

.dashboard-portals-audience {
  color: #00283cb2;
  font-size: 14px;
  margin: -8px 0 20px;
}

.dashboard-meter {
  height: 8px;
  border-radius: 999px;
  background: #eaf7fa;
  overflow: hidden;
  margin: 12px 0 6px;
}

.dashboard-meter > i {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(to right, #52b8cd, #95d8e5);
}

.dashboard-meter-label {
  color: #00283c80;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-quality-score {
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.dashboard-quality-value {
  color: #00283c;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.dashboard-quality-max {
  color: #00283c80;
  font-size: 14px;
  font-weight: 700;
}

.dashboard-quality-improve-label {
  color: #00283c80;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 14px;
}

.dashboard-quality-list {
  display: flex;
  flex-direction: column;
}

.dashboard-quality-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  font-size: 14px;
  color: #00283c;
}

.dashboard-quality-item + .dashboard-quality-item {
  border-top: 1px solid #eef4f6;
}

.dashboard-quality-item-icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #fff8e1;
  color: #8a6d00;
}

.dashboard-quality-item-text {
  flex: 1;
  min-width: 0;
}

.dashboard-quality-item a {
  color: #00283c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.dashboard-quality-note {
  color: #00283c80;
  font-size: 13px;
  margin-top: 10px;
}

.dashboard-quality-done {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef4f6;
  color: #1e7b3c;
  font-size: 13px;
  font-weight: 700;
}

.dashboard-quality-done svg {
  flex-shrink: 0;
}

.dashboard-quality-langs {
  margin-top: 14px;
}

.dashboard-quality-langs-label {
  color: #00283cb2;
  font-size: 13px;
}

.dashboard-quality-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.dashboard-quality-chip {
  background: #7cc8d9;
  color: white;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
}

.dashboard-checklist {
  margin-bottom: 30px;
}

.dashboard-checklist-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.dashboard-checklist-sub {
  color: #00283cb2;
  font-size: 14px;
  margin: 4px 0 0;
  max-width: 60ch;
}

.dashboard-checklist-cta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  flex-shrink: 0;
}

.dashboard-checklist-reassurance {
  color: #00283c80;
  font-size: 12px;
}

.dashboard-checklist-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 28px;
  margin-top: 14px;
}

.dashboard-checklist-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  font-size: 14px;
  color: #00283c;
}

.dashboard-checklist-item svg {
  flex-shrink: 0;
}

.dashboard-checklist-item-pending {
  font-weight: 700;
}

.dashboard-checklist-todo {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border: 2px dashed #8a6d00;
  border-radius: 50%;
  opacity: 0.7;
}

.dashboard-checklist-label {
  flex: 1;
  min-width: 0;
}

.dashboard-checklist-detail {
  color: #00283c80;
  font-weight: 400;
}

.dashboard-checklist-item a {
  color: #00283c;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}

.dashboard-savings-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.dashboard-savings-box {
  border: 1px solid #dce6ea;
  border-radius: 12px;
  padding: 16px 18px;
}

.dashboard-savings-box-highlight {
  background: #eaf7fa;
  border-color: #7cc8d9;
}

.dashboard-savings-label {
  color: #00283c80;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-savings-value {
  color: #00283c;
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
}

.dashboard-savings-sub {
  color: #00283cb2;
  font-size: 13px;
  margin-top: 2px;
}

.dashboard-savings-foot {
  color: #00283c80;
  font-size: 13px;
  margin: 12px 0 0;
}

.dashboard-ghost {
  position: relative;
  box-shadow: none;
  border: 1.5px dashed #dce6ea;
  margin-bottom: 30px;
}

.dashboard-ghost-tag {
  position: absolute;
  top: -11px;
  left: 20px;
  background: white;
  border: 1px solid #dce6ea;
  border-radius: 999px;
  padding: 2px 12px;
  color: #00283c80;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-ghost-body {
  opacity: 0.55;
  filter: saturate(0.6);
  pointer-events: none;
  user-select: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 8px;
}

.dashboard-ghost-feed {
  border: 1px solid #eef4f6;
  border-radius: 12px;
  padding: 4px 18px;
}

.dashboard-ghost-caption {
  color: #00283cb2;
  font-size: 14px;
  margin: 14px 0 0;
}

.dashboard-billing-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #00283c99;
  font-size: 13px;
  margin-bottom: 30px;
}

.dashboard-billing-footer a {
  color: #00283c;
  font-weight: 700;
  text-decoration: none;
}

.dashboard-billing-footer a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .dashboard-columns,
  .dashboard-checklist-grid,
  .dashboard-savings-grid {
    grid-template-columns: 1fr;
  }

  .dashboard-card {
    padding: 20px;
  }

  .dashboard-checklist-cta {
    align-items: flex-start;
  }
}
