.subCostBreakdown {
    font-size: 11px;
    color: #a3a3a3;
}

.subCostBreakdown .flex {
    justify-content: space-between;
    margin-left: 15px;
    transition: all .3s;
}

.subCostBreakdown .flex:hover {
    background: #ffffff1f;
    padding: 0px 3px;
    margin: 0px -3px;
    margin-left: 12px;
}

.subCostBreakdown>div:first-of-type {
    cursor: pointer;
    font-weight: bold;
    user-select: none;
}

.subCostBreakdown>div:first-of-type.show+div {
    display: block;
}

.subCostBreakdown>div:first-of-type+div {
    display: none;
}

.partDetails img {
    width: 100%;
}

.costOverview {
    background: #181A1E;
    color: white;
    padding: 15px 25px;
    margin: 0px -25px;
}