.cache-action-wrapper-2211 {
	position: relative;
	display: inline-block;
}

.cache-action-btn-2211 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	background-color: #0073aa;
	color: #ffffff;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	transition: background-color 0.3s ease, color 0.3s ease, opacity 0.3s ease;
	text-decoration: none;
}

.cache-action-btn-2211:hover {
	background-color: #005177;
}

.cache-action-btn-2211.is-loading {
	opacity: 0.7;
	cursor: not-allowed;
	pointer-events: none;
}

.cache-action-btn-2211.is-loading .elementor-button-icon svg,
.cache-action-btn-2211.is-loading .elementor-button-icon i {
	animation: spin-2211 1s linear infinite;
}

@keyframes spin-2211 {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.cache-action-message-2211 {
	margin-top: 10px;
	font-size: 14px;
	display: none;
}

.cache-action-message-2211.success {
	color: #46b450;
	display: block;
}

.cache-action-message-2211.error {
	color: #dc3232;
	display: block;
}
