@charset "utf-8";
/* Text meant only for screen readers */
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;
overflow: hidden;padding: 0;position: absolute;width: 1px;word-wrap: normal !important;}

.embed-header { background-color:inherit; }
.wp-embed { border:2px solid #ccc; overflow: auto; zoom: 1; padding:0; }
.wp-embed-link { display:block; padding: 16px; }
.wp-embed-inner { display:flex; align-items: center; }
.wp-embed-featured-image { overflow:hidden; width:120px; margin-right: 16px; margin-bottom:0; }
.wp-embed-featured-image img { width: 100%; height: auto; border: none; transition: transform var(--base-duration) var(--base-easing); }
.wp-embed-textarea { width:calc(100% - 120px); line-height:1.2;  }

.embed-header .wp-embed-heading { color: #444; font-weight: 900; font-size: 110%; line-height: 1.4; display:inline;
	background: linear-gradient(var(--yellow-color-second), var(--yellow-color-second)) right bottom / 0 .5em no-repeat;
	transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1); }
.wp-embed-link:active .wp-embed-heading { background-position: left bottom; background-size: 100% .5em; text-decoration:none; }
.wp-embed-link:active .wp-embed-featured-image img { transform: rotate(-4deg) scale(1.05); }
@media (hover: hover) and (pointer: fine) {
	.wp-embed-link:hover .wp-embed-heading { color: var(--yellow-color-primary); background-position: left bottom; background-size: 100% .5em; text-decoration:none; }
	.wp-embed-link:hover .wp-embed-featured-image img { transform: rotate(-4deg) scale(1.05); }}
.wp-embed-excerpt p { margin-top:8px;font-size:90%; color:rgba(var(--text-color-rgb),.8); height:54px; overflow: hidden; line-height:1.3; }
.wp-embed-footer { display:none; }
.wp-embed-share-dialog { display:none; }

@media (max-width: 480px){
	.wp-embed-heading { font-size: 95%; }
	.wp-embed-excerpt p { font-size:85%; height: 48px; }}

@media (prefers-color-scheme: dark) {
	.wp-embed img { filter:inherit; }}