/* Custom styles */
.distance-btn {
    @apply bg-blue-500 text-white px-3 py-1 rounded hover:bg-blue-600;
}

.input-field {
    @apply w-full p-2 border border-gray-300 rounded mt-1;
}

.calculate-btn {
    @apply flex-grow bg-green-500 text-white font-semibold p-3 rounded hover:bg-green-600;
}

.clear-btn {
    @apply w-1/3 bg-gray-500 text-white font-semibold p-3 rounded hover:bg-gray-600;
}

/* Additional styles can be added here if needed */
