@layer base {
	[data-buttoned] {
		position: relative;
		width: fit-content;

		& .wp-block-button {
			position: absolute;
			inset: 0;
			width: 100%;
			height: 100%;

			& .wp-element-button {
				all: unset;
				display: block;
				cursor: pointer;
				height: 100%;
				width: 100%;
				opacity: 0;
			}
		}

		& .wp-block-read-more {
			position: absolute;
			inset: 0;
			width: 100% !important;
			opacity: 0;

			.editor-styles-wrapper & {
				display: none;
			}
		}
	}
}
