.publish-errors-error-message {
  background-color: #fff5f5;
  border: 1px solid #fed7d7;
  border-radius: 8px;
  padding: 24px;
}

.publish-errors-error-message p {
  margin-bottom: 24px;
  font-size: 20px;
}

.publish-errors-error-message {
  color: #2d3748;
}

.publish-errors-section {
  margin-bottom: 20px;
}

.publish-errors-section:last-child {
  margin-bottom: 0;
}

.publish-errors-section ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.publish-errors-section li {
  font-size: 20px;
  margin-bottom: 8px;
  list-style-type: disc;
}

.publish-errors-section li:last-child {
  margin-bottom: 0;
}

.publish-errors-section-title {
  margin-bottom: 10px;
}

.publish-errors-section-title h3 {
  font-size: 22px;
}

.publish-errors-section-title span {
  font-size: 14px;
}

.publish-errors-section:hover {
  text-decoration: underline;
  cursor: pointer;
}

.property-inline-error {
  color: #d32f2f;
  margin-top: 10px;
  font-size: 14px;
}

.property-status-card {
  background: #eef8fb;
  border: 1px solid #52b8cd;
  border-radius: 12px;
  color: #00283c;
  padding: 16px 20px;
  font-size: 16px;
  line-height: 1.5;
}

[x-cloak] {
  display: none !important;
}

.sale-start-layout,
.sale-start-layout .dashboard-property-header,
.sale-start-layout .sale-start-hero {
  position: static !important;
  top: auto !important;
  z-index: auto !important;
}

.sale-start-layout .dashboard-property-header {
  background: transparent;
}

.sale-start-page {
  gap: 32px;
}

.sale-start-hero {
  max-width: 860px;
}

.sale-start-kicker,
.sale-start-section-label {
  color: #52b8cd;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.sale-start-hero h2 {
  color: #00283c;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 14px;
}

.sale-start-hero p,
.sale-start-section-header p {
  color: rgba(0, 40, 60, 0.76);
  font-size: 18px;
  line-height: 1.5;
}

.sale-start-section {
  border-top: 1px solid rgba(0, 40, 60, 0.12);
  padding-top: 28px;
}

.sale-start-section-header {
  max-width: 840px;
  margin-bottom: 22px;
}

.sale-start-section-header h3 {
  color: #00283c;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.sale-start-documents {
  columns: 2 280px;
  column-gap: 40px;
  color: rgba(0, 40, 60, 0.82);
  line-height: 1.5;
  margin: 0 0 22px;
  padding-left: 20px;
}

.sale-start-documents li {
  break-inside: avoid;
  margin: 0 0 10px;
  padding-left: 2px;
}

.sale-start-documents li:last-child {
  margin-bottom: 0;
}

.sale-start-notice {
  background: #fff8dc;
  border: 1px solid #ffd91a;
  border-radius: 8px;
  color: #5f4a00;
  line-height: 1.5;
  margin-bottom: 22px;
  padding: 16px 18px;
}

.sale-start-confirmation {
  margin-bottom: 0;
}

.sale-start-benefits {
  border-bottom: 1px solid rgba(0, 40, 60, 0.12);
  border-top: 1px solid rgba(0, 40, 60, 0.12);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.sale-start-benefit {
  padding: 22px 22px 22px 0;
}

.sale-start-benefit + .sale-start-benefit {
  border-left: 1px solid rgba(0, 40, 60, 0.12);
  padding-left: 22px;
}

.sale-start-benefit h4 {
  color: #00283c;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
}

.sale-start-benefit p {
  color: rgba(0, 40, 60, 0.72);
  font-size: 16px;
  line-height: 1.5;
}

.sale-start-action {
  display: flex;
  justify-content: center;
}

.sale-start-action .btn {
  max-width: 520px;
  width: 100%;
}

@media (max-width: 800px) {
  .sale-start-hero h2 {
    font-size: 28px;
  }

  .sale-start-benefits {
    grid-template-columns: 1fr;
  }

  .sale-start-documents {
    columns: 1;
  }

  .sale-start-benefit {
    padding: 20px 0;
  }

  .sale-start-benefit + .sale-start-benefit {
    border-left: 0;
    border-top: 1px solid rgba(0, 40, 60, 0.12);
    padding-left: 0;
  }
}
