.format-icon {
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 3px;
  color: var(--ink, #15271f);
}

.portrait-format {
  width: 24px;
  height: 32px;
}

.landscape-format {
  width: 32px;
  height: 24px;
}

.designer-placeholder {
  border-style: dashed;
}

.designer-placeholder > button {
  width: 100%;
  min-height: 48px;
  border: 1px dashed currentColor;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  opacity: 0.62;
}

.breakdown dd {
  font-variant-numeric: tabular-nums;
}
