.nefdex-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}

.nefdex-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.nefdex-grid-two {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.nefdex-form input,
.nefdex-form textarea {
  width: 100%;
  border: 1px solid #ccd0d4;
  border-radius: 4px;
  padding: 0.65rem;
}

.nefdex-form textarea {
  min-height: 110px;
}

.nefdex-note {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  color: #555;
}

.nefdex-btn {
  background: #00546e;
  color: #fff;
  border: 0;
  border-radius: 4px;
  display: inline-block;
  padding: 0.55rem 1rem;
  text-decoration: none;
  cursor: pointer;
}

.nefdex-btn:hover {
  background: #003f54;
  color: #fff;
}

.nefdex-btn-light {
  background: #f1f5f8;
  color: #13313f;
  border: 1px solid #c9d8e2;
}

.nefdex-btn-small {
  font-size: 0.85rem;
  padding: 0.35rem 0.7rem;
}

.nefdex-success {
  margin-bottom: 1rem;
  padding: 0.8rem;
  border: 1px solid #3c8d40;
  color: #1f6a22;
  background: #edf9ed;
}

.nefdex-toolbar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 0;
}

.nefdex-toolbar input[type="text"],
.nefdex-toolbar input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  padding: 0.65rem 0.85rem;
  border: 1px solid #cfdbe4;
  border-radius: 8px;
  background: #fff;
  font-size: 0.95rem;
}

.nefdex-toolbar input[type="search"]:focus {
  border-color: #2e7394;
  box-shadow: 0 0 0 3px rgba(46, 115, 148, 0.16);
  outline: none;
}

.nefdex-toolbar-search {
  width: 100%;
}

.nefdex-toolbar-filters {
  display: grid;
  grid-template-columns: minmax(160px, 0.85fr) minmax(220px, 1.1fr) minmax(240px, 1.15fr);
  gap: 0.75rem;
}

.nefdex-filter-group {
  background: #f9fcff;
  border: 1px solid #e1e9ef;
  border-radius: 9px;
  padding: 0.65rem 0.75rem;
  min-width: 0;
}

.nefdex-filter-label {
  display: block;
  margin: 0 0 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6a75;
}

.nefdex-family-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.55rem 2rem 0.55rem 0.65rem;
  border: 1px solid #cfdbe4;
  border-radius: 7px;
  background: #fff;
  font-size: 1rem;
  line-height: 1.25;
  min-height: 44px;
  color: #1c2c36;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-appearance: menulist;
  appearance: menulist;
  position: relative;
  z-index: 2;
}

.nefdex-family-select:focus {
  border-color: #2e7394;
  box-shadow: 0 0 0 3px rgba(46, 115, 148, 0.16);
  outline: none;
}

.nefdex-filter-family {
  position: relative;
  z-index: 3;
}

.nefdex-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.15rem 0.45rem;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nefdex-badge-series {
  background: #fff3cd;
  color: #7a5b00;
  border: 1px solid #f0d78c;
}

.nefdex-radios {
  display: flex;
  gap: 0.4rem;
  align-items: stretch;
  flex-wrap: wrap;
}

.nefdex-radios-label {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #5a6a75;
  margin-right: 0.15rem;
}

.nefdex-filter-group .nefdex-radios {
  margin-top: 0;
}

.nefdex-filter-group .nefdex-radios label {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 0;
  padding: 0.38rem 0.6rem;
  border: 1px solid #d4e0e8;
  border-radius: 7px;
  background: #fff;
  font-size: 0.86rem;
  line-height: 1.25;
  color: #23313b;
  cursor: pointer;
  transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
}

.nefdex-filter-group .nefdex-radios label:hover {
  border-color: #bad2e1;
  background: #f6fbff;
}

.nefdex-filter-group .nefdex-radios label:has(input:checked) {
  border-color: #0e6a8a;
  background: #e8f4f8;
  color: #0d5975;
  font-weight: 600;
}

.nefdex-filter-group .nefdex-radios input[type="radio"] {
  margin: 0;
  flex: 0 0 auto;
  accent-color: #0e6a8a;
}

.nefdex-stock-header {
  margin-bottom: 1rem;
}

#nefdex-stock-list .nefdex-stock-list-title {
  margin: 0 0 0.3rem;
  font-size: 1.65rem;
  line-height: 1.2;
  color: #14323f;
}

