/* Default button appearance. Elementor can still override this with its own widget styles. */
.wq-send-quote.wq-send-quote-button {
	align-items: center;
    background-color: #07883f;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    color: #ffffff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
    padding: 12px 30px;
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.wq-send-quote.wq-send-quote-button:hover,
.wq-send-quote.wq-send-quote-button:focus {
		background-color: #066f34;
		color: #ffffff;
		text-decoration: none;
}

.wq-send-quote.wq-send-quote-button:active {
		transform: translateY(1px);
}
