.embed-google-maps .embed-privacy-overlay {
  background: url(../../images/gmap.svg) scroll no-repeat center center/cover;
  min-height: 0;
  position: relative;
}
.embed-google-maps .embed-privacy-overlay::after {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: -1%;
  content: "";
  display: block;
  left: -1%;
  position: absolute;
  right: -1%;
  top: -1%;
  transition: background-color 0.25s ease-in-out;
}
.embed-google-maps .embed-privacy-overlay:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.embed-privacy-container {
  overflow: hidden;
}

.embed-privacy-content {
  line-height: 0;
}
.wp-block-column .embed-privacy-content > iframe {
  height: 100%;
}

.embed-privacy-inner {
  position: relative;
  z-index: 1;
}
.embed-privacy-inner .embed-privacy-input.embed-privacy-input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: auto;
  display: inline;
  font-size: inherit;
  height: auto;
  opacity: 1;
  width: auto;
}
.embed-privacy-inner .embed-privacy-input.embed-privacy-input::after {
  content: none;
}
.embed-privacy-inner .embed-privacy-label {
  display: inline-block;
  margin-left: 0.3em;
  width: auto;
}

.embed-privacy-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%;
}

.wp-block-embed {
  margin-bottom: var(--rh--size--general--margin--bottom);
}
.wp-block-embed:last-child {
  margin-bottom: 0;
}

.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper {
  position: relative;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper iframe,
.wp-block-embed.wp-has-aspect-ratio .wp-block-embed__wrapper .embed-privacy-container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%;
}
.wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%;
}
.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%;
}
.wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%;
}
.wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%;
}
.wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper::before {
  padding-top: 66.66%;
}
.wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%;
}
