.raq-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.45);
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.raq-popup {
	background: #fff;
	padding: 22px;
	border-radius: 8px;
	width: 420px;
	max-width: 92%;
	box-shadow: 0 8px 40px rgba(0,0,0,0.2);
	position: relative;
}

.raq-popup h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}

.raq-popup input[type="text"],
.raq-popup input[type="email"] {
	width: 100%;
	padding: 8px 10px;
	margin-top: 6px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}

.raq-popup .raq-submit {
	display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    background: #0077ff;
    color: #fff;
    border: 1px solid #0077ff;
    font-family: 'Satoshi';
    font-size: 18px;
    padding: 14px 24px;
    font-weight: 400;
}

.raq-close {
	position: absolute;
	right: 10px;
	top: 8px;
	background: transparent;
	border: none;
	font-size: 20px;
	cursor: pointer;
}

button.request-quote-button {
    background: #0077ff;
    color: #fff;
    border: 1px solid #0077ff;
    font-family: 'Satoshi';
    font-size: 18px;
    padding: 14px 24px;
    font-weight: 400;
}

/* Hide Add to Cart and Price for quote-only products (Breakdance-compatible) */
body.quote-only-product .bde-wooproductcartbutton .single_add_to_cart_button,
body.quote-only-product .bde-wooproductcartbutton .quantity{
    display: none !important;
}
