/* Style for the faded/disabled target URL textarea row */
.webspop-target-urls-disabled {
	opacity: 0.5;
	pointer-events: none;
}
.webspop-target-urls-disabled textarea {
	background-color: #f0f0f1; /* Light gray background */
}

/* Hide conditional options initially */
.webspop-trigger-option,
.webspop-content-option,
.webspop-cookie-option {
	/* Hiding the row is handled by JS, this is a fallback/clarity */
}

/* Ensure preview image fits container */
#webspop_image_preview img {
    max-width: 100%;
    height: auto;
    display: block;
}
