.optl-container-7214 {
    width: 100%;
}

.optl-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.optl-items-list .optl-item:first-child {
    border-top: 1px solid #e5e5e5;
}

.optl-total-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 30px 0 15px;
}

.optl-total-values {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.optl-total-original-price {
    text-decoration: line-through;
    color: #a0a0a0;
}

/* Ensure mobile layout stays inline */
@media (max-width: 767px) {
    .optl-item,
    .optl-total-section {
        flex-direction: row;
        flex-wrap: nowrap;
    }
}
