/* custom-styles.css */
.price-details {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 12px;
}

.price-row {
    /* display: flex; */
    justify-content: space-between;
    padding: 5px 0;
    color: #000;
}

.price-row small {
    flex: 1;
}

.price-row small:first-child {
    text-align: left;
}


