.summary-container {
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    width: 100%;
    align-items: flex-start;
    box-sizing: border-box;
}

.summary-container-header{
    font-size: 1.2rem;
    font-weight: bold;
    font-family: 'PlusJakartaSans';
    line-height: 1rem;
}

.summary-container-details {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
    box-sizing: border-box;
}

.summary-container-details-content{
    display: flex;
    justify-content: space-between;
}

.summary-container-divider {
    width: 100%;
    height: 1px;
    background: #E5E7EB;
}

.summary-container-total{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.summary-container-total p{
    color: #0F0F0F;
    font-weight: bold;
    text-align: start;
}