/*
.embed-youtube {
	background-color: #000;
	margin-bottom: 30px;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
}
.embed-youtube img {
	width: 100%;
	top: -16.82%;
	left: 0;
	opacity: 0.7;
}
.embed-youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}
.embed-youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}
.embed-youtube img,
.embed-youtube .play-button {
	cursor: pointer;
}
.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .play-button,
.embed-youtube .play-button:before {
	position: absolute;
}
.embed-youtube .play-button,
.embed-youtube .play-button:before {
	top: 50%;
	left: 50%;
	transform: translate3d( -50%, -50%, 0 );
}

.embed-youtube iframe {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
*/

/* New */

.embed-youtube,
.embed-map {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  /*padding-top: 56.25%;*/
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.embed-map {
  background-color: #ffffff;
}

.embed-youtube .embed-info,
.embed-map .embed-info {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 372px;
  padding: 24px;
  transform: translate(-50%, -50%);
  font-size: 0.875em;
}

.embed-youtube .embed-info > p,
.embed-map .embed-info > p {
  text-align: center;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-accept:before,
.embed-map img,
.embed-map iframe,
.embed-map .embed-accept:before {
  position: absolute;
}

.embed-youtube iframe,
.ce-media__video iframe,
.embed-map iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  aspect-ratio: 4 / 3;
}

.embed-youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.embed-button {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.embed-youtube .embed-accept,
.embed-youtube .embed-more,
.embed-map .embed-accept,
.embed-map .embed-more {
  width: 100%;
  max-width: 174px;
  height: 40px;
  margin: 0 auto;
  color: #fff;
  background-color: #7db730;
  z-index: 1;
  border: none;
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.2;
}

.embed-youtube .embed-accept,
.embed-map .embed-accept {
  cursor: pointer;
}

.embed-youtube .embed-more,
.embed-map .embed-more {
  line-height: 40px;
  color: #534844;
  background-color: #f0f0f0;
  text-align: center;
}

.embed-youtube .embed-accept,
.embed-map .embed-accept {
  position: relative;
}

#shop.metaButton .icon {
  display: block;
  width: 45px;
  height: 45px;
  margin-top: -4px;
  margin-left: -2px;
}
#shop.metaButton .icon > svg {
  fill: #ffffff;
}
#shop.metaButton .icon:hover > svg {
  fill: #a8c672;
}

.n2g-popup-show-like .icon {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 5px;
}
.n2g-popup-show-like .icon > svg {
  fill: #ffffff;
}
.n2g-popup-show-like:hover .icon > svg {
  fill: #7db730;
}