#nefdex-stock-list .nefdex-freshness {
  margin: 0;
  font-size: 0.88rem;
  color: #5a6a75;
}

#nefdex-stock-list .nefdex-freshness strong {
  font-weight: 600;
  color: #465560;
}

.nefdex-stock-controls {
  border: 1px solid #dce6ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(14, 35, 48, 0.06);
  padding: 1rem;
  margin-bottom: 1rem;
}

.nefdex-stock-controls .nefdex-pagination {
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0.85rem;
  border-top: 1px solid #e8eef3;
}

.nefdex-stock-controls .nefdex-pagination label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: #465560;
}

.nefdex-stock-controls .nefdex-pagination select {
  padding: 0.35rem 0.5rem;
  border: 1px solid #cfdbe4;
  border-radius: 6px;
  background: #fff;
  font-size: 0.88rem;
}

.nefdex-stock-controls .nefdex-page-status {
  font-size: 0.88rem;
  color: #5a6a75;
  font-weight: 500;
}

.nefdex-stock-list-title {
  cursor: pointer;
  user-select: none;
}

.nefdex-downloads {
  margin: 0.75rem 0;
  display: none;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.nefdex-downloads.nefdex-downloads--visible {
  display: flex;
}

.nefdex-table {
  width: 100%;
  border-collapse: collapse;
}

.nefdex-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.nefdex-cell-value {
  display: block;
  min-width: 0;
}

.nefdex-table th,
.nefdex-table td {
  border: 1px solid #d8dfe4;
  padding: 0.7rem 0.65rem;
  text-align: left;
  vertical-align: middle;
}

#nefdex-stock-list .nefdex-table th,
#nefdex-stock-list .nefdex-table thead th,
#nefdex-stock-list .nefdex-table th .nefdex-sort {
  font-weight: 700;
  color: #14323f;
}

.nefdex-table tbody tr:nth-child(even) {
  background: #fafbfd;
}

.nefdex-table tbody tr:hover {
  background: #f3f8fb;
}

.nefdex-sort {
  border: 0;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}

#nefdex-stock-list .nefdex-sort-static {
  cursor: default;
  pointer-events: none;
}

.nefdex-link {
  margin-right: 0.5rem;
}

.nefdex-pagination {
  margin-top: 0.9rem;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  flex-wrap: wrap;
}

.nefdex-pagination .nefdex-btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.nefdex-pagination select {
  padding: 0.35rem 0.5rem;
}

.nefdex-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nefdex-btn-disabled {
  opacity: 0.55;
  cursor: not-allowed;
  pointer-events: none;
}

.nefdex-actions .nefdex-btn,
.nefdex-actions .nefdex-btn-disabled {
  white-space: nowrap;
  min-width: 78px;
  text-align: center;
}

/* Desktop stock list column sizing */
@media (min-width: 769px) {
  #nefdex-stock-list .nefdex-table {
    table-layout: auto;
    min-width: 920px;
  }

  #nefdex-stock-list .nefdex-table th,
  #nefdex-stock-list .nefdex-table td {
    overflow: hidden;
    vertical-align: top;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-part-number,
  #nefdex-stock-list .nefdex-table td.nefdex-col-part-number {
    width: 12%;
    min-width: 130px;
  }

  #nefdex-stock-list .nefdex-table td.nefdex-col-part-number {
    font-weight: 700;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-family,
  #nefdex-stock-list .nefdex-table td.nefdex-col-family {
    width: 7%;
    min-width: 72px;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-description,
  #nefdex-stock-list .nefdex-table td.nefdex-col-description {
    width: 30%;
    min-width: 220px;
  }

  #nefdex-stock-list .nefdex-table td.nefdex-col-description .nefdex-cell-value {
    word-break: break-word;
    line-height: 1.35;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-sizethread,
  #nefdex-stock-list .nefdex-table td.nefdex-col-sizethread {
    width: 5%;
    min-width: 48px;
    max-width: 64px;
    /* font-size: 0.92rem; */
    white-space: nowrap;
  }

  #nefdex-stock-list .nefdex-col-sizethread .nefdex-sort {
    white-space: normal;
    line-height: 1.2;
    text-align: left;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-length,
  #nefdex-stock-list .nefdex-table td.nefdex-col-length {
    width: 6%;
    min-width: 56px;
    max-width: 72px;
    white-space: nowrap;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-qty,
  #nefdex-stock-list .nefdex-table td.nefdex-col-qty {
    width: 5%;
    min-width: 48px;
    white-space: nowrap;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-action,
  #nefdex-stock-list .nefdex-table td.nefdex-col-action {
    width: 9%;
    min-width: 96px;
    max-width: 108px;
    overflow: visible;
    white-space: nowrap;
  }

  #nefdex-stock-list .nefdex-table th.nefdex-col-market,
  #nefdex-stock-list .nefdex-table td.nefdex-col-market {
    width: 13%;
    min-width: 118px;
    overflow: visible;
  }

  #nefdex-stock-list .nefdex-col-action .nefdex-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    flex-wrap: nowrap;
  }

  #nefdex-stock-list .nefdex-col-action .nefdex-actions .nefdex-btn,
  #nefdex-stock-list .nefdex-col-action .nefdex-actions .nefdex-btn-disabled {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
}

