[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
.edit-block-wrap-in {
  display: flex;
}
@media (max-width: 1024px) {
  .edit-block-wrap-in {
    flex-direction: column;
  }
}
.edit-block-wrap-in .left-side {
  max-width: 350px;
  width: 100%;
  margin-right: 20px;
  background: #fff;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .edit-block-wrap-in .left-side {
    margin: 0 auto 15px;
  }
}
.edit-block-wrap-in .left-side .legend-list {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.edit-block-wrap-in .left-side .legend-list .legend-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 5px;
}
.edit-block-wrap-in .left-side .legend-list .legend-item .legend-price {
  color: #17B246;
  font-weight: bold;
  border: 2px solid #17B246;
  border-radius: 50px;
  padding: 5px;
  line-height: 1.2;
}
.edit-block-wrap-in .right-side {
  max-width: calc(100% - 370px);
  width: 100%;
  margin-left: auto;
}
@media (max-width: 1024px) {
  .edit-block-wrap-in .right-side {
    max-width: 100%;
    margin: 0;
  }
}
.block_title_map {
  text-align: left;
  padding-bottom: 45px;
}
@media (min-width: 1024px) {
  .block_title_map {
    font-size: 40px;
  }
}
.edit-video {
  width: 100%;
  box-sizing: border-box;
}
.edit-video.block_padding {
  padding: 60px 20px;
}
@media (max-width: 768px) {
  .edit-video.block_padding {
    padding: 40px 15px;
  }
}
.edit-video .title__video {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .edit-video .title__video {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 25px;
  }
}
.edit-video__content {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: start;
}
@media (max-width: 1024px) {
  .edit-video__content {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .edit-video__content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.edit-video .left_part {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.edit-video .left_part .video-description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: black;
}
.edit-video .left_part .video-description p {
  margin-bottom: 15px;
}
.edit-video .left_part .video-description p:last-child {
  margin-bottom: 0;
}
.edit-video .left_part .video-description .color {
  background-color: rgba(23, 178, 70, 0.15);
  color: #17b246;
  padding: 2px 8px;
  border-radius: 20px;
  font-weight: 500;
  display: inline-block;
  font-family: var(--font2);
  line-height: normal;
}
.edit-video .left_part .video-preview-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.edit-video .left_part .video-preview-link img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 360px;
  transition: transform 0.4s ease;
}
.edit-video .left_part .video-preview-link .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.edit-video .left_part .video-preview-link .video-overlay-text {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
}
.edit-video .left_part .video-preview-link .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: #17b246;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  color: #ffffff;
  font-size: 1.8rem;
  box-shadow: 0 4px 15px rgba(23, 178, 70, 0.4);
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.edit-video .left_part .video-preview-link .video-play-btn svg {
  width: 20px;
  height: 20px;
}
.edit-video .left_part .video-preview-link:hover img {
  transform: scale(1.02);
}
.edit-video .left_part .video-preview-link:hover .video-overlay {
  opacity: 1;
}
.edit-video .left_part .video-preview-link:hover .video-play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background-color: #1ac94f;
}
.edit-video .right_part {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  height: 100%;
}
@media (max-width: 768px) {
  .edit-video .right_part {
    gap: 30px;
  }
}
.edit-video .right_part .benefit-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}
.edit-video .right_part .benefit-card__image {
  position: relative;
  display: inline-block;
}
.edit-video .right_part .benefit-card__image img:not(.sub-image) {
  height: 150px;
  width: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .edit-video .right_part .benefit-card__image img:not(.sub-image) {
    height: 110px;
  }
}
.edit-video .right_part .benefit-card__image .sub-image {
  position: absolute;
  top: -10px;
  right: -50px;
  width: 75px;
  height: 75px;
  object-fit: contain;
  transform: rotate(25deg);
}
@media (max-width: 768px) {
  .edit-video .right_part .benefit-card__image .sub-image {
    right: -35px;
    width: 60px;
    height: 60px;
  }
}
.edit-video .right_part .benefit-card__text {
  width: 100%;
}
.edit-video .right_part .benefit-card__text span {
  display: inline-block;
  border: 1px solid #17b246;
  color: #17b246;
  padding: 10px 24px;
  border-radius: 30px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .edit-video .right_part .benefit-card__text span {
    font-size: 0.95rem;
    padding: 8px 18px;
  }
}
