/* Block: dress-code */

.section-dress-code .section-header {
  margin-bottom: var(--space-6);
}

.dress-code__note {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: var(--fs-italic);
  line-height: var(--lh-normal);
  color: var(--color-text-muted);
  text-align: center;
  margin: 0 auto var(--space-8) auto;
  max-width: 560px;
}

.dress-code__palette {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: var(--space-3);
}

.dress-code__swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--swatch, var(--color-bg));
  border: var(--border-soft);
}
