/* DROPS PRO 2.37.6 — refinamentos visuais solicitados na homologação */
.compact-actions > .action-card:last-child:nth-child(3n + 1) {
  grid-column: 2;
}

.two-stage-automatic-data {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.two-stage-auto-card {
  min-width: 0;
  box-shadow: 0 7px 18px rgba(27, 75, 126, .07);
}

.two-stage-auto-card strong {
  line-height: 1.35;
}

.two-stage-actions-button {
  min-width: 168px;
}

[data-two-stage-note-details][hidden],
[data-two-stage-isolation-details][hidden] {
  display: none !important;
}

.two-stage-note-details {
  margin-top: 4px;
  padding: 12px;
  border: 1px solid #d8e5f2;
  border-radius: 13px;
  background: #f7faff;
}

@media (max-width: 700px) {
  .two-stage-automatic-data .two-stage-auto-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-stage-actions-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .two-stage-automatic-data .two-stage-auto-grid {
    grid-template-columns: 1fr;
  }
}
