/* Image Preloading Admin Styles */

/* Plugin header */
.image-preloading-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 15px;
}

/* Plugin links */
.image-preloading-links {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.image-preloading-links .button {
	text-decoration: none;
	white-space: nowrap;
}

.image-preloading-links .button:hover {
	text-decoration: none;
}

/* Mobile responsiveness */
@media (max-width: 782px) {
	.image-preloading-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.image-preloading-links {
		width: 100%;
		justify-content: flex-start;
	}
}
