.repair-service-steps {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.repair-summary-component:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.repair-service-section dt {
    font-weight: 600;
}

.repair-service-section dd {
    margin-bottom: 0.75rem;
}
