.pqdfw_attribute_div .pqdfw_child_div {
    display: inline-block;
    width: 100%;
}
table.quantity_table {
    width: 100%;
    background: #e4e4e4;
    padding: 15px;
}
.quantity_table th {
    width: 20%;
    text-align: left;
}
.quantity_table td {
    width: 80%;
    padding: 10px;
}
input#pqdfw-btn-space {
    margin-top: 20px;
}
.product_private.general_setting th {
    width: 100%;
}
tr.product_private.general_setting {
    background: #607D8B;
}
.product_private.general_setting h2 {
    background: #607D8B;
    margin: 0px;
    padding: 15px;
    color: #ffffff;
}
.product_private.select_quantity_rule h2 {
    background: #607D8B;
    margin: 0px;
    padding: 15px;
    color: #ffffff;
}
.card.pqdfw_notice {
    max-width: 100%;
    margin-bottom: 20px;
}
.card.pqdfw_notice a{
    margin-right: 20px;
}

/* HORIZONTAL RADIO BUTTONS CSS */
.horizontal-radio .components-radio-control__group-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
}

/* LOADER CSS */
/* Full-screen overlay */
.cpiw-overlay-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(253, 251, 251, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
/* Simple lightweight spinner */
.cpiw-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #d2d2d2;
  border-top-color: #2271b1;
  border-radius: 50%;
  animation: cpiw-spin 0.7s linear infinite;
}
/* rotation animation */
@keyframes cpiw-spin {
  to { transform: rotate(360deg); }
}

.pqd-pro-badge {
    display: inline-flex;
    align-items: stretch;
    gap: 4px;
    background: #6366f1;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-left: 8px;
}