/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.2
 Text Domain:  woodmart
*/

/* Chatway 触发钮上移，为下方 60px 联系按钮留位 */
.chatway--container .chatway--trigger-container {
	bottom: 100px !important;
}

/* 联系页：与 Chatway 同列、贴底、同尺寸，避免挡住 Chat 层通常 z-index 略低 */
.urelx-float-contact {
	position: fixed;
	z-index: 999997;
	width: 60px;
	height: 60px;
	inset-inline-end: 20px;
	bottom: 20px;
	left: auto;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.18);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #707070;
	text-decoration: none;
	transition: opacity 0.2s, transform 0.2s;
}

.urelx-float-contact:hover,
.urelx-float-contact:focus {
	color: #555;
	text-decoration: none;
	opacity: 0.95;
	transform: scale(1.04);
}

.urelx-float-contact svg {
	width: 32px;
	height: 32px;
	display: block;
}

.chatway--preview--only--container {
  bottom: 170px !important;
}