.wp-block-embed__wrapper.is-rot-placeholder:before,
.is-rot-placeholder .wp-block-embed__wrapper:before {
	padding-top: 0 !important;
	content: none !important;
}

.is-rot-placeholder .rot-sc-embed-placeholder,
.wp-block-embed__wrapper.is-rot-placeholder .rot-sc-embed-placeholder {
	margin: 0;
}



#rot-sc-open-settings {
			position: fixed;
			left: 16px;
			bottom: 16px;
			z-index: 99998;
			background: var(--text);
			color: var(--white);
			padding: 8px 12px;
			font-size: 13px;
			border-radius: 1px;
			text-decoration: none;
		}
#rot-sc-modal-backdrop {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.55);
	z-index: 99999;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
#rot-sc-modal-backdrop.is-open {
	display: flex;
}
#rot-sc-modal {
	background: #fff;
	max-width: 520px;
	width: 100%;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 20px 50px rgba(0,0,0,0.2);
}
#rot-sc-modal h3 {
	margin: 0 0 12px 0;
}
#rot-sc-modal p {
	margin: 0 0 16px 0;
	line-height: 1.5;
}
.rot-sc-actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.rot-sc-btn {
	display: inline-block;
	background: var(--text);
    color: var(--white);
    outline: none;
    border: none;
    padding: 4px 12px;
}
.rot-sc-btn--secondary {
	background: #eee;
	color: var(--text);
}
.rot-sc-btn--tertiary {
	background: var(--primary);
	color: var(--white);
}
.rot-sc-embed-placeholder {
	border: 1px solid #ddd;
	padding: 20px;
	border-radius: 10px;
	background: #f7f7f7;
	margin: 20px 0;
}
.rot-sc-embed-placeholder p {
	margin: 0 0 12px 0;
}
.rot-sc-embed-actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin-top: 10px;
}

#rot-sc-modal-backdrop,
#rot-sc-modal-backdrop p,
.rot-sc-embed-placeholder,
.rot-sc-embed-placeholder p{
	font-size:.84rem;
}
