.woo-chat-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.25rem;
	margin-bottom: 0.5rem;
	width: 100%;
}

.woo-chat-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	padding: 0.65rem 1.1rem;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.25;
	text-decoration: none !important;
	border-radius: 5px;
	border: 1px solid #9f9f9f;
	box-sizing: border-box;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	flex: 1 1 auto;
	min-width: 0;
	background-color: #ffffff;
	color: #000000 !important;
	box-shadow: none;
}

/* Normal: açık zemin, siyah yazı, gri çerçeve — hover: tam tersi */
.woo-chat-btn:hover,
.woo-chat-btn:focus {
	background-color: #000000;
	color: #ffffff !important;
	border-color: #ffffff;
}

.woo-chat-btn:focus {
	outline: 2px solid #9f9f9f;
	outline-offset: 2px;
}

.woo-chat-btn__icon {
	display: inline-flex;
	flex-shrink: 0;
	color: inherit;
}

.woo-chat-btn__icon svg {
	display: block;
}

@media (max-width: 768px) {
	.woo-chat-actions {
		flex-direction: column;
	}

	.woo-chat-btn {
		width: 100%;
		flex: 1 1 100%;
	}
}
