.shipping-info--base, .shipping-info--temporary {
    margin-top:.5rem;
    display: none;
}


li:has(input[type="radio"]:checked) :is(.shipping-info.shipping-info--base, .shipping-info--temporary) {
    display: flex;
    flex-direction:column;
    gap:1rem;
	color:var(--btn-default-color);
}

li:has(input[type="radio"]:checked) :is(.shipping-info.shipping-info--base, .shipping-info--temporary) p {
    line-height:1.5;
}

.woocommerce-shipping-totals.shipping li:has(.shipping-info) {
    flex-direction: column;
    align-items: flex-start;
}

.shipping-info.shipping-info--base ul {
    padding-left: 0;
    margin-bottom: 0;
}

body .shipping-info.shipping-info--base li {
    box-shadow: unset;
    border: unset;
    border-radius: 0;
    margin-bottom: 1rem;
    color:var(--wd-title-color);
}

:is(.shipping-info--base, .shipping-info--temporary) p {
    margin: 0;
    var(--wd-text-color);
}
.shipping-info.shipping-info--base p:last-child {
    margin-bottom:.5rem
}

.shipping-info--base li:last-child {
    margin-bottom: 0;
}

:is(input[type="radio"]:checked, input[type="hidden"])~p.shipping-info {
	display: block;
	font-size: 0.875rem;
	margin-bottom: 0;
	order: 3;
	margin-right: 20px;
	font-weight: 500;
}


p.shipping-info span {
	color: var(--wd-primary-color);
}

#shipping_method li input:checked + label {
    font-weight: 700;
}

.shipping-delivery-time {
  display: block;
  margin-top: 2px;
  opacity: 0.85;
  line-height: 1.2;
}

body .shipping-info.shipping-info--base ol.shipping-terms li {
    display: list-item;
    padding: .5rem 8px;
    margin-bottom: 0;
    min-height: unset;
}

.shipping-info table,
.shipping-info--temporary table,
.shipping-info--base table,
.heimkeyrsla-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* 🔑 ensures equal column widths */
  margin: 0.5em 0;
  font-size: 0.95em;
}

.shipping-info th,
.heimkeyrsla-table th {
  text-align: left;
  font-weight: 600;
  padding: 6px 8px;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  vertical-align: middle;
}

.shipping-info td,
.heimkeyrsla-table td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  vertical-align: middle;
  flex-basis: 50%;
}

.shipping-info tbody tr:last-child td,
.shipping-info tbody tr:last-child th {
  border-bottom: 0;
}

.shipping-info thead th {
  background: rgba(0,0,0,0.03);
}

.shop_table .shipping-info th:not(:first-child), .shop_table .shipping-info td:not(:first-child) {
  text-align: center;
}

.shipping-info th,
.shipping-info td {
  word-wrap: break-word;
  word-break: normal;
}


td.wd-table-cell.lau {
    flex-basis: 25%;
    flex-grow: 0;
}