a.link_button_custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 96px;
  z-index: 10;
}

.thematic.thematic_custom {
  background-color: #ffefd6;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 20px 10px 20px 10px;
}
.audio-player {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: #e3e3e3;
  padding: 8px 18px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#after-play {
  display: none;
  margin: 0px 0px -6px 0px;
}
#play-pause-btn {
  background: none;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

#play-pause-btn.play::before {
  content: "►";
  font-size: 16px;
  color: #555;
}

#play-pause-btn.pause::before {
  content: "❚❚";
  font-size: 16px;
  color: #555;
}

.label_audio {
  font-size: 14px;
  color: #737373;
  font-weight: 700;
}

.duration {
  font-size: 15px;
  color: #666;
}
.box-info[data-style="red"] {
  background: #ffeef3 !important;
}

.box-info[data-style="green"] {
  background: #dfffea !important;
}

.box-info[data-style="gray"] {
  background: #f9f9f9 !important;
}
.detail-content picture.input-picture {
  margin-bottom: 20px;
  display: block;
}

.detail-content picture.input-picture .gra-container {
  padding: 10px 50px 10px 50px;
}

.box-info {
  font-size: 1em !important;
  line-height: 1.4em !important;
  font-family: Roboto !important;
  border-radius: 5px;
  border: solid 1px #e7e2d5;
}
.temp-des-004 {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 32px !important;
}
.temp-content-004 {
  padding: 0px 30px 0px 30px !important;
}
@media (max-width: 768px) {
  .temp-content-004 {
    padding: 0px 15px 0px 15px !important;
  }

  .temp-des-004 {
    font-size: 20px !important;
  }
}
#explus-editor .google-auto-placed {
  margin-bottom: 15px;
  background: #f6f6f6;
  padding: 8px;
}
#explus-editor .google-auto-placed:before {
  content: "Quảng cáo";
  margin-bottom: 4px;
  display: block;
}
@media (max-width: 768px) {
  #explus-editor .google-auto-placed {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px) !important;
    padding: 8px 15px;
  }
}
