.lph-wp-merchant-section.lph-wp-customize-mode-active.lph-wp-merchant-section-hidden {
	opacity: 0.6;
}

@keyframes lphWpButtonGlow {
	0%, 100% {
		box-shadow: 0 0 5px rgba(var(--lph-color-bluewood-rgb), 0.5);
	}
	50% {
		box-shadow: 0 0 20px rgba(var(--lph-color-bluewood-rgb), 0.8), 0 0 30px rgba(var(--lph-color-bluewood-rgb), 0.4);
	}
}

#lph-wp-merchant-customize-btn.lph-wp-customize-active {
	animation: lphWpButtonGlow 1.5s ease-in-out infinite;
}

.lph-wp-section-controls {
	display: flex;
	flex-direction: row;
	gap: 4px;
}

.lph-wp-section-toggle {
	border: none;
	background: none;
	outline: none;
	box-shadow: none !important;
}

.lph-wp-section-toggle i {
	font-size: 1.25rem;
	transition: transform 0.2s ease;
}

.lph-wp-section-toggle.lph-wp-toggle-disabled {
	pointer-events: none;
	cursor: not-allowed;
}

.lph-wp-section-toggle.lph-wp-toggle-disabled i {
	display: none;
}

.lph-wp-merchant-section {
	transition: opacity 0.3s ease;
}

#lph-wp-merchant-customize-btn {
	transition: box-shadow 0.3s ease;
}

.lph-wp-visibility-toggle.lph-wp-visibility-visible {
	background-color: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: #fff !important;
}

.lph-wp-visibility-toggle.lph-wp-visibility-visible:hover {
	background-color: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	opacity: 0.85;
}

.lph-wp-collapse-toggle.lph-wp-collapse-expanded {
	background-color: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	color: #fff !important;
}

.lph-wp-collapse-toggle.lph-wp-collapse-expanded:hover {
	background-color: var(--bs-success) !important;
	border-color: var(--bs-success) !important;
	opacity: 0.85;
}

.lph-wp-hero-banner {
	height: 100px;
}

@media (min-width: 576px) {
	.lph-wp-hero-banner {
		height: 130px;
	}
}

@media (min-width: 768px) {
	.lph-wp-hero-banner {
		height: 160px;
	}
}

@media (min-width: 992px) {
	.lph-wp-hero-banner {
		height: 200px;
	}
}

.lph-wp-earnings-chart-wrapper {
	position: relative;
	height: 300px;
}

@media (min-width: 576px) {
	.lph-wp-earnings-chart-wrapper {
		height: 350px;
	}
}

@media (min-width: 768px) {
	.lph-wp-earnings-chart-wrapper {
		height: 400px;
	}
}

.lph-wp-earnings-chart-label {
	font-size: 0.875rem;
	line-height: 1.5;
	padding: 0.25rem 0;
	color: var(--bs-secondary-color);
}
