/* Summary Widget Styles */
.order-details-summary-widget {
    display: flex;
    flex-direction: column;
}

.order-details-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.order-details-summary-label {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.order-details-summary-value-bold {
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.order-details-summary-label-regular {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.order-details-summary-value-regular {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.order-details-summary-label-large {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.order-details-summary-value-large {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.order-details-summary-spacer {
    height: 10px;
}