@media (min-width: 769px) and (max-width: 960px) {
  .nefdex-toolbar-filters {
    grid-template-columns: 1fr 1fr;
  }

  .nefdex-filter-stock {
    grid-column: 1 / -1;
  }
}

#nefdex-stock-list.nefdex-is-loading {
  cursor: wait;
}

.nefdex-stock-loading {
  position: absolute;
  inset: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
}

.nefdex-stock-loading[hidden] {
  display: none !important;
}

.nefdex-stock-loading-inner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #d8dfe4;
  box-shadow: 0 2px 8px rgba(15, 37, 50, 0.08);
  font-weight: 600;
  color: #1f2f3b;
}

.nefdex-spinner {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #c9d8e2;
  border-top-color: #00546e;
  border-radius: 50%;
  animation: nefdex-spin 0.75s linear infinite;
}

@keyframes nefdex-spin {
  to {
    transform: rotate(360deg);
  }
}

.nefdex-type {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.nefdex-type-military {
  background: #e8f2ff;
  color: #134a8e;
}

.nefdex-type-commercial {
  background: #f1f3f5;
  color: #3b4650;
}

.nefdex-nsn-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.nefdex-nsn-list li {
  background: #f1f3f5;
  border: 1px solid #d9e1e7;
  border-radius: 6px;
  padding: 0.3rem 0.6rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.92rem;
}

.nefdex-part-page article {
  background: #fff;
  border: 1px solid #d9e1e7;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(15, 37, 50, 0.06);
  overflow: hidden;
}

.nefdex-part-header {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e7edf2;
  background: linear-gradient(180deg, #f8fbfd 0%, #f2f7fa 100%);
}

.nefdex-part-header .entry-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.55rem);
  line-height: 1.35;
}

.nefdex-part-lead {
  margin: 0.5rem 0 0;
  font-size: 1rem;
  color: #3d5566;
  line-height: 1.45;
}

.nefdex-part-spec-source {
  margin: 0.75rem 0 0;
}

.nefdex-part-engineering {
  margin-top: 0.75rem;
  border: 1px solid #e2e9ee;
  border-radius: 8px;
  padding: 0.5rem 0.75rem;
  background: #f8fafb;
}

.nefdex-part-engineering summary {
  cursor: pointer;
  font-weight: 600;
  color: #1f2f3b;
}

.nefdex-part-engineering p {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  color: #3d5566;
}

.nefdex-part-number-display {
  margin: 0.35rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: #0f4f72;
}

.nefdex-part-notice {
  margin: 0 1.1rem 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 8px;
  font-size: 0.92rem;
}

.nefdex-part-notice-series {
  background: #fff8e6;
  border: 1px solid #f0d78c;
  color: #5c4a12;
}

.nefdex-part-section {
  margin-bottom: 1.25rem;
}

.nefdex-part-section-title {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  color: #0f4f72;
  border-bottom: 1px solid #e2e9ee;
  padding-bottom: 0.35rem;
}

.nefdex-part-prose {
  font-size: 0.98rem;
  line-height: 1.55;
  color: #2a3d4a;
  white-space: pre-wrap;
}

.nefdex-part-inventory-block {
  background: #f8fafb;
  border: 1px solid #e2e9ee;
  border-radius: 8px;
  padding: 0.85rem 1rem;
}

.nefdex-part-content {
  padding: 1rem 1.1rem 1.15rem;
}

.nefdex-part-grid {
  gap: 0.8rem;
}

.nefdex-part-field {
  border: 1px solid #e2e9ee;
  border-radius: 8px;
  background: #fbfdff;
  padding: 0.7rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.nefdex-part-field-wide {
  grid-column: 1 / -1;
}

.nefdex-part-label {
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #5e6a73;
}

.nefdex-part-value {
  font-size: 1rem;
  color: #1f2f3b;
  word-break: break-word;
}

.nefdex-part-stock {
  background: #eff7fb;
  border-color: #cde2ef;
}

.nefdex-part-stock .nefdex-part-value {
  font-weight: 700;
  color: #0f4f72;
}

.nefdex-part-note {
  margin-top: 0.9rem;
}

.nefdex-part-cta {
  margin: 0.8rem 0 0;
}

.nefdex-rfq {
  max-width: 980px;
}

.nefdex-rfq h1 {
  margin: 0 0 0.35rem;
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
  line-height: 1.2;
  color: #14323f;
}

.nefdex-rfq > p {
  margin: 0.35rem 0;
  color: #465560;
}

.nefdex-rfq .nefdex-form {
  margin-top: 1rem;
  border: 1px solid #dce6ed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(14, 35, 48, 0.06);
  padding: 1rem;
}

.nefdex-rfq .nefdex-grid {
  margin-bottom: 0.9rem;
}

.nefdex-rfq-request-grid {
  grid-template-columns: 1fr;
}

.nefdex-rfq-request-type {
  max-width: 100%;
  margin: 0;
  border: 1px solid #d4e0e8;
  border-radius: 9px;
  background: #f9fcff;
  padding: 0.7rem 0.75rem 0.75rem;
}

.nefdex-rfq-request-type legend {
  margin: 0;
  padding: 0 0.25rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4d5c67;
}

.nefdex-rfq .nefdex-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nefdex-rfq .nefdex-grid > div {
  background: #fbfdff;
  border: 1px solid #e1e9ef;
  border-radius: 9px;
  padding: 0.7rem 0.75rem;
}

.nefdex-rfq .nefdex-grid > div > label:first-child {
  display: block;
  margin: 0 0 0.35rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #4f5e69;
}

.nefdex-rfq .nefdex-radios {
  gap: 1.25rem;
  margin-top: 0.1rem;
  align-items: flex-start;
}

.nefdex-rfq-request-options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.15rem;
}

.nefdex-rfq-request-choice {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex: 1 1 320px;
  min-width: 0;
  gap: 0.45rem;
  margin: 0;
  width: auto;
  text-align: left;
  border: 1px solid #d7e3eb;
  border-radius: 7px;
  background: #fff;
  padding: 0.5rem 0.6rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.nefdex-rfq-request-choice:hover {
  border-color: #bad2e1;
  background: #f6fbff;
}

.nefdex-rfq-request-choice input[type="radio"] {
  margin: 0.2rem 0 0 !important;
  flex: 0 0 auto !important;
  align-self: flex-start !important;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  accent-color: #0e6a8a;
}

.nefdex-rfq-request-choice input[type="radio"]:checked + .nefdex-rfq-request-text {
  color: #0d5975;
  font-weight: 600;
}

.nefdex-rfq-request-choice .nefdex-rfq-request-text {
  display: block !important;
  position: static !important;
  float: none !important;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.35;
  color: #23313b;
  white-space: normal;
  word-break: break-word;
  text-align: left !important;
  cursor: pointer;
}

.nefdex-rfq .nefdex-radios label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.35rem;
  font-size: 0.95rem;
  color: #23313b;
}

.nefdex-rfq .nefdex-radios input[type="radio"] {
  margin: 0.2rem 0 0;
}

.nefdex-rfq .nefdex-form input,
.nefdex-rfq .nefdex-form textarea {
  border-color: #cfdbe4;
  border-radius: 7px;
  background: #fff;
  font-size: 0.98rem;
}

.nefdex-rfq .nefdex-form input:focus,
.nefdex-rfq .nefdex-form textarea:focus {
  border-color: #2e7394;
  box-shadow: 0 0 0 3px rgba(46, 115, 148, 0.16);
  outline: none;
}

.nefdex-rfq textarea#part_description,
.nefdex-rfq textarea#message {
  min-height: 125px;
}

.nefdex-rfq textarea#part_description {
  color: #1c2c36;
}

.nefdex-rfq input[readonly] {
  background: #eff6fb;
  border-color: #c9d9e5;
  color: #1e4d67;
  font-weight: 600;
}

