.agentsia-btn {
	display: inline-block;
	padding: 12px 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	border-radius: 2px;
	text-decoration: none;
	cursor: pointer;
	transition: opacity 0.15s ease, background 0.15s ease, color 0.15s ease;
	border: 1px solid transparent;
}

.agentsia-btn-primary {
	background: #2c2c2c;
	color: #ffffff;
	border-color: #2c2c2c;
}

.agentsia-btn-primary:hover,
.agentsia-btn-primary:focus {
	background: #111111;
	color: #ffffff;
	border-color: #111111;
}

.agentsia-btn-outline {
	background: #ffffff;
	color: #2c2c2c;
	border-color: #c9c9c9;
}

.agentsia-btn-outline:hover,
.agentsia-btn-outline:focus {
	background: #f5f4ee;
	color: #111111;
}

.agentsia-booking-iframe {
	border: 0;
	border-radius: 4px;
	background: #ffffff;
	display: block;
	max-width: 100%;
}

.agentsia-chatbot-container {
	border: 0;
	background: #ffffff;
}

/* Custom open/close trigger greyed out while the assistant is not active. */
.agentsia-trigger--inactive {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}
