.lamason-dt {
    --lamason-dt-color: #4a8d41;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-left: 8px solid var(--lamason-dt-color);
    background: #fff;
    font-family: sans-serif;
    line-height: 1;
}

.lamason-dt__title {
    margin: 0 0 8px;
    color: #333;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.lamason-dt__values {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin-bottom: 8px;
}

.lamason-dt__price,
.lamason-dt__price .woocommerce-Price-amount {
    color: var(--lamason-dt-color);
    font-size: 19px;
    font-weight: 800;
    line-height: 1.2;
}

.lamason-dt__saving {
    padding: 4px 8px;
    border-radius: 3px;
    background: var(--lamason-dt-color);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}

.lamason-dt__saving .woocommerce-Price-amount,
.lamason-dt__saving-value {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.lamason-dt__footer {
    margin: 0;
    color: var(--lamason-dt-color);
    font-size: 10px;
    font-weight: 700;
}

.lamason-dt-error {
    padding: 8px 10px;
    border-left: 4px solid #d63638;
    background: #fff;
}
