.austcold-pvc-calculator {
  clear: both;
  margin: 1rem 0;
}

.austcold-pvc-calculator fieldset {
  border: 1px solid #d7d7d7;
  margin: 0;
  padding: 1rem;
}

.austcold-pvc-calculator legend {
  font-weight: 700;
  padding: 0 0.35rem;
}

.austcold-pvc-calculator__dimensions {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.austcold-pvc-calculator label {
  display: block;
  margin-bottom: 0.75rem;
}

.austcold-pvc-calculator label > span {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.austcold-pvc-calculator input,
.austcold-pvc-calculator select,
.austcold-pvc-calculator textarea {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.austcold-pvc-calculator__result {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.75rem;
  margin-top: 0.5rem;
}

.austcold-pvc-calculator__result strong {
  font-size: 1.25rem;
}

.austcold-pvc-calculator__weight {
  color: #555;
}

.austcold-pvc-calculator__error {
  color: #b32d2e;
  margin: 0.5rem 0 0;
}

.austcold-pvc-calculator__error:empty {
  display: none;
}

.austcold-pvc-calculator--theme-primary {
  clear: both;
  margin: 0;
}

.austcold-pvc-calculator--theme-primary .austcold-pvc-calculator__legacy-input,
.austcold-pvc-calculator--theme-primary .austcold-pvc-calculator__legacy-select {
  background: #fff;
  border: 1px solid #94939a;
  box-sizing: border-box;
  color: #000;
  font: 500 13px Roboto, sans-serif;
  height: 50px;
  margin-top: 14px;
  padding-left: 10px;
  width: 100%;
}

.austcold-pvc-calculator--theme-primary .austcold-pvc-calculator__legacy-select {
  height: 42px;
  margin-top: 0;
}

.austcold-pvc-calculator--theme-primary .austcold-pvc-calculator__legacy-button {
  background: #2a2063;
  border: 0;
  color: #fff;
  display: block;
  font: 500 14px Roboto, sans-serif;
  height: 50px;
  margin-top: 13px;
  padding: 11px 13px;
  text-transform: uppercase;
  width: 112px;
}

.austcold-pvc-calculator--theme-secondary .austcold-pvc-calculator__error {
  clear: both;
}

.austcold-pvc-calculator--theme-secondary .woocommerce-Price-amount,
.austcold-pvc-calculator--theme-secondary .woocommerce-Price-amount bdi,
.austcold-pvc-calculator--theme-secondary .woocommerce-Price-currencySymbol {
  display: inline !important;
  white-space: nowrap;
}

.austcold-pvc-calculator--theme-secondary .color_wrapper .table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
}

.austcold-pvc-calculator--theme-secondary .color_wrapper .table th,
.austcold-pvc-calculator--theme-secondary .color_wrapper .table td {
  border: 1px solid #ddd;
}

.austcold-pvc-calculator--theme-secondary .color_wrapper .table th:first-child,
.austcold-pvc-calculator--theme-secondary .color_wrapper .table td:first-child {
  text-align: center;
  width: 56px;
}

@media (max-width: 600px) {
  .austcold-pvc-calculator__dimensions {
    grid-template-columns: 1fr;
  }
}
