/* Options page — compact, readable mobile list. */
@media (max-width: 760px) {
  body:not(.home) .specific-options > header {
    margin-bottom: 28px !important;
  }

  body:not(.home) .specific-options .option-table {
    display: grid !important;
    gap: 7px !important;
    width: 100% !important;
    overflow: visible !important;
    border-top: 0 !important;
  }

  body:not(.home) .specific-options .option-row {
    min-width: 0 !important;
  }

  body:not(.home) .specific-options .option-head {
    display: none !important;
  }

  body:not(.home) .specific-options .option-row:not(.option-head):not(.option-total) {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-areas: "name price" !important;
    align-items: center !important;
    gap: 10px 14px !important;
    min-height: 56px !important;
    padding: 11px 14px !important;
    border: 1px solid #dce2e5 !important;
    border-left: 3px solid #7f9275 !important;
    border-radius: 3px !important;
    background: #fff !important;
  }

  body:not(.home) .specific-options .option-row:not(.option-head):not(.option-total) > * {
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }

  body:not(.home) .specific-options .option-row > span:first-child {
    display: none !important;
  }

  body:not(.home) .specific-options .option-row > span:nth-child(2) {
    display: none !important;
  }

  body:not(.home) .specific-options .option-row > span:nth-child(2)::before {
    content: "적용 " !important;
    color: #a0a8ad !important;
    font-weight: 500 !important;
  }

  body:not(.home) .specific-options .option-row > strong {
    grid-area: name !important;
    margin: 0 !important;
    color: #1d2932 !important;
    font-size: 15px !important;
    font-weight: 750 !important;
    line-height: 1.35 !important;
    overflow-wrap: anywhere !important;
  }

  body:not(.home) .specific-options .option-row > em {
    grid-area: price !important;
    margin: 0 !important;
    color: #273747 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    text-align: right !important;
  }

  body:not(.home) .specific-options .option-row > em::before {
    content: "옵션비 " !important;
    margin-right: 5px !important;
    color: #8b949a !important;
    font-size: 11px !important;
    font-weight: 600 !important;
  }

  body:not(.home) .specific-options .option-total {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 20px !important;
    min-height: 54px !important;
    padding: 13px 16px !important;
    border: 0 !important;
    background: #263241 !important;
  }

  body:not(.home) .specific-options .option-total > * {
    padding: 0 !important;
    border: 0 !important;
    color: #fff !important;
    background: transparent !important;
    -webkit-text-fill-color: #fff !important;
  }

  body:not(.home) .specific-options .option-total strong {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    font-size: 14px !important;
    font-weight: 650 !important;
  }

  body:not(.home) .specific-options .option-total em {
    margin-left: auto !important;
    font-size: 17px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    color: #fff !important;
    opacity: 1 !important;
    -webkit-text-fill-color: #fff !important;
  }

  body:not(.home) .specific-options .option-total em::before {
    content: none !important;
  }
}

@media (max-width: 390px) {
  body:not(.home) .specific-options .option-row:not(.option-head):not(.option-total) {
    padding: 10px 12px !important;
  }

  body:not(.home) .specific-options .option-row > strong {
    font-size: 14px !important;
  }
}
