/*
Theme Name: BEEPLUS
Theme URI: https://www.beeplus.com
Author: BEEPLUS
Description: 蜜蜂公司 BEEPLUS 官方网站 WordPress 主题
Version: 1.0.2
Text Domain: bee
Requires at least: 5.8
Requires PHP: 7.4
*/

.video-mask .video-box-play {
	position: relative;
}

.video-mask .video-box-play > video {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 100%;
}

.video-mask .video-box-play:not(.is-playing) > video {
	pointer-events: none;
}

.video-mask .video-box-play.is-playing > video {
	pointer-events: auto;
}

.video-mask .video-box-play > .play-btn {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	pointer-events: auto;
}

.video-mask .video-box-play.is-playing > .play-btn {
	display: none !important;
	pointer-events: none;
}

/* News detail sidebar: article outline — max 3 entries, 3 lines each */
.right-menu-box-module .summary_box .left_summary_list {
	max-height: 12rem;
	overflow: hidden;
}

.right-menu-box-module .summary_box .summary_list_item span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/* Header nav current page highlight */
.website-header .website_menu_box.active > a {
	color: var(--ui-color-primary);
}

.mobile-header-collapse-wrapper a.menu_item.active,
.mobile-header-collapse-wrapper a.accordion-button.no_child.active {
	color: var(--ui-color-primary);
}

.location-product-module-2 .top-image img,
.location-product-module .product-data-item .product-image img,
.recent-location-list .location-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
