:root {
    --color-burgundy: #fd0c5e;
}

body {
    background-color: #f8fafc;
}

.span-red {
    color: var(--color-burgundy);
}

.card {
    border: none;
    border-radius: 14px;
}

.result-sidebar {
    position: sticky;
    top: 24px;
}

.result-box {
    background-color: #f1f5f9;
    border-top: 4px solid #0d6efd;
}

.total-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0d6efd;
}

.list-group-item {
    border: none;
    padding: 8px 0;
    border-bottom: 1px dashed #e2e8f0;
}

.list-group-item:last-child {
    border-bottom: none;
}