﻿.indy-admin-grid {

  display: grid;

  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.55fr);

  gap: var(--indy-space-5);

}



.indy-admin-panel {

  overflow: hidden;

  border: 1px solid var(--indy-color-border);

  border-radius: var(--indy-radius-md);

  box-shadow: var(--indy-shadow-sm);

}



.indy-admin-panel__head {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  gap: var(--indy-space-3);

  padding: var(--indy-space-4);

  border-bottom: 1px solid var(--indy-color-border);

  background: #FFFFFF;

}



.indy-admin-panel__body {

  display: grid;

  gap: var(--indy-space-4);

  padding: var(--indy-space-4);

}



.indy-table-wrap {

  overflow-x: auto;

}



.indy-table {

  width: 100%;

  min-width: 680px;

  border-collapse: collapse;

  font-size: 0.9rem;

}



.indy-table th,

.indy-table td {

  padding: var(--indy-space-3);

  border-bottom: 1px solid var(--indy-color-border);

  text-align: left;

  vertical-align: middle;

}



.indy-table th {

  color: var(--color-primary-dark);

  font-weight: 900;

}



.indy-status {

  display: inline-flex;

  padding: 3px 8px;

  border-radius: var(--indy-radius-pill);

  background: rgba(22, 138, 74, 0.12);

  color: var(--indy-color-success);

  font-size: 0.78rem;

  font-weight: 850;

}



.indy-status--warning {

  background: rgba(245, 180, 0, 0.16);

  color: var(--indy-color-warning);

}



.indy-status--danger {

  background: rgba(229, 57, 53, 0.1);

  color: var(--color-accent);

}



.indy-diagnostics {

  display: grid;

  gap: var(--indy-space-2);

  padding: var(--indy-space-4);

  border: 1px solid rgba(15, 45, 104, 0.16);

  border-radius: var(--indy-radius-md);

  background: #0B1730;

  color: #D8E4F5;

}



.indy-diagnostics code {

  color: #F8D96A;

  font-family: var(--indy-font-mono);

  font-size: 0.82rem;

}

@media (max-width: 1023px) {
  .indy-admin-grid {
    grid-template-columns: 1fr;
  }
}

.indydtf-product-print-locations__field.form-field {
  display: block;
  clear: both;
  overflow: visible;
  margin: 0;
  padding: 16px 20px 18px;
}

.indydtf-product-print-locations__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}

.indydtf-product-print-locations__header label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.indydtf-product-print-locations__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
}

.indydtf-product-print-locations__choices label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  margin: 0;
  white-space: nowrap;
}

.indydtf-product-print-locations__choices input[type="checkbox"] {
  margin: 0;
}

.indydtf-product-print-locations__choices .description {
  flex-basis: 100%;
  margin: 4px 0 0;
}

@media (max-width: 782px) {
  .indydtf-product-print-locations__field.form-field {
    padding-left: 12px;
  }
}

#woocommerce-product-data .indydtf-product-print-locations__field.form-field {
  box-sizing: border-box;
  width: 100%;
}

#woocommerce-product-data .indydtf-product-print-locations__header label,
#woocommerce-product-data .indydtf-product-print-locations__choices label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: #1d2327;
  line-height: 1.4;
}

#woocommerce-product-data .indydtf-product-print-locations__choices {
  min-height: 32px;
}

#woocommerce-product-data .indydtf-product-print-locations__choices label {
  position: static;
  max-width: none;
  opacity: 1;
  visibility: visible;
}

#woocommerce-product-data .indydtf-variation-print-locations {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 12px 0 4px;
  padding: 12px 14px;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  background: #f8f9fb;
}

#woocommerce-product-data .indydtf-variation-print-locations__toggle {
  display: inline-flex;
  float: none;
  align-items: center;
  gap: 6px;
  width: auto;
  margin: 0 0 10px;
  padding: 0;
  color: #1d2327;
  font-weight: 600;
  line-height: 1.4;
}

#woocommerce-product-data .indydtf-variation-print-locations__toggle input {
  margin: 0;
}

#woocommerce-product-data .indydtf-variation-print-locations__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  border: 0;
}

#woocommerce-product-data .indydtf-variation-print-locations__choices label {
  display: inline-flex;
  float: none;
  align-items: center;
  gap: 6px;
  width: auto;
  margin: 0;
  padding: 0;
  color: #1d2327;
  line-height: 1.4;
  white-space: nowrap;
}

#woocommerce-product-data .indydtf-variation-print-locations__choices input {
  margin: 0;
}

#woocommerce-product-data .indydtf-variation-print-locations__choices .description {
  flex-basis: 100%;
  margin: 4px 0 0;
}

.indydtf-shop-merchandising__field.form-field {
  display: block;
  clear: both;
  overflow: visible;
  margin: 0;
  padding: 16px 20px 18px;
}

.indydtf-shop-merchandising__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
}

.indydtf-shop-merchandising__header label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

.indydtf-shop-merchandising__choices,
.indydtf-shop-merchandising__season {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  float: none;
  width: auto;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
}

.indydtf-shop-merchandising__season legend {
  flex-basis: 100%;
  margin-bottom: 2px;
  color: #1d2327;
  font-weight: 600;
}

.indydtf-shop-merchandising__choices label,
.indydtf-shop-merchandising__season label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 28px;
  margin: 0;
  white-space: nowrap;
}

#woocommerce-product-data .indydtf-shop-merchandising__field.form-field {
  box-sizing: border-box;
  width: 100%;
}

#woocommerce-product-data .indydtf-shop-merchandising__header label,
#woocommerce-product-data .indydtf-shop-merchandising__choices label,
#woocommerce-product-data .indydtf-shop-merchandising__season label {
  float: none;
  width: auto;
  margin: 0;
  padding: 0;
  color: #1d2327;
  line-height: 1.4;
  opacity: 1;
  visibility: visible;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising {
  box-sizing: border-box;
  clear: both;
  width: 100%;
  margin: 12px 0 4px;
  padding: 12px 14px;
  border: 1px solid #dcdcde;
  border-radius: 4px;
  background: #f8f9fb;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising__toggle {
  display: inline-flex;
  float: none;
  align-items: center;
  gap: 6px;
  width: auto;
  margin: 0 0 10px;
  padding: 0;
  color: #1d2327;
  font-weight: 600;
  line-height: 1.4;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising__choices,
#woocommerce-product-data .indydtf-variation-shop-merchandising__season {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising__season legend {
  flex-basis: 100%;
  margin-bottom: 2px;
  color: #1d2327;
  font-weight: 600;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising__choices label,
#woocommerce-product-data .indydtf-variation-shop-merchandising__season label {
  display: inline-flex;
  float: none;
  align-items: center;
  gap: 6px;
  width: auto;
  margin: 0;
  padding: 0;
  color: #1d2327;
  line-height: 1.4;
  white-space: nowrap;
}

#woocommerce-product-data .indydtf-variation-shop-merchandising .description {
  margin: 4px 0 0;
}