.nefdex-rfq .nefdex-note {
  margin-top: 0.45rem;
  padding: 0.45rem 0.55rem;
  border-radius: 6px;
  background: #f4f8fb;
  border: 1px solid #e0e8ef;
  color: #4a5a67;
}

.nefdex-rfq .nefdex-form > .nefdex-note {
  margin-top: 0.75rem;
}

.nefdex-recaptcha-disclosure {
  font-size: 0.85rem;
}

.nefdex-recaptcha-disclosure a {
  color: #0e6a8a;
}

.nefdex-rfq .nefdex-btn[type="submit"] {
  margin-top: 0.7rem;
  padding: 0.65rem 1.2rem;
  font-size: 0.98rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  #nefdex-stock-list.nefdex-wrap {
    width: 100%;
    max-width: none;
    padding: 0.5rem 0;
    margin-left: 0;
    margin-right: 0;
  }

  .nefdex-toolbar,
  .nefdex-downloads,
  .nefdex-pagination {
    gap: 0.5rem;
  }

  .nefdex-toolbar-filters {
    grid-template-columns: 1fr;
  }

  .nefdex-stock-controls {
    padding: 0.75rem;
    border-radius: 10px;
  }

  #nefdex-stock-list .nefdex-stock-list-title {
    font-size: 1.35rem;
  }

  .nefdex-toolbar input[type="text"],
  .nefdex-toolbar input[type="search"] {
    min-width: 100%;
    width: 100%;
  }

  .nefdex-filter-group .nefdex-radios {
    flex-direction: column;
    align-items: stretch;
  }

  .nefdex-filter-group .nefdex-radios label {
    width: 100%;
    box-sizing: border-box;
  }

  .nefdex-radios-type,
  .nefdex-radios-stock {
    width: 100%;
  }

  .nefdex-btn {
    padding: 0.45rem 0.8rem;
  }

  .nefdex-btn-small {
    font-size: 0.8rem;
    padding: 0.3rem 0.55rem;
  }

  .nefdex-table-wrap {
    overflow-x: visible;
  }

  .nefdex-table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: auto;
  }

  .nefdex-table thead {
    display: none;
  }

  .nefdex-table tbody tr {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d8dfe4;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 0.75rem;
    padding: 0.35rem 0.6rem;
  }

  .nefdex-table tbody tr:nth-child(even),
  .nefdex-table tbody tr:hover {
    background: #fff;
  }

  .nefdex-table tbody tr.nefdex-table-message {
    padding: 0;
  }

  .nefdex-table tbody tr.nefdex-table-message td {
    border: 0;
    display: block;
    text-align: center;
    padding: 0.75rem;
  }

  .nefdex-table td {
    border: 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.65rem;
    padding: 0.5rem 0;
    width: 100%;
    box-sizing: border-box;
    overflow: visible;
  }

  #nefdex-stock-list .nefdex-table td[class*="nefdex-col-"] {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    white-space: normal;
    font-size: inherit;
  }

  .nefdex-table td::before {
    content: attr(data-label);
    flex: 0 0 88px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #5b6670;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    line-height: 1.35;
    padding-top: 0.1rem;
  }

  .nefdex-table td .nefdex-cell-value {
    flex: 1 1 auto;
    min-width: 0;
    word-break: normal;
    overflow-wrap: break-word;
    line-height: 1.4;
  }

  .nefdex-table td.nefdex-col-description .nefdex-cell-value {
    line-height: 1.45;
  }

  .nefdex-actions {
    gap: 0.4rem;
    flex-wrap: wrap;
    white-space: normal;
  }

  .nefdex-actions .nefdex-btn,
  .nefdex-actions .nefdex-btn-disabled {
    min-width: 82px;
  }

  .nefdex-part-header,
  .nefdex-part-content {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  .nefdex-part-field {
    padding: 0.6rem 0.65rem;
  }

  .nefdex-rfq .nefdex-form {
    padding: 0.75rem;
    border-radius: 10px;
  }

  .nefdex-rfq .nefdex-grid-two {
    grid-template-columns: 1fr;
  }

  .nefdex-rfq .nefdex-grid > div {
    padding: 0.6rem;
  }

  .nefdex-rfq .nefdex-radios {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.45rem;
  }

  .nefdex-rfq-request-options {
    display: grid;
    grid-template-columns: 1fr;
  }
}
