.ch8-partner-price-box {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid #e7e2dc;
  border-left: 4px solid #fe5432;
  background: #fff;
  color: #222;
}
.ch8-partner-price-box__badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fe5432;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.ch8-partner-price-box__regular { color: #747474; font-size: 14px; }
.ch8-partner-price-box__price { margin-top: 4px; color: #fe5432; font-size: 26px; font-weight: 800; }
.ch8-partner-price-box__price span { color: #222; font-size: 13px; font-weight: 600; }
.ch8-partner-login { max-width: 440px; }
.ch8-partner-login label { display: block; margin-bottom: 6px; font-weight: 700; }
.ch8-partner-login input { box-sizing: border-box; width: 100%; padding: 12px; border: 1px solid #cfcfcf; }
.ch8-partner-login__remember { display: flex !important; align-items: center; gap: 8px; font-weight: 400 !important; }
.ch8-partner-login__remember input { width: auto; }
.ch8-partner-login__note { padding: 12px; background: #f6f6f6; font-size: 13px; }
.ch8-partner-login button { width: 100%; padding: 13px 20px; border: 0; background: #171717; color: #fff; font-weight: 700; cursor: pointer; }
.ch8-partner-login__error { margin: 12px 0; padding: 12px; border-left: 4px solid #c62828; background: #fff1f1; }
.ch8-partner-login__message,
.ch8-partner-login__switch { max-width: 560px; padding: 20px; border: 1px solid #dedede; background: #fff; }
.ch8-partner-login__switch { border-left: 4px solid #fe5432; }
.ch8-partner-login__switch p { margin: 10px 0 16px; }

.ch8-partner-entry {
  position: fixed;
  top: 35px;
  right: 205px;
  z-index: 10000;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #171717;
  background: rgba(255,255,255,.96);
  color: #171717;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  text-decoration: none;
}
.ch8-partner-entry:hover { background: #171717; color: #fff; }
.ch8-partner-entry__mark { color: #fe5432; font-size: 10px; letter-spacing: .08em; }
.ch8-partner-entry--active { border-color: #fe5432; }
.ch8-partner-menu-item > a { font-weight: 700; }
.ch8-partner-portal__welcome { margin-bottom: 28px; padding: 26px; background: #171717; color: #fff; }
.ch8-partner-portal__welcome span { color: #fe5432; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.ch8-partner-portal__welcome h2 { margin: 8px 0; color: #fff; }
.ch8-partner-portal__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.ch8-partner-portal__card { display: flex; min-height: 190px; flex-direction: column; padding: 22px; border: 1px solid #dedede; background: #fff; }
.ch8-partner-portal__card h3 { margin: 0 0 8px; }
.ch8-partner-portal__card p { flex: 1; }
.ch8-partner-portal__card a,
.ch8-partner-button { display: inline-block; padding: 11px 16px; background: #171717; color: #fff; font-weight: 700; text-align: center; text-decoration: none; }
.ch8-partner-portal__logout { margin-top: 24px; text-align: right; }
.ch8-partner-panel { padding: 24px; border: 1px solid #dedede; background: #fff; }
.ch8-partner-panel__notice { padding: 12px; border-left: 4px solid #fe5432; background: #fff6f2; }
.ch8-partner-page-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 26px; padding: 24px; background: #171717; color: #fff; }
.ch8-partner-page-head span { color: #fe5432; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.ch8-partner-page-head h2 { margin: 6px 0; color: #fff; }
.ch8-partner-page-head p { margin: 0; color: #ddd; }
.ch8-partner-page-head a, .ch8-partner-cart-link { flex: 0 0 auto; padding: 11px 15px; border: 1px solid #fff; color: #fff; text-decoration: none; }
.ch8-partner-page-head .ch8-partner-category-reset { display: inline-block; margin-top: 12px; padding: 0; border: 0; color: #fff; font-size: 13px; text-decoration: underline; }
.ch8-partner-notice { margin: 0 0 20px; padding: 12px 16px; border-left: 4px solid #fe5432; background: #fff6f2; }
.ch8-partner-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ch8-partner-product { display: flex; overflow: hidden; border: 1px solid #e2e2e2; background: #fff; flex-direction: column; }
.ch8-partner-product__image { display: flex; width: 100%; height: auto; aspect-ratio: 1 / 1; overflow: hidden; align-items: center; justify-content: center; background: #f5f5f5; color: #999; }
.ch8-partner-product__image img { display: block; width: 100%; max-width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ch8-partner-product__image { text-decoration: none; }
.ch8-partner-product__body { display: flex; padding: 18px; flex: 1; flex-direction: column; }
.ch8-partner-product__body form { display: flex; flex: 1; flex-direction: column; }
.ch8-partner-product h3 { display: -webkit-box; min-height: 4.35em; max-height: 4.35em; margin: 0 0 14px; overflow: hidden; font-size: 17px; line-height: 1.45; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.ch8-partner-product h3 a { color: inherit; text-decoration: none; }
.ch8-partner-product h3 a:hover { color: #fe5432; }
.ch8-partner-product label { display: block; font-size: 12px; font-weight: 700; }
.ch8-partner-product select { width: 100%; margin-top: 5px; padding: 9px; }
.ch8-partner-product__prices { position: relative; margin: 15px 0; padding-top: 10px; border-top: 1px solid #eee; }
.ch8-partner-product__prices span, .ch8-partner-product__prices strong { display: block; }
.ch8-partner-product__prices span { color: #777; font-size: 12px; text-decoration: line-through; }
.ch8-partner-product__prices strong { color: #fe5432; font-size: 21px; }
.ch8-partner-product__prices strong.ch8-partner-price--standard { color: #222; }
.ch8-partner-product__prices em { position: absolute; top: 8px; right: 0; padding: 3px 7px; background: #fe5432; color: #fff; font-size: 11px; font-style: normal; font-weight: 800; }
.ch8-partner-product__actions { display: flex; align-items: flex-end; gap: 10px; margin-top: auto; }
.ch8-partner-product__actions input { width: 65px; padding: 9px; }
.ch8-partner-product__actions button, .ch8-partner-cart-summary button, .ch8-inline-form button { padding: 10px 12px; border: 0; background: #171717; color: #fff; cursor: pointer; }
.ch8-partner-product__detail-link { display: block; margin-top: 12px; color: #333; font-size: 13px; font-weight: 700; text-align: center; text-decoration: underline; }
.ch8-partner-product-detail__layout { display: grid; grid-template-columns: minmax(320px, 1fr) minmax(320px, .9fr); gap: 42px; align-items: start; }
.ch8-partner-product-detail__image { display: flex; min-height: 440px; overflow: hidden; align-items: center; justify-content: center; background: #f5f5f5; }
.ch8-partner-product-detail__image img { display: block; width: 100%; max-width: 100%; height: auto; max-height: 620px; object-fit: contain; }
.ch8-partner-product-detail__body { padding: 8px 0; }
.ch8-partner-product-detail__body h1 { margin: 0 0 28px; font-size: 28px; line-height: 1.45; }
.ch8-partner-product-detail__body label { display: block; font-size: 13px; font-weight: 700; }
.ch8-partner-product-detail__body select { width: 100%; margin-top: 6px; padding: 11px; }
.ch8-partner-product-detail__body .ch8-partner-product__prices { margin: 24px 0 12px; }
.ch8-partner-product-detail__body .ch8-partner-product__prices strong { font-size: 28px; }
.ch8-partner-product-detail__stock { margin: 0 0 20px; color: #666; font-size: 13px; }
.ch8-partner-product-detail__description { margin-top: 46px; padding-top: 30px; border-top: 1px solid #ddd; }
.ch8-partner-product-detail__description img { max-width: 100%; height: auto; }
.ch8-partner-pagination { margin: 25px 0; text-align: center; }
.ch8-partner-pagination .page-numbers { display: inline-block; padding: 8px 11px; border: 1px solid #ddd; }
.ch8-partner-cart-table-wrap { overflow-x: auto; }
.ch8-partner-cart-table { width: 100%; border-collapse: collapse; background: #fff; }
.ch8-partner-cart-table th, .ch8-partner-cart-table td { padding: 14px 10px; border-bottom: 1px solid #ddd; text-align: left; vertical-align: middle; }
.ch8-partner-cart-table small { display: block; color: #777; }
.ch8-partner-cart-table__price { color: #fe5432; font-weight: 800; white-space: nowrap; }
.ch8-inline-form { display: flex; gap: 5px; }
.ch8-inline-form input { width: 65px; }
.ch8-link-button { border: 0; background: transparent; color: #a00; text-decoration: underline; cursor: pointer; }
.ch8-partner-cart-summary { max-width: 560px; margin: 25px 0 0 auto; padding: 22px; background: #f5f5f5; }
.ch8-partner-cart-summary form { display: flex; align-items: flex-end; gap: 10px; }
.ch8-partner-cart-summary label { flex: 1; font-size: 12px; font-weight: 700; }
.ch8-partner-cart-summary select { display: block; width: 100%; margin-top: 5px; padding: 9px; }
.ch8-partner-cart-summary dl div { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid #ddd; }
.ch8-partner-cart-summary__total { color: #fe5432; font-size: 20px; font-weight: 800; }
.ch8-partner-cart-summary__note { font-size: 12px; color: #666; }
.ch8-partner-order-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ch8-partner-order-grid label { font-size: 12px; font-weight: 700; }
.ch8-partner-order-grid input, .ch8-partner-order-grid select, .ch8-partner-order-grid textarea { box-sizing: border-box; display: block; width: 100%; margin-top: 5px; padding: 10px; border: 1px solid #ccc; }
.ch8-partner-order-grid .ch8-wide { grid-column: 1 / -1; }
.ch8-partner-button--secondary { margin-top: 9px; background: #fff; color: #171717; border: 1px solid #171717; }
.ch8-partner-order-layout { display: grid; grid-template-columns: minmax(360px, 1fr) minmax(420px, .9fr); gap: 24px; align-items: start; }
.ch8-partner-order-form .ch8-partner-button { width: 100%; border: 0; cursor: pointer; }
.ch8-partner-order-form .ch8-partner-button[disabled] { cursor: not-allowed; opacity: .45; }
.ch8-partner-order-summary table { width: 100%; border-collapse: collapse; font-size: 13px; }
.ch8-partner-order-summary th, .ch8-partner-order-summary td { padding: 9px 6px; border-bottom: 1px solid #ddd; text-align: right; }
.ch8-partner-order-summary th:first-child, .ch8-partner-order-summary td:first-child { text-align: left; }
.ch8-partner-order-summary small { display: block; color: #777; }
.ch8-partner-order-summary dl div, .ch8-partner-order-complete dl div { display: flex; justify-content: space-between; padding: 9px 0; border-bottom: 1px solid #ddd; }
.ch8-partner-order-summary__total { color: #fe5432; font-size: 20px; font-weight: 800; }
.ch8-partner-order-complete { max-width: 620px; margin: 0 auto; text-align: center; }
.ch8-partner-order-complete > span { display: block; color: #666; font-size: 13px; }
.ch8-partner-order-complete > strong { display: block; margin: 6px 0 24px; color: #fe5432; font-size: 28px; letter-spacing: .06em; }
.ch8-partner-order-complete dl { margin: 0 0 24px; text-align: left; }
.ch8-partner-quote-order-button { box-sizing: border-box; display: block; width: 100%; margin-top: 10px; background: #fe5432; }
.ch8-partner-quote-layout { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(520px, 1.35fr); gap: 24px; align-items: start; }
.ch8-partner-quote-form label { display: block; margin: 0 0 15px; font-size: 12px; font-weight: 700; }
.ch8-partner-quote-form input, .ch8-partner-quote-form select, .ch8-partner-quote-form textarea { box-sizing: border-box; display: block; width: 100%; margin-top: 5px; padding: 10px; border: 1px solid #ccc; }
.ch8-partner-quote-shipping { margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #dedede; }
.ch8-partner-quote-shipping .ch8-partner-button { width: 100%; }
.ch8-partner-shipping-confirmed { display: flex; margin: -4px 0 18px; padding: 12px 14px; border-left: 4px solid #2f7d4c; background: #f1f8f3; flex-direction: column; gap: 3px; }
.ch8-partner-shipping-confirmed strong { color: #245f3b; }
.ch8-partner-shipping-confirmed span { color: #666; font-size: 12px; }
.ch8-partner-quote-form button[disabled] { cursor: not-allowed; opacity: .45; }
.ch8-quote-paper { padding: 42px; border: 1px solid #d8d8d8; background: #fff; color: #222; box-shadow: 0 15px 40px rgba(0,0,0,.07); }
.ch8-quote-paper header { display: flex; justify-content: space-between; align-items: flex-start; border-bottom: 3px solid #171717; }
.ch8-quote-paper header span { color: #fe5432; font-size: 10px; letter-spacing: .15em; }
.ch8-quote-paper header h2 { margin: 5px 0 14px; font-size: 26px; letter-spacing: .2em; }
.ch8-quote-paper header > strong { font-size: 21px; letter-spacing: .08em; }
.ch8-quote-paper__meta { display: grid; grid-template-columns: 1fr 240px; gap: 25px; margin: 30px 0; }
.ch8-quote-paper__meta h3 { border-bottom: 1px solid #222; padding-bottom: 7px; }
.ch8-quote-paper__meta dl { margin: 0; font-size: 11px; }
.ch8-quote-paper__meta dl div { display: flex; justify-content: space-between; padding: 5px 0; }
.ch8-quote-paper__total { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 25px; padding: 15px 18px; background: #f0f0ed; }
.ch8-quote-paper__total strong { color: #fe5432; font-size: 25px; }
.ch8-quote-paper table { width: 100%; border-collapse: collapse; font-size: 12px; }
.ch8-quote-paper th, .ch8-quote-paper td { padding: 10px; border: 1px solid #bbb; text-align: right; }
.ch8-quote-paper th:first-child, .ch8-quote-paper td:first-child { text-align: left; }
.ch8-quote-paper td small { display: block; color: #666; }
.ch8-quote-paper footer { display: flex; justify-content: space-between; gap: 25px; margin-top: 30px; font-size: 10px; color: #666; }
.ch8-quote-paper address { font-style: normal; font-weight: 700; }
.ch8-mock-order-success { text-align: center; padding: 55px; }
.ch8-mock-order-success > strong { display: block; color: #fe5432; font-size: 22px; }

/* Partner catalog: mirrors the approved mock while retaining the WordPress shell. */
body:has(.ch8-partner-catalog) .entry-title,
body:has(.ch8-partner-catalog) .page-title,
body:has(.ch8-partner-catalog) .p-page__title,
body:has(.ch8-partner-catalog) .entry-header { display: none; }
.ch8-partner-catalog { color: #171717; }
.ch8-partner-catalog-intro { margin: 12px auto 52px; text-align: center; }
.ch8-partner-catalog-intro > span { color: #fe5432; font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.ch8-partner-catalog-intro h2 { margin: 10px 0 8px; color: #171717; font-size: clamp(30px, 4vw, 44px); font-weight: 500; letter-spacing: .08em; line-height: 1.25; }
.ch8-partner-catalog-intro > p { margin: 0; color: #777; font-size: 13px; }
.ch8-partner-catalog-intro .ch8-partner-catalog-intro__filter { margin-top: 10px; font-size: 12px; }
.ch8-partner-catalog-intro__filter a { color: #171717; font-weight: 700; }
.ch8-partner-catalog-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; border-bottom: 1px solid #ddd; }
.ch8-partner-catalog-tabs { display: flex; min-width: 0; }
.ch8-partner-catalog-tabs a { display: block; padding: 15px 22px 13px; border-bottom: 3px solid transparent; color: #999; font-size: 12px; font-weight: 500; letter-spacing: .12em; text-decoration: none; }
.ch8-partner-catalog-tabs a:hover,
.ch8-partner-catalog-tabs a.is-active { border-bottom-color: #fe5432; color: #171717; font-weight: 800; }
.ch8-partner-catalog-tools { display: flex; align-items: center; gap: 10px; padding-bottom: 7px; }
.ch8-partner-catalog-search { box-sizing: border-box; display: flex; width: min(290px, 25vw); height: 44px; align-items: center; gap: 11px; padding: 0 16px; background: #f4f4f4; }
.ch8-partner-catalog-search > span { position: relative; display: block; width: 14px; height: 14px; border: 2px solid #999; border-radius: 50%; flex: 0 0 auto; }
.ch8-partner-catalog-search > span::after { position: absolute; right: -5px; bottom: -4px; width: 7px; height: 2px; background: #999; content: ''; transform: rotate(45deg); }
.ch8-partner-catalog-search input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; background: transparent; color: #333; font-size: 13px; }
.ch8-partner-catalog-tools .ch8-partner-cart-link { display: inline-flex; height: 44px; box-sizing: border-box; align-items: center; padding: 0 16px; border: 1px solid #171717; color: #171717; font-size: 12px; font-weight: 700; white-space: nowrap; }
.ch8-partner-catalog-tools .ch8-partner-cart-link:hover { background: #171717; color: #fff; }
.ch8-partner-benefit { box-sizing: border-box; display: flex; min-height: 68px; align-items: center; gap: 28px; margin: 26px 0 48px; padding: 14px 24px; border-left: 4px solid #fe5432; background: #f4f4f4; }
.ch8-partner-benefit b { color: #fe5432; font-size: 10px; letter-spacing: .17em; white-space: nowrap; }
.ch8-partner-benefit strong { font-size: 15px; }
.ch8-partner-benefit span { margin-left: auto; color: #777; font-size: 11px; text-align: right; }
.ch8-partner-catalog .ch8-partner-product-grid { gap: 48px 30px; }
.ch8-partner-catalog .ch8-partner-product { overflow: visible; border: 0; box-shadow: none; }
.ch8-partner-catalog .ch8-partner-product__image { position: relative; aspect-ratio: 1 / 1; border: 2px solid transparent; background: #f3f3f3; transition: border-color .2s ease; }
.ch8-partner-catalog .ch8-partner-product__image img { width: 100% !important; max-width: none !important; height: 100% !important; object-fit: cover !important; object-position: center !important; }
.ch8-partner-catalog .ch8-partner-product:hover .ch8-partner-product__image { border-color: #fe5432; }
.ch8-partner-catalog .ch8-partner-product__image img { transition: transform .25s ease; }
.ch8-partner-catalog .ch8-partner-product:hover .ch8-partner-product__image img { transform: scale(1.035); }
.ch8-partner-product__badge { position: absolute; top: 14px; left: 14px; z-index: 1; padding: 6px 11px; background: #fe5432; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.ch8-partner-product__badge[hidden] { display: none; }
.ch8-partner-catalog .ch8-partner-product__body { padding: 17px 0 0; }
.ch8-partner-catalog .ch8-partner-product__body > em { color: #fe5432; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .15em; }
.ch8-partner-catalog .ch8-partner-product h3 { display: -webkit-box; min-height: 3.1em; max-height: 3.1em; margin: 6px 0 2px; padding: 0; overflow: hidden; border: 0; color: #171717; font-size: 17px; font-weight: 500; line-height: 1.55; overflow-wrap: anywhere; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.ch8-partner-catalog .ch8-partner-product__variant { min-height: 1.5em; margin: 0; overflow: hidden; color: #666; font-size: 12px; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; }
.ch8-partner-catalog .ch8-partner-product__body form { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.ch8-partner-catalog .ch8-partner-product__prices { display: flex; min-height: 75px; align-items: flex-end; justify-content: space-between; gap: 10px; margin: 17px 0 0; padding: 14px 0 0; border-top: 1px solid #eee; }
.ch8-partner-catalog .ch8-partner-product__prices > span { min-width: 0; color: inherit; font-size: inherit; text-decoration: none; }
.ch8-partner-catalog .ch8-partner-product__prices small,
.ch8-partner-catalog .ch8-partner-product__prices strong,
.ch8-partner-catalog .ch8-partner-product__prices del { display: block; }
.ch8-partner-catalog .ch8-partner-product__prices small { color: #888; font-size: 10px; font-weight: 400; }
.ch8-partner-catalog .ch8-partner-product__prices strong { color: #fe5432; font-size: clamp(20px, 2.15vw, 28px); line-height: 1.2; white-space: nowrap; }
.ch8-partner-catalog .ch8-partner-product__prices strong.ch8-partner-price--standard { color: #171717; }
.ch8-partner-catalog .ch8-partner-product__prices del { min-height: 1.45em; color: #999; font-size: 10px; line-height: 1.45; }
.ch8-partner-catalog .ch8-partner-product__prices del.is-placeholder { visibility: hidden; }
.ch8-partner-catalog .ch8-partner-product__prices i { color: #2f8b59; font-size: 10px; font-style: normal; line-height: 1.4; text-align: right; }
.ch8-partner-catalog .ch8-partner-product__prices i::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: #2f8b59; content: ''; }
.ch8-partner-catalog .ch8-partner-product__prices i.is-low { color: #b76a20; }
.ch8-partner-catalog .ch8-partner-product__prices i.is-low::before { background: #b76a20; }
.ch8-partner-catalog .ch8-partner-product__actions { display: grid; grid-template-columns: minmax(76px, .36fr) minmax(135px, 1fr); gap: 10px; margin-top: 18px; }
.ch8-partner-catalog .ch8-partner-product__actions select,
.ch8-partner-catalog .ch8-partner-product__actions button { box-sizing: border-box; width: 100%; height: 48px; margin: 0; }
.ch8-partner-catalog .ch8-partner-product__actions select { padding: 0 12px; border: 1px solid #d8d8d8; background: #fff; }
.ch8-partner-catalog .ch8-partner-product__actions button { padding: 0 12px; border: 0; background: #050505; color: #fff; font-size: 14px; font-weight: 600; white-space: nowrap; }
.ch8-partner-catalog .ch8-partner-product__actions button:hover { background: #fe5432; }
.ch8-partner-empty { margin-top: 30px; text-align: center; }

@media (max-width: 900px) {
  .ch8-partner-entry { top: 72px; right: 14px; padding: 7px 9px; }
  .ch8-partner-portal__grid { grid-template-columns: 1fr; }
  .ch8-partner-product-grid { grid-template-columns: 1fr 1fr; }
  .ch8-partner-page-head { align-items: flex-start; flex-direction: column; }
  .ch8-partner-quote-layout { grid-template-columns: 1fr; }
  .ch8-partner-product-detail__layout, .ch8-partner-order-layout { grid-template-columns: 1fr; }
  .ch8-partner-catalog-toolbar { align-items: stretch; flex-direction: column; border-bottom: 0; }
  .ch8-partner-catalog-tabs { overflow-x: auto; border-bottom: 1px solid #ddd; }
  .ch8-partner-catalog-tools { padding-bottom: 0; }
  .ch8-partner-catalog-search { width: 100%; }
  .ch8-partner-benefit { align-items: flex-start; flex-wrap: wrap; gap: 8px 18px; }
  .ch8-partner-benefit span { width: 100%; margin-left: 0; text-align: left; }
}
@media (max-width: 600px) {
  .ch8-partner-product-grid, .ch8-partner-order-grid { grid-template-columns: 1fr; }
  .ch8-partner-product__image { height: auto; }
  .ch8-partner-cart-summary form { align-items: stretch; flex-direction: column; }
  .ch8-partner-product-detail__image { min-height: 280px; }
  .ch8-partner-catalog-intro { margin-bottom: 34px; }
  .ch8-partner-catalog-intro h2 { font-size: 30px; }
  .ch8-partner-catalog-tools { align-items: stretch; flex-direction: column; }
  .ch8-partner-catalog-tools .ch8-partner-cart-link { justify-content: center; }
  .ch8-partner-benefit { margin-bottom: 32px; }
  .ch8-partner-catalog .ch8-partner-product__actions { grid-template-columns: 92px 1fr; }
}
.ch8-card-editor { margin: 24px 0; padding-top: 20px; border-top: 1px solid #ddd; }
.ch8-card-editor p { font-size: 14px; line-height: 1.7; }
.ch8-card-person { min-width: 0; margin: 20px 0; padding: 20px; border: 1px solid #ddd; background: #f7f7f7; }
.ch8-card-person legend { font-size: 16px; font-weight: 700; padding: 0 8px; }
.ch8-card-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin: 14px 0; }
.ch8-card-fields label { display: flex; flex-direction: column; min-width: 0; gap: 6px; font-size: 14px; }
.ch8-card-fields input { box-sizing: border-box; width: 100%; min-width: 0; min-height: 44px; padding: 10px; border: 1px solid #ccc; background: #fff; color: #111; font-size: 16px; }
.ch8-card-fields input:focus { outline: 2px solid #ff5235; outline-offset: 2px; }
.ch8-card-summary { margin: 12px 0; font-size: 14px; text-align: left; }
.ch8-card-summary div { display: grid; grid-template-columns: 90px minmax(0,1fr); gap: 8px; }
.ch8-card-summary dt { color: #666; font-weight: 400; }
.ch8-card-summary dd { margin: 0; white-space: normal; overflow-wrap: anywhere; }
.ch8-card-edit { margin-top: 12px; white-space: normal; min-width: 240px; }
.ch8-card-edit summary { cursor: pointer; text-decoration: underline; }
.ch8-partner-product__actions .ch8-card-configure { display: flex; align-items: center; justify-content: center; height: 48px; margin: 0; padding: 8px; font-size: 14px; }
@media (max-width: 600px) { .ch8-card-fields { grid-template-columns: 1fr; } .ch8-card-person { padding: 12px; } }
@media print { .ch8-card-edit { display: none; } .ch8-card-summary { break-inside: avoid; } }
.ch8-partner-load-more { padding: 32px 16px; text-align: center; font-size: 14px; color: #666; }
.ch8-partner-load-more p { margin: 0 0 16px; }
.ch8-partner-load-more a { display: inline-block; padding: 12px 24px; border: 1px solid #ccc; color: #111; background: #fff; }
.ch8-partner-load-more [hidden] { display: none; }
.ch8-card-fields textarea { width:100%; min-width:0; min-height:90px; padding:10px; border:1px solid #ccc; font:inherit; resize:vertical; }
.ch8-card-summary dd { white-space:pre-wrap; overflow-wrap:anywhere; }
.ch8-partner-product__prices [hidden] { display: none !important; }
