.estimator-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.cta-buttons {
    display: flex;
    gap: 10px;
}

.estimator-actions .btn {
    padding: var(--space-2) var(--space-4);
    font-size: 0.875rem;
}