.ros-share {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px 10px;
}

.ros-share__label {
	font-size: 0.8125rem;
	font-weight: 500;
	color: #6b6578;
	line-height: 1.2;
	white-space: nowrap;
}

.ros-share__list {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.ros-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	background: #fff;
	color: #4a4458;
	cursor: pointer;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
	transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.ros-share__icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
	pointer-events: none;
}

.ros-share__btn:hover,
.ros-share__btn:focus-visible {
	outline: none;
	border-color: #d0d0d0;
	background: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
	transform: translateY(-1px);
}

.ros-share__btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.ros-share--hotel {
	margin-top: 10px;
}

.ros-share--search {
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	width: 100%;
	padding: 0;
}

.ros-share--search .ros-share__label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: -0.01em;
	color: var(--flt-text, #1a1625);
	white-space: normal;
}

.ros-share--search .ros-share__list {
	flex-wrap: wrap;
}

.page-hotel .hp-header__meta .ros-share {
	width: 100%;
}

@media (max-width: 599px) {
	.ros-share__label {
		width: 100%;
	}

	.ros-share__btn {
		width: 34px;
		height: 34px;
		border-radius: 9px;
	}

	.ros-share__icon {
		width: 18px;
		height: 18px;
	}
}
