.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-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;
}

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

  .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-tab {
    min-height: 40px;
    padding: 0 12px;
  }

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