.attr-desc-group {
    display: block;
}
table {
    margin-bottom: 0px !important;
}

table th {
    padding: 0px !important;
    border-bottom: 0px !important;
   
}
table td {
    padding: 0px 12px !important;
    border-bottom: 0px !important;
}
.attr-desc {
    padding: 12px 2px 2px 4px;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.attr-desc b {
    color: #333;
}

.woo-variation-swatches.wvs-show-label .variations td, .woo-variation-swatches.wvs-show-label .variations th {
    display: block;
    text-align: start;
    width: auto !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: 0 0 0 2px #0076f5;
}

.wd-reset-var{
	display:none !important;
}
.single-product .wd-gallery-images .labels-rectangular {
    bottom: 0;
}

/* Ensure each label is relatively positioned */
/* Main radio container */
.wpo-radios {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
h2.wpo-group-title {
	font-size: 16px !important;
}
.wpo-options-container{
	margin-top: -15px;
}
/* Individual radio label */
.wpo-radio {
  position: relative;
  display: block;
	justify-content: center;
  overflow: hidden;
  border: 2px solid #ccc;
  min-width: 90px;
  max-width: 120px;
  border-radius: var(--wd-brd-radius, 10px);
  background-color: var(--wd-form-bg, rgb(255,255,255));
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Make the radio input cover the entire label */
.wpo-radio input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  cursor: pointer;
  z-index: 2;
}

/* Style the visible button text area */
.wpo-radio > div {
  position: relative;
  z-index: 1;
  padding: 10px 12px !important;
  font-family: var(--wd-text-font, "SF Text", Arial, sans-serif);
  font-weight: var(--wd-text-font-weight, 400);
  font-size: var(--wd-text-font-size, 16px);
  color: var(--wd-text-color, #021014);
  text-align: center;
  background-color: transparent;
}

/* Hover effect for the whole button */
.wpo-radio:hover {
  border-color: var(--wd-form-brd-color-focus, rgba(0,0,0,0.15));

}

/* Selected state - apply to the entire label */
.wpo-radio input[type="radio"]:checked + .wpo-radio-inner + div,
.wpo-radio input[type="radio"]:checked {
  font-weight: inherit;
}


/* Apply styles to the actual label element when radio is checked */
input[type="radio"]:checked ~ div,
.wpo-radio:has(input[type="radio"]:checked) {
  border-color: #0076f5;
}


/* Hide unwanted inner elements */
.wpo-radio-inner, 
.wpo-radio-dot,
.wpo-radio .price,
.wpo-radio .wpo-price-container,
.wpo-radio del,
.wpo-radio ins,
.wpo-radio .screen-reader-text {
  display: none !important;
}
/* Prevent pointer events on spans to avoid unselection issues */



