.wc-block-components-totals-item.wf10-estimated-delivery {
    padding: 13px 16px 0px 16px;
}

/* Generic two-column layout for estimated delivery */
.wf10-estimated-delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    box-sizing: border-box;
}

.wf10-estimated-delivery .wf10-est-del-label,
.wf10-estimated-delivery .wc-block-components-totals-item__label {
    font-weight: 600;
    display: block;
}

.wf10-estimated-delivery .wf10-est-del-date,
.wf10-estimated-delivery .wc-block-components-totals-item__value {
    text-align: right;
    white-space: nowrap;
    display: block;
}