﻿.section-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: var(--theme-dark-blue);
}

.cost-box {
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 1.5rem;
}

.treatment-row {
    padding: 10px 0;
    border-bottom: 1px solid #e1e1e1;
    align-items: center;
}

    .treatment-row:last-child {
        border-bottom: none;
    }

.treatment-name {
    font-weight: 500;
    color: #7471b3;
}

.cost-amount {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--theme-dark-blue);
    text-align: end;
}

.note-section {
    font-size: 0.9rem;
    color: #555;
}

.text-small {
    font-size: 0.8rem;
}
