/* ======================================================== */
/* CSS for control sap.ui.integration.cards/WebPageContent  */
/* Base theme                                               */
/* ======================================================== */

.sapFCardWebPageContent {
	padding: 1px;

	.sapUiIntWPCFrame {
		display: block;
		box-sizing: border-box;
		border: none;
		width: 100%;
		min-height: 100%;
	}

	/* Hide the placeholder using CSS only, to avoid re-rendering the iframe, which results in page reload. */
	&:not(.sapFCardContentLoading) .sapFCardContentPlaceholder {
		display: none;
	}
}