callout_line {
    display: grid;
        justify-items: center;
}

.callout_description {
text-shadow: 2px 2px 10px #04040457;
}

.poi_embed_text {
text-shadow: 2px 2px 10px #04040457;
}
.custom .callout_line {
    display: grid !important;
        justify-items: center !important;
}
.custom .callout_content {
    display: grid !important;
    justify-items: center !important;
}
.callout_text_main {
    font-weight: bold;
}
.callout_title_bg {
  border: 1px solid yellow; 
  border-radius: 8px; /* Làm tròn góc */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Thêm bóng đổ nhẹ */
}
.callout_title_text {
    margin-top: 4px;
    margin-right: 4px;
    margin-bottom: 3px !important;
    margin-left: 4px;
    font-size: 9px !important;
}
.right_callout .callout_content {
    border-width: 0px !important;
}
.right_callout .callout_title {
    margin-top: 13px !important;
    margin-left: -10px;
}
.left_callout .callout_content {
    border-width: 0px !important;
}
.left_callout .callout_title {
    margin-top: 13px !important;
    margin-left: 10px !important;
}
.fancybox-content {
    background: #ffffff00 !important; 
}
.fancybox-bg {
    background: #ffffff00 !important; 
}
.green-text {
  font-family: "Lora", Times, serif !important;
  font-size: 48px;
  font-weight: bold;

  background: linear-gradient(to right, white, #00aaff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Stroke mảnh chỉ tạo viền nhỏ */
  -webkit-text-stroke: 1px #005577;

  /* Shadow tạo hiệu ứng viền ngoài mở rộng */
  text-shadow:
    1px 1px 0 #005577,
   -1px 1px 0 #005577,
    1px -1px 0 #005577,
   -1px -1px 0 #005577;
}
}