/* RegEx Generator tool */

.method-selector { margin-bottom: 1.5rem; }

.method-label {
  display: block;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #718096;
  margin-bottom: 0.5rem;
}

.regex-page .form-group { margin-bottom: 1.5rem; }

.stats {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
  color: #718096;
}

.stats span strong { color: #20293b; }

.info-section {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.info-title {
  font-size: 0.8rem;
  font-weight: 600;
  color: #20293b;
  margin-bottom: 0.75rem;
}

.info-table {
  width: 100%;
  font-size: 0.8rem;
  border-collapse: collapse;
}

.info-table th,
.info-table td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
}

.info-table th { color: #718096; font-weight: 500; }

.info-table code {
  background: #f1f5f9;
  padding: 0.15rem 0.4rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}
