.wcl-status-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 600;
}

.wcl-status-active,
.wcl-status-approved,
.wcl-status-completed {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.wcl-status-pending,
.wcl-status-past-due {
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeaa7;
}

.wcl-status-unpaid,
.wcl-status-incomplete {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.wcl-status-canceled,
.wcl-status-cancelled,
.wcl-status-denied,
.wcl-status-rejected {
  background: #e74c3c;
  color: #fff;
  border: 1px solid #c0392b;
}

.user-language-wrap,
.user-admin-bar-front-wrap,
.user-comment-shortcuts-wrap,
.user-admin-color-wrap {
  display: none;
}

.wcl-admin .nav-tab-wrapper {
  margin-bottom: 20px;
}
.wcl-admin .tab-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #c3c4c7;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.wcl-admin .dashicons {
  line-height: 1.4;
}

.ac-shop_order .order-status.status-partial-fulfilled {
  background-color: #2271b1;
  color: #fff;
}
.ac-shop_order .column-wc-product_details .ac-wc-product {
  line-height: 1.4em;
  font-weight: 400;
}

.wp-list-table td[data-colname="Combined Products"] {
  width: 200px;
  max-width: 200px;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item {
  margin-bottom: 8px;
  padding: 2px 4px;
  border-radius: 3px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item:last-child {
  margin-bottom: 0;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .product-name {
  font-weight: 400;
  color: #1d2327;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .product-name .quantity {
  color: #646970;
  font-weight: 400;
  margin-left: 4px;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.long-term {
  background-color: #f0f7fc;
  border-left: 3px solid #205d8f;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.long-term.wcl-status-captured {
  border-left-color: rgba(32, 93, 143, 0.3);
  background-color: rgba(240, 247, 252, 0.5);
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.short-term {
  background-color: #f2fcf5;
  border-left: 3px solid #00a32a;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.short-term.wcl-status-captured {
  border-left-color: rgba(0, 163, 42, 0.3);
  background-color: rgba(242, 252, 245, 0.5);
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.wcl-status-captured {
  border-left: 3px solid #999;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item.wcl-status-captured .product-name {
  color: #999;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .monitor-service,
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .product-note {
  display: block;
  margin-top: 3px;
  color: #646970;
  font-style: italic;
  font-size: 0.875rem;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .ex-st-label {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 4px;
  background-color: rgba(0, 163, 42, 0.15);
  color: #00a32a;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-list-table td[data-colname="Combined Products"] .wcl-combined-products .wcl-product-item .no-data-label {
  display: inline-block;
  margin-left: 4px;
  padding: 1px 4px;
  background-color: #f0f0f1;
  color: #4f5358;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.wp-list-table th.column-50d49170ae5604 {
  text-align: right;
}
.wp-list-table td[data-colname="Dual-cart Totals"] {
  width: 140px;
  max-width: 140px;
}
.wp-list-table td[data-colname="Dual-cart Totals"] .wcl-dualcart-totals {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 2px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.wp-list-table td[data-colname="Dual-cart Totals"] .wcl-dualcart-totals .wcl-total-current {
  font-weight: 600;
  color: #1d2327;
}
.wp-list-table td[data-colname="Dual-cart Totals"] .wcl-dualcart-totals .wcl-total-original {
  color: #646970;
  font-size: 0.875rem;
}
.wp-list-table td[data-colname="Dual-cart Totals"] .wcl-dualcart-totals .wcl-total-st {
  color: #00a32a;
  font-weight: 500;
}
.wp-list-table td[data-colname="Dual-cart Totals"] .wcl-dualcart-totals .wcl-total-lt {
  color: #205d8f;
  font-weight: 500;
}

.wcl-form-section {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c4c7;
}
.wcl-form-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.wcl-form-section h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 15px;
  font-weight: 600;
}

.wcl-expiration-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wcl-expiration-row .wcl-usage-limit {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wcl-expiration-row .wcl-usage-limit label {
  white-space: nowrap;
  font-weight: 500;
}
.wcl-expiration-row .wcl-usage-limit input[type=number] {
  width: 60px;
}
.wcl-expiration-row .wcl-usage-limit .description {
  color: #646970;
  font-size: 12px;
  white-space: nowrap;
}

.wcl-product-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #c3c4c7;
  position: relative;
}
.wcl-product-row .wcl-product-selection {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.wcl-product-row .wcl-product-select {
  width: 100%;
}
.wcl-product-row .wcl-variation-select {
  width: 100%;
  font-size: 0.875rem;
  background: #fff;
  border-color: #ddd;
}
.wcl-product-row .wcl-price-field,
.wcl-product-row .wcl-monitor-price-field {
  position: relative;
  flex: 0 0 100px;
  max-width: 100px;
  min-width: 80px;
}
.wcl-product-row .wcl-price-field .wcl-currency,
.wcl-product-row .wcl-monitor-price-field .wcl-currency {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c8f94;
  font-size: 0.875rem;
}
.wcl-product-row .wcl-price-field input,
.wcl-product-row .wcl-monitor-price-field input {
  padding-left: 20px;
  width: 100%;
  font-size: 0.875rem;
}
.wcl-product-row .wcl-monitor-service-field {
  flex: 0 0 120px;
  display: none;
}
.wcl-product-row .wcl-notes-field textarea {
  width: 100%;
  min-height: 30px;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  resize: vertical;
}
.wcl-product-row .wcl-discount-exclusion {
  flex: 0 0 120px;
  text-align: center;
  font-size: 0.875rem;
}
.wcl-product-row .wcl-delivery-term {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
}
.wcl-product-row .wcl-delivery-term label {
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}
.wcl-product-row .wcl-delivery-term input[type=checkbox] {
  margin: 0;
}
.wcl-product-row .wcl-remove-product {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.wcl-product-row .wcl-remove-product .dashicons {
  font-size: 1.125rem;
  width: 16px;
  height: 16px;
  line-height: 1;
}
.wcl-product-row .wcl-remove-product:hover {
  color: #d63638;
}

.wcl-variable-indicator {
  color: #666;
  font-size: 0.875rem;
}

.wcl-discount-fields {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 400px;
}
.wcl-discount-fields select {
  min-width: 120px;
}
.wcl-discount-fields .wcl-price-field,
.wcl-discount-fields .wcl-monitor-price-field {
  position: relative;
}
.wcl-discount-fields .wcl-price-field input,
.wcl-discount-fields .wcl-monitor-price-field input {
  padding-right: 25px;
  font-size: 0.875rem;
}
.wcl-discount-fields .wcl-price-field .wcl-discount-symbol,
.wcl-discount-fields .wcl-monitor-price-field .wcl-discount-symbol {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  color: #8c8f94;
}

.wp-list-table .column-status {
  width: 90px;
}
.wp-list-table .wcl-original-price {
  font-size: 0.875rem;
}
.wp-list-table .column-products {
  width: 25%;
}
.wp-list-table .column-discount {
  width: 100px;
}
.wp-list-table .column-total {
  width: 100px;
  font-size: 0.875rem;
}
.wp-list-table .wcl-original-price {
  font-size: 0.875rem;
}
.wp-list-table .column-url {
  width: 130px;
}
.wp-list-table .column-created_at,
.wp-list-table .column-expires_at,
.wp-list-table .column-last_used_at {
  width: 90px;
}
.wp-list-table .column-actions {
  width: 50px !important;
  text-align: center;
}
.wp-list-table td.column-expires_at,
.wp-list-table #expires_at {
  padding: 6px 6px;
}
.wp-list-table .check-column {
  display: none;
}

.wcl-status {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 0.75rem;
  line-height: 1.4;
  font-weight: 500;
}
.wcl-status.active {
  background: rgba(0, 163, 42, 0.1);
  color: #00a32a;
}
.wcl-status.active.wcl-deactivate-link {
  cursor: pointer;
  transition: all 0.2s ease;
}
.wcl-status.active.wcl-deactivate-link:hover {
  background: rgba(214, 54, 56, 0.15);
  color: #d63638;
}
.wcl-status.inactive {
  background: rgba(140, 143, 148, 0.1);
  color: #8c8f94;
}
.wcl-status.inactive.wcl-regenerate-link {
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.wcl-status.inactive.wcl-regenerate-link:hover {
  background: rgba(32, 93, 143, 0.15);
  color: #205d8f;
}
.wcl-status.expired {
  background: rgba(214, 54, 56, 0.1);
  color: #d63638;
}
.wcl-status.used {
  background: rgba(219, 166, 23, 0.1);
  color: #dba617;
}

.wcl-date,
.wcl-time {
  white-space: nowrap;
  display: inline;
}

.wcl-time {
  color: #646970;
  font-size: 0.875rem;
}

.wcl-original-price {
  color: #848990;
  font-size: 0.875rem;
}

.wcl-products-info {
  cursor: pointer;
  transition: color 0.2s ease;
}
.wcl-products-info:hover {
  color: #205d8f;
}

.wcl-link-code {
  display: inline-block;
  padding: 4px 8px;
  background: #f0f0f1;
  border: 1px solid #c3c4c7;
  border-radius: 4px;
  font-size: 0.875rem;
  font-family: "Courier New", monospace;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #205d8f;
  font-weight: 500;
}
.wcl-link-code:hover {
  background: #e8e8e9;
  border-color: #205d8f;
}
.wcl-link-code.wcl-copied {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}

.wcl-delete-link {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 4px;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
.wcl-delete-link:hover {
  opacity: 1;
}

.wcl-form-actions {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #c3c4c7;
}
.wcl-form-actions .button {
  min-width: 120px;
}
.wcl-form-actions .button .spinner {
  float: none;
  margin: 4px 0 0 4px;
}

.wcl-notice {
  margin: 15px 0;
  padding: 12px 15px;
  border-radius: 4px;
  border-left: 4px solid transparent;
}
.wcl-notice.wcl-notice-success {
  background: rgba(0, 163, 42, 0.1);
  border-left-color: #00a32a;
}
.wcl-notice.wcl-notice-error {
  background: rgba(214, 54, 56, 0.1);
  border-left-color: #d63638;
}
.wcl-notice p {
  margin: 0;
  padding: 0;
}

.wcl-datepicker {
  width: 120px;
  text-align: center;
}

.wcl-admin.is-loading {
  opacity: 0.6;
  pointer-events: none;
}

.select2-container--default .select2-selection--single {
  border-color: #c3c4c7;
}
.select2-container--default .select2-selection--single:focus {
  border-color: #205d8f;
  box-shadow: 0 0 0 1px #205d8f;
  outline: none;
}

@media screen and (max-width: 782px) {
  .wcl-product-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .wcl-product-row .wcl-product-select,
  .wcl-product-row .wcl-price-field,
  .wcl-product-row .wcl-monitor-price-field,
  .wcl-product-row .wcl-notes-field,
  .wcl-product-row .wcl-discount-exclusion {
    width: 100%;
    max-width: none;
  }
  .wcl-product-row .wcl-remove-product {
    align-self: flex-end;
  }
  .wcl-discount-fields {
    flex-direction: column;
    gap: 15px;
  }
  .wcl-discount-fields select,
  .wcl-discount-fields .wcl-price-field {
    width: 100%;
  }
}
.wcl-notes-field label {
  display: block;
  margin-bottom: 5px;
}

.wcl-quick-select-wrapper {
  background: #fff;
  border-radius: 4px;
}
.wcl-quick-select-wrapper .wcl-form-wrapper {
  padding: 1rem;
}
.wcl-quick-select-wrapper .wcl-notes-field label,
.wcl-quick-select-wrapper .wcl-price-field label {
  display: none;
}
.wcl-quick-select-wrapper .wcl-quick-select-top {
  background: #f8f9fa;
  padding: 12px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #c3c4c7;
  margin-bottom: 0;
}

.wcl-categories-section h3 {
  margin: 0 0 6px 0;
  color: #333;
  font-size: 15px;
  font-weight: 600;
}
.wcl-categories-section .description {
  margin: 0 0 12px 0;
  color: #666;
  font-style: italic;
  font-size: 0.875rem;
}

.wcl-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px;
}
@media (max-width: 768px) {
  .wcl-categories-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.wcl-category-group {
  background: #fff;
  border: 1px solid #c3c4c7;
  border-radius: 3px;
  padding: 10px;
}
.wcl-category-group .wcl-category-title {
  margin: 0 0 8px 0;
  padding: 0 0 4px 0;
  border-bottom: 1px solid #eee;
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
}
.wcl-category-group .wcl-subcategory {
  margin-bottom: 8px;
}
.wcl-category-group .wcl-subcategory:last-child {
  margin-bottom: 0;
}
.wcl-category-group .wcl-subcategory .wcl-subcategory-title {
  margin: 1rem 0 4px 0;
  color: #666;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wcl-category-products {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.wcl-quick-checkbox {
  display: flex;
  align-items: center;
  padding: 4px 6px;
  border: 1px solid transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #fafafa;
}
.wcl-quick-checkbox:hover {
  background: #f0f0f1;
  border-color: #ddd;
}
.wcl-quick-checkbox input[type=checkbox] {
  display: none;
  margin: 0 5px 0 0;
  cursor: pointer;
}
.wcl-quick-checkbox input[type=checkbox]:checked + .wcl-checkbox-label {
  font-weight: 600;
  color: #205d8f;
}
.wcl-quick-checkbox:has(input:checked) {
  background: rgb(168.7914285714, 205.5657142857, 235.7085714286);
  border-color: #205d8f;
}
.wcl-quick-checkbox .wcl-checkbox-label {
  flex: 1;
  font-size: 0.875rem;
  color: #333;
  margin: 0;
  line-height: 1.3;
}
.wcl-quick-checkbox .wcl-monitor-badge {
  display: none;
}
.wcl-quick-checkbox.wcl-priority-break {
  margin-top: 1rem;
}

.wcl-toggle-header {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wcl-toggle-header:hover {
  background: rgba(0, 0, 0, 0.05);
}
.wcl-toggle-header .wcl-toggle-icon {
  margin-right: 6px;
  transition: transform 0.2s ease;
  font-size: 15px;
  width: 14px;
  height: 14px;
}

.wcl-category-content.wcl-collapsed {
  display: none;
}

.wcl-google-g1,
.wcl-google-g4 {
  color: #4285F4;
}

.wcl-google-o1,
.wcl-google-e {
  color: #EA4335;
}

.wcl-google-o2 {
  color: #FBBC05;
}

.wcl-google-l {
  color: #34A853;
}

.wcl-bing-b,
.wcl-bing-g {
  color: #00C7CC;
}

.wcl-bing-i {
  color: #235FAF;
}

.wcl-bing-n {
  color: #02B7E9;
}

.wcl-selected-products-notice {
  background: #e8f4f8;
  border: 1px solid #bee5eb;
  border-radius: 2px;
  padding: 6px 10px;
  margin-bottom: 10px;
  color: #0c5460;
  font-size: 0.875rem;
}
.wcl-selected-products-notice p {
  margin: 0;
  font-style: italic;
}
.wcl-selected-products-notice.hidden {
  display: none;
}

.wcl-quick-select-wrapper .wcl-product-row {
  border: 1px solid #c3c4c7;
  border-radius: 3px;
  padding: 8px 12px;
  margin-bottom: 6px;
  background: #fff;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-product-name-row {
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #eee;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-product-name-row .wcl-product-name {
  color: #333;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-product-fields-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-price-field,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-price-field,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-service-field {
  min-width: 80px;
  flex: 0 0 auto;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-price-field label,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-price-field label,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-service-field label {
  font-weight: 500;
  margin-bottom: 2px;
  color: #666;
  font-size: 0.875rem;
  display: block;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-price-field input,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-price-field input,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-service-field input {
  padding: 3px 6px;
  border: 1px solid #c3c4c7;
  border-radius: 2px;
  font-size: 0.875rem;
  width: 100%;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-price-field input:focus,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-price-field input:focus,
.wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-service-field input:focus {
  border-color: #205d8f;
  box-shadow: 0 0 0 1px #205d8f;
  outline: none;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field {
  flex: 1;
  min-width: 150px;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field label {
  font-weight: 500;
  margin-bottom: 2px;
  color: #666;
  font-size: 0.875rem;
  display: block;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field textarea {
  padding: 3px 6px;
  border: 1px solid #c3c4c7;
  border-radius: 2px;
  font-size: 0.875rem;
  resize: vertical;
  min-height: 24px;
  max-height: 48px;
  width: 100%;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field textarea:focus {
  border-color: #205d8f;
  box-shadow: 0 0 0 1px #205d8f;
  outline: none;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-discount-exclusion {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 0 0 auto;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-discount-exclusion label {
  margin: 0;
  font-weight: normal;
  font-size: 0.875rem;
  color: #666;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-discount-exclusion input[type=checkbox] {
  margin: 0;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-remove-product {
  padding: 2px 4px;
  background: #dc3545;
  color: #fff;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.875rem;
  flex-shrink: 0;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-remove-product:hover {
  background: #c82333;
}
.wcl-quick-select-wrapper .wcl-product-row .wcl-remove-product .dashicons {
  font-size: 0.875rem;
  width: 10px;
  height: 10px;
}
@media (max-width: 1200px) {
  .wcl-quick-select-wrapper .wcl-product-row .wcl-product-name {
    min-width: 140px;
  }
  .wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field {
    min-width: 120px;
  }
}
@media (max-width: 768px) {
  .wcl-quick-select-wrapper .wcl-product-row .wcl-product-fields-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .wcl-quick-select-wrapper .wcl-product-row .wcl-remove-product {
    align-self: center;
    margin-top: 4px;
  }
  .wcl-quick-select-wrapper .wcl-product-row .wcl-price-field,
  .wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-price-field,
  .wcl-quick-select-wrapper .wcl-product-row .wcl-monitor-service-field,
  .wcl-quick-select-wrapper .wcl-product-row .wcl-notes-field,
  .wcl-quick-select-wrapper .wcl-product-row .wcl-discount-exclusion {
    min-width: auto;
    width: 100%;
  }
}

.wcl-inline-edit-wrapper {
  position: relative;
}
.wcl-inline-edit-wrapper .wcl-edit-form {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.wcl-inline-edit-wrapper .wcl-edit-form input,
.wcl-inline-edit-wrapper .wcl-edit-form select {
  margin: 0;
  padding: 2px 6px;
  font-size: 0.875rem;
  line-height: 1.4;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.wcl-inline-edit-wrapper .wcl-edit-form input:focus,
.wcl-inline-edit-wrapper .wcl-edit-form select:focus {
  border-color: #007cba;
  box-shadow: 0 0 0 1px #007cba;
}
.wcl-inline-edit-wrapper .wcl-edit-form .button {
  padding: 2px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  height: auto;
  min-height: 24px;
}
.wcl-inline-edit-wrapper .wcl-display-value {
  display: inline-block;
  min-width: 60px;
}
.wcl-inline-edit-wrapper .wcl-display-value.wcl-editable {
  cursor: pointer;
  padding: 2px 4px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  color: #205d8f;
}
.wcl-inline-edit-wrapper .wcl-display-value.wcl-editable:hover {
  background: rgba(32, 93, 143, 0.08);
  border-color: rgba(32, 93, 143, 0.3);
}
.wcl-inline-edit-wrapper .wcl-discount-type {
  min-width: 60px;
}
.wcl-inline-edit-wrapper .wcl-discount-amount {
  min-width: 80px;
}
.wcl-inline-edit-wrapper .wcl-expires-at {
  min-width: 180px;
}
@media (max-width: 768px) {
  .wcl-inline-edit-wrapper .wcl-edit-form {
    flex-direction: column;
    align-items: stretch;
  }
  .wcl-inline-edit-wrapper .wcl-edit-form input,
  .wcl-inline-edit-wrapper .wcl-edit-form select {
    width: 100%;
    margin-bottom: 5px;
  }
  .wcl-inline-edit-wrapper .wcl-edit-form .button {
    width: 100%;
    margin-bottom: 2px;
  }
}

.wcl-info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wcl-info-modal .wcl-info-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.wcl-info-modal .wcl-info-modal-content {
  position: relative;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  max-width: 800px;
  width: 90%;
  max-height: 90vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.wcl-info-modal .wcl-info-modal-header {
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f9f9;
}
.wcl-info-modal .wcl-info-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #333;
}
.wcl-info-modal .wcl-info-modal-header .wcl-info-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #666;
  padding: 0;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}
.wcl-info-modal .wcl-info-modal-header .wcl-info-modal-close:hover {
  background: #e0e0e0;
  color: #333;
}
.wcl-info-modal .wcl-info-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-section {
  margin-bottom: 25px;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-section:last-child {
  margin-bottom: 0;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-section h3 {
  margin: 0 0 15px 0;
  font-size: 1.125rem;
  color: #333;
  border-bottom: 2px solid #0073aa;
  padding-bottom: 5px;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-table {
  width: 100%;
  border-collapse: collapse;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-table td:first-child {
  width: 150px;
  font-weight: 500;
  color: #666;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-table td code {
  background: #f1f1f1;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
}
.wcl-info-modal .wcl-info-modal-body .wcl-info-table tr:last-child td {
  border-bottom: none;
}
.wcl-info-modal .wcl-info-modal-body .wcl-url-display {
  display: flex;
  gap: 10px;
  align-items: center;
}
.wcl-info-modal .wcl-info-modal-body .wcl-url-display .wcl-info-url {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
  font-family: "Courier New", monospace;
  font-size: 0.875rem;
}
.wcl-info-modal .wcl-info-modal-body .wcl-url-display .wcl-copy-info-url {
  white-space: nowrap;
}
.wcl-info-modal .wcl-info-modal-body .wcl-url-display .wcl-copy-info-url .dashicons {
  margin-right: 5px;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item {
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  margin-bottom: 10px;
  background: #fafafa;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item:last-child {
  margin-bottom: 0;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item strong {
  color: #333;
  font-size: 15px;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-price {
  color: #0073aa;
  font-weight: 500;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-note {
  color: #666;
  font-style: italic;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-no-discount {
  color: #d63638;
  font-weight: 500;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-longterm {
  color: #00a32a;
  font-weight: 500;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-monitor {
  color: #8f5a00;
  font-weight: 500;
}
.wcl-info-modal .wcl-info-modal-body .wcl-products-list .wcl-product-item .wcl-product-monitor-service {
  color: #8f5a00;
}
.wcl-info-modal .wcl-info-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  text-align: right;
}
@media (max-width: 768px) {
  .wcl-info-modal .wcl-info-modal-content {
    width: 95%;
    max-height: 95vh;
  }
  .wcl-info-modal .wcl-info-modal-header,
  .wcl-info-modal .wcl-info-modal-body,
  .wcl-info-modal .wcl-info-modal-footer {
    padding: 15px;
  }
  .wcl-info-modal .wcl-info-table td {
    padding: 6px 8px;
  }
  .wcl-info-modal .wcl-info-table td:first-child {
    width: 120px;
  }
  .wcl-info-modal .wcl-url-display {
    flex-direction: column;
    align-items: stretch;
  }
  .wcl-info-modal .wcl-url-display .wcl-copy-info-url {
    align-self: flex-start;
  }
  .wcl-info-modal .wcl-products-list .wcl-product-item {
    padding: 12px;
  }
}
@media (max-width: 480px) {
  .wcl-info-modal .wcl-info-modal-content {
    width: 98%;
  }
  .wcl-info-modal .wcl-info-table td:first-child {
    width: 100px;
    font-size: 0.875rem;
  }
}

.wcl-stripe-test-section {
  background: #fef3cd;
  border-left: 4px solid #ffc107;
  padding: 0 15px 15px 15px;
  margin: 25px 0;
  border-radius: 0 4px 4px 0;
}
.wcl-stripe-test-section h2 {
  margin-top: 0;
  padding-top: 15px;
  color: #856404;
}
.wcl-stripe-test-section .form-table {
  background: transparent;
}
.wcl-stripe-test-section .form-table th {
  padding-left: 0;
}
.wcl-stripe-test-section > table:last-of-type {
  margin-bottom: 0;
}

.wcl-price-info {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 3px;
  color: #155724;
  font-size: 0.875rem;
  vertical-align: middle;
}

.wcl-price-error {
  display: inline-block;
  margin-left: 10px;
  padding: 4px 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 3px;
  color: #721c24;
  font-size: 0.875rem;
  vertical-align: middle;
}

.wcl-price-inactive {
  color: #856404;
  font-weight: 600;
  margin-left: 5px;
}

.wcl-klarna-badge {
  padding: 8px 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  border-left: 4px solid;
}
.wcl-klarna-badge.wcl-klarna-authorized {
  background: #e8f4fd;
  border-left-color: #2271b1;
  color: #1d4ed8;
}
.wcl-klarna-badge.wcl-klarna-captured {
  background: #ecfdf5;
  border-left-color: #00a32a;
  color: #166534;
}
.wcl-klarna-badge.wcl-klarna-warning {
  background: #fff3cd;
  border-left-color: #dba617;
  color: #856404;
}
.wcl-klarna-badge.wcl-klarna-expired {
  background: #fcf0f0;
  border-left-color: #d63638;
  color: #8a1e1e;
}

.wcl-klarna-notice {
  padding: 6px 12px;
  margin-bottom: 12px;
  background: #fff8e5;
  border: 1px solid #e0c866;
  border-radius: 4px;
  font-size: 12px;
  color: #6b5900;
}