
/* Vectra Appearance v142 - padrão Suprema */
.suprema-default-panel {
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 24px;
  padding: 18px;
  background:
    radial-gradient(circle at 100% 0%, rgba(30,99,240,.10), transparent 34%),
    radial-gradient(circle at 0% 100%, rgba(0,142,55,.08), transparent 34%),
    rgba(255,255,255,.94);
  box-shadow: 0 10px 26px rgba(15,23,42,.06);
  margin-bottom: 18px;
}

.suprema-default-content {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.suprema-default-text h3 {
  margin: 0;
  color: #0b1730;
  letter-spacing: -.025em;
  font-weight: 950;
}

.suprema-default-text p {
  margin: 6px 0 0;
  color: #667085;
  line-height: 1.5;
}

.suprema-default-preview {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}

.suprema-default-preview i {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 2px solid #fff;
  box-shadow: 0 5px 12px rgba(15,23,42,.14);
  margin-right: -5px;
}

.suprema-default-action {
  min-width: 220px;
}

.suprema-default-note {
  display: none;
  margin-top: 12px;
  padding: 11px 13px;
  border-radius: 14px;
  color: #166534;
  background: rgba(22,163,74,.09);
  border: 1px solid rgba(22,163,74,.15);
  font-weight: 700;
}

.suprema-default-note.is-visible {
  display: block;
}

@media (max-width: 780px) {
  .suprema-default-content {
    display: grid;
  }

  .suprema-default-action {
    width: 100%;
  }
}
