/* Builder self-critique refinements layered over the field-guide skin. */
.swatches i {
  border-color: rgb(238 227 206 / .24);
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / .35);
}
.swatches div:first-child i {
  background: linear-gradient(135deg, #17130f 0 48%, #2b241d 48% 52%, #17130f 52% 100%);
}
@media (max-width: 760px) {
  .guide-hero { min-height: 610px; padding-top: 8.5rem; padding-bottom: 4rem; }
  .guide-vital { bottom: 3rem; }
  .back-link { display: flex; align-items: center; min-height: 44px; }
}
