.moneythumb-stat-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.moneythumb-notice {
  margin-top: 18px;
}

.moneythumb-steps {
  margin-bottom: 18px;
}

.moneythumb-steps ol {
  margin: 10px 0 0 20px;
}

.moneythumb-actions summary {
  cursor: pointer;
  color: var(--navy-2);
  font-weight: 700;
}

.compact-form {
  gap: 8px;
  margin: 12px 0;
  min-width: 260px;
}

.compact-form label {
  display: grid;
  gap: 5px;
  font-weight: 700;
}

@media (max-width: 800px) {
  .moneythumb-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .moneythumb-stat-grid {
    grid-template-columns: 1fr;
  }
}
