/* Jojie's Food Trays: House Specialties compact selector + single Add control. */
.jft #jft-specialty-grid.jws-house-specialty-grid-ready{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.jft #jft-specialty-grid .jws-house-specialty-card{
  min-width:0;
}
.jft #jft-specialty-grid .jws-house-specialty-card>h4{
  margin-top:0;
  font-size:1.02rem;
  overflow-wrap:anywhere;
}
.jft #jft-specialty-grid .jws-house-specialty-card>.jft-card-kicker{
  display:none!important;
}
.jft #jft-specialty-grid .jws-house-specialty-native-forms{
  display:none!important;
}
.jws-house-specialty-picker{
  display:grid;
  gap:11px;
  margin-top:auto;
  padding-top:16px;
}
.jws-house-specialty-group{
  display:grid;
  gap:7px;
}
.jws-house-specialty-group[hidden]{
  display:none!important;
}
.jws-house-specialty-label{
  color:#53616b;
  font-size:.7rem;
  font-weight:700;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.jws-house-specialty-choices{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
}
.jws-house-specialty-pill{
  min-height:34px;
  padding:6px 11px;
  border:1px solid var(--stroke,#d7dfe4);
  border-radius:999px;
  background:#fff;
  color:var(--brand,#12314f);
  font:inherit;
  font-size:.74rem;
  font-weight:700;
  cursor:pointer;
}
.jws-house-specialty-pill:hover,
.jws-house-specialty-pill.is-selected{
  border-color:#a83232;
  background:#fff1ef;
  color:#8f2424;
}
.jws-house-specialty-pill:focus-visible,
.jws-house-specialty-add:focus-visible{
  outline:3px solid rgba(168,50,50,.25);
  outline-offset:2px;
}
.jws-house-specialty-summary{
  display:flex;
  min-height:38px;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:8px 11px;
  border-radius:var(--radius-sm,8px);
  background:var(--surface-alt,#f5f7f8);
}
.jws-house-specialty-selection{
  min-width:0;
  color:#53616b;
  font-size:.76rem;
  font-weight:600;
}
.jws-house-specialty-price{
  flex:0 0 auto;
  color:var(--brand,#12314f);
  font-size:.86rem;
}
.jws-house-specialty-add{
  width:100%;
  min-height:42px;
  padding:9px 16px;
  border:1px solid #a83232;
  border-radius:var(--radius-sm,8px);
  background:#a83232;
  color:#fff;
  font:inherit;
  font-size:.82rem;
  font-weight:800;
  cursor:pointer;
}
.jws-house-specialty-add:hover:not(:disabled){
  background:#8f2424;
  border-color:#8f2424;
}
.jws-house-specialty-add:disabled{
  cursor:not-allowed;
  opacity:.48;
}
@media(max-width:980px){
  .jft #jft-specialty-grid.jws-house-specialty-grid-ready{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:640px){
  .jft #jft-specialty-grid.jws-house-specialty-grid-ready{grid-template-columns:1fr;}
}
.jws-house-specialty-pill:disabled{
  cursor:not-allowed;
  opacity:.42;
}

/* v1.10.23: compact Ham options with conditional variable-weight ordering guidance. */
.jws-ham-card .jws-house-specialty-picker{
  gap:9px;
}
.jws-ham-card .jws-house-specialty-choices{
  display:flex;
  flex-wrap:wrap;
  gap:5px;
  align-items:flex-start;
}
.jws-ham-card .jws-ham-option{
  width:auto;
  min-height:32px;
  padding:5px 9px;
  justify-content:center;
  white-space:normal;
  line-height:1.18;
  text-align:center;
  font-size:.69rem;
}
.jws-ham-description{
  margin-bottom:0;
}
.jws-ham-note{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:6px;
  align-items:start;
  padding:7px 8px;
  border:1px solid var(--stroke,#d7dfe4);
  border-radius:var(--radius-sm,8px);
  background:#fffaf3;
  color:#53616b;
  font-size:.69rem;
  line-height:1.38;
}
.jws-ham-note p{
  margin:0;
}
.jws-ham-note strong{
  color:var(--brand,#12314f);
}
.jws-ham-note-icon{
  line-height:1.35;
}
.jws-ham-weight-info{
  display:grid;
  gap:5px;
  padding:8px 9px;
  border:1px solid var(--stroke,#d7dfe4);
  border-radius:var(--radius-sm,8px);
  background:var(--surface-alt,#f5f7f8);
  color:#53616b;
  font-size:.7rem;
  line-height:1.38;
}
.jws-ham-weight-info[hidden],
.jws-ham-card .jws-house-specialty-summary[hidden],
.jws-ham-card .jws-house-specialty-add[hidden]{
  display:none!important;
}
.jws-ham-weight-head{
  display:flex;
  flex-wrap:wrap;
  align-items:baseline;
  justify-content:space-between;
  gap:4px 10px;
}
.jws-ham-weight-title{
  color:var(--brand,#12314f);
  font-size:.76rem;
}
.jws-ham-weight-price{
  color:#8f2424;
  font-size:.76rem;
  font-weight:800;
}
.jws-ham-weight-copy{
  margin:0;
}
.jws-ham-weight-call{
  width:max-content;
  max-width:100%;
  color:#8f2424;
  font-size:.71rem;
  font-weight:800;
  text-decoration:underline;
  text-underline-offset:2px;
}
.jws-ham-weight-call:hover{
  color:#6f1b1b;
}
.jws-ham-weight-call:focus-visible{
  outline:3px solid rgba(168,50,50,.25);
  outline-offset:2px;
}
@media(max-width:640px){
  .jws-ham-card .jws-house-specialty-choices{gap:5px;}
  .jws-ham-card .jws-ham-option{min-height:36px;padding:6px 10px;font-size:.72rem;}
}
