@import '@resources/index.css';

.supt-section-text-media {
	&__media {
		.wp-block[data-type='supt/media'],
		.block-editor-media-placeholder,
		.supt-media,
		.supt-image-edit {
			height: 100%;
		}

		&:not(:has(img, video)) {
			padding: 16px;

			.supt-media {
				height: unset;

				button {
					min-height: 32px;
				}
			}
		}
	}

	.supt-button .components-toolbar {
		position: absolute;
		top: 0;
		right: -48px;
	}

	&__text {
		overflow: visible;
	}

	.supt-video-player-button {
		opacity: 0;
	}
}
