/* Approved SC Dynoviq bronze / silver symbols, shared by all three portals. */
.sc-option-art {
  display: block;
  width: 96px;
  height: 80px;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
  background: #111;
  border: 1px solid #5b4b38;
  border-radius: 7px;
}
.c54-optiongrid .c54-option > .sc-option-art {
  width: 96px !important;
  height: 80px !important;
  grid-column: 1;
}
.optgrid .opt > .sc-option-art,
.t31-optgrid .t31-opt > .sc-option-art {
  width: 88px !important;
  height: 80px !important;
  grid-column: 1;
}
.c54-option:has(input:checked) > .sc-option-art,
.opt.active > .sc-option-art,
.t31-opt.active > .sc-option-art {
  border-color: #c5a47b;
  box-shadow: 0 0 0 1px #c5a47b;
}
.c54-option:focus-within,
.opt:focus-visible,
.t31-opt:focus-visible {
  outline: 2px solid #d2b48a;
  outline-offset: 3px;
}
@media (max-width:650px) {
  .c54-optiongrid .c54-option > .sc-option-art,
  .optgrid .opt > .sc-option-art,
  .t31-optgrid .t31-opt > .sc-option-art {
    width: 72px !important;
    height: 70px !important;
    grid-column: 1;
    grid-row: 1 / 3;
  }
}
