.repair-service-steps {
    gap: 0.25rem;
}

.repair-service-steps .nav-item {
    min-width: 0;
}

.repair-service-steps .nav-link {
    cursor: default;
    height: 100%;
    text-align: center;
}

.repair-service-step-number {
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .repair-service-steps .nav-link {
        justify-content: flex-start !important;
    }
}

.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;
}
