.wcir-portal {
	--wcir-yellow: #ffdc00;
	--wcir-ink: #171717;
	--wcir-muted: #646464;
	--wcir-line: #dedede;
	--wcir-soft: #f7f7f7;
	max-width: 920px;
	margin: 32px auto;
	color: var(--wcir-ink);
}

.wcir-portal *, .wcir-portal *::before, .wcir-portal *::after { box-sizing: border-box; }
.wcir-portal [hidden] { display: none !important; }
.wcir-card { padding: clamp(20px, 4vw, 42px); border: 1px solid var(--wcir-line); border-radius: 12px; background: #fff; box-shadow: 0 12px 36px rgba(0,0,0,.06); }
.wcir-card h2, .wcir-card h3 { color: var(--wcir-ink); }
.wcir-card h2 { margin: 0 0 10px; }
.wcir-card h3 { margin: 0 0 18px; font-size: 1.15rem; }
.wcir-card__header { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.wcir-eyebrow { display: block; color: var(--wcir-muted); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.wcir-link { font-weight: 600; }
.wcir-lookup-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 16px; align-items: end; margin-top: 24px; }
.wcir-lookup-form p { margin: 0; }
.wcir-portal label:not(.wcir-option):not(.wcir-consent):not(.wcir-parcel-option) { display: block; margin-bottom: 6px; font-weight: 650; }
.wcir-portal input[type="text"], .wcir-portal input[type="email"], .wcir-portal input[type="number"], .wcir-portal select, .wcir-portal textarea { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid #aaa; border-radius: 6px; background: #fff; color: var(--wcir-ink); }
.wcir-portal textarea { resize: vertical; }
.wcir-portal .button { min-height: 44px; padding: 10px 18px; border: 0; border-radius: 6px; background: var(--wcir-ink); color: #fff; font-weight: 700; cursor: pointer; text-decoration: none; }
.wcir-portal .button.alt { background: var(--wcir-yellow); color: #111; }
.wcir-section { padding: 28px 0; border-top: 1px solid var(--wcir-line); }
.wcir-products { display: grid; gap: 10px; }
.wcir-product { display: grid; grid-template-columns: 72px minmax(0,1fr) 86px; gap: 16px; align-items: center; padding: 12px; border: 1px solid var(--wcir-line); border-radius: 8px; }
.wcir-product__image img { display: block; width: 72px; height: 72px; object-fit: cover; border-radius: 5px; }
.wcir-product__info strong, .wcir-product__info span { display: block; }
.wcir-product__info span { color: var(--wcir-muted); font-size: .9rem; }
.wcir-product__qty input { text-align: center; }
.wcir-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 18px; }
.wcir-options--two { grid-template-columns: repeat(2, 1fr); }
.wcir-option { position: relative; display: block; cursor: pointer; }
.wcir-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wcir-option span { display: block; height: 100%; padding: 16px; border: 2px solid var(--wcir-line); border-radius: 8px; }
.wcir-option strong, .wcir-option small { display: block; }
.wcir-option small { margin-top: 5px; color: var(--wcir-muted); }
.wcir-option input:checked + span { border-color: var(--wcir-ink); background: #fffbe5; box-shadow: inset 0 0 0 1px var(--wcir-ink); }
.wcir-option input:focus-visible + span { outline: 3px solid #2271b1; outline-offset: 2px; }
.wcir-option--disabled { cursor: not-allowed; opacity: .5; }
.wcir-own-address, .wcir-shipping-box { margin: 16px 0; padding: 16px; border-left: 4px solid var(--wcir-yellow); background: #fffbe5; }
.wcir-complaint-note, .wcir-hint { color: var(--wcir-muted); font-size: .92rem; }
.wcir-cod-refund-details { margin: 18px 0 0; padding: 18px; border: 1px solid var(--wcir-line); border-radius: 8px; background: var(--wcir-soft); }
.wcir-cod-refund-details legend { padding: 0 6px; font-weight: 750; }
.wcir-cod-refund-details input + label, .wcir-cod-refund-details .wcir-hint + label { margin-top: 14px; }
.wcir-cod-refund-details input[dir="ltr"] { font-variant-numeric: tabular-nums; letter-spacing: .02em; }
.wcir-shipping-rule-note { margin: 14px 0; padding: 12px 14px; border-left: 4px solid #dba617; background: #fff8df; font-weight: 650; }
.wcir-shipping-rule-note--error { border-left-color: #b32d2e; background: #fcf0f1; color: #8b1b1d; }
.wcir-parcel-selector { margin: 18px 0; padding: 18px; border: 1px solid var(--wcir-line); border-radius: 8px; background: var(--wcir-soft); }
.wcir-parcel-selector h4 { margin: 0 0 12px; }
.wcir-parcel-profiles { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.wcir-parcel-profiles--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.wcir-parcel-profiles label { position: relative; display: block; margin: 0; cursor: pointer; font-weight: 400; }
.wcir-parcel-profiles input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.wcir-parcel-profiles span { display: block; height: 100%; padding: 12px; border: 2px solid var(--wcir-line); border-radius: 7px; background: #fff; }
.wcir-parcel-profiles strong, .wcir-parcel-profiles small { display: block; }
.wcir-parcel-profiles small { margin-top: 4px; color: var(--wcir-muted); }
.wcir-parcel-profiles input:checked + span { border-color: var(--wcir-ink); background: #fffbe5; }
.wcir-parcel-profiles input:focus-visible + span { outline: 3px solid #2271b1; outline-offset: 2px; }
.wcir-custom-dimensions { margin-top: 16px; }
.wcir-preflight-button { margin-top: 8px; }
.wcir-portal .button:disabled { cursor: not-allowed; opacity: .55; }
.wcir-dimension-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.wcir-parcel-warning { margin-bottom: 0; }
.wcir-summary dl { margin: 0; }
.wcir-summary dl > div { display: flex; justify-content: space-between; gap: 20px; padding: 9px 0; border-bottom: 1px solid var(--wcir-line); }
.wcir-summary dd { margin: 0; font-weight: 650; }
.wcir-summary__total { font-size: 1.2rem; }
.wcir-consent { display: flex; gap: 9px; align-items: flex-start; margin: 20px 0; }
.wcir-consent input { margin-top: 5px; }
.wcir-submit { width: 100%; }
.wcir-notice { margin: 16px 0; padding: 14px 16px; border-left: 4px solid #2271b1; background: #f0f6fc; }
.wcir-notice--error { border-left-color: #b32d2e; background: #fcf0f1; }
.wcir-status { display: inline-block; margin: 6px 0 18px; padding: 7px 11px; border-radius: 999px; background: #eef0f2; font-weight: 700; }
.wcir-status--ready, .wcir-status--approved, .wcir-status--received, .wcir-status--refunded { background: #dff6dd; color: #165c18; }
.wcir-status--awaiting_customer_details { background: #fff3cd; color: #664d03; }
.wcir-status--rejected, .wcir-status--shipment_error { background: #fbe2e3; color: #8b1b1d; }
.wcir-clarification-form { margin: 22px 0; padding: 18px; border: 1px solid var(--wcir-line); border-radius: 8px; background: var(--wcir-soft); }
.wcir-download { display: inline-block; margin: 10px 0 22px; }
.wcir-code { margin: 10px 0 22px; padding: 18px; border: 2px dashed var(--wcir-ink); border-radius: 8px; text-align: center; }
.wcir-code span, .wcir-code strong { display: block; }
.wcir-code strong { margin-top: 4px; font-size: clamp(1.4rem, 4vw, 2rem); letter-spacing: .06em; }
.wcir-panel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 20px 0 28px; }
.wcir-panel-grid > div { padding: 14px; border-radius: 8px; background: var(--wcir-soft); }
.wcir-panel-grid span, .wcir-panel-grid strong { display: block; }
.wcir-panel-grid span { color: var(--wcir-muted); font-size: .82rem; }
.wcir-item-list { margin: 0; padding: 0; list-style: none; }
.wcir-item-list li { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--wcir-line); }
.wcir-details { margin-top: 22px; }
.wcir-details summary { cursor: pointer; font-weight: 700; }

@media (max-width: 700px) {
	.wcir-lookup-form, .wcir-options, .wcir-options--two, .wcir-panel-grid, .wcir-parcel-profiles, .wcir-dimension-grid { grid-template-columns: 1fr; }
	.wcir-product { grid-template-columns: 58px minmax(0,1fr) 72px; gap: 10px; }
	.wcir-product__image img { width: 58px; height: 58px; }
}
