.ct-editor-web img {
  max-width: 100%;
  height: auto !important;
}
.ct-editor-web .col-md-6 img {
  height: 100% !important;
}

.ct-editor-web .row {
  margin-bottom: 1.25rem;
}

.ct-editor-web a[href^="tel:"] {
  background-color: #0693e3;
  color: white;
  padding: 10px;
  border-radius: 15px;
  text-align: center;
}

.program-info ul {
  padding-left: 20px;
}

.ct-editor-web .wp-video {
  width: 100% !important;
  text-align: center;
}

.ct-editor-web h1,
.ct-editor-web h2,
.ct-editor-web h3,
.ct-editor-web h4,
.ct-editor-web h5,
.ct-editor-web h6 {
  margin-top: 1.25rem;
}
.ct-editor-web figure {
  margin-top: 1rem;
}

.ct-editor-web figure:not(.col-md-6) {
  width: 100% !important;
}

.ct-editor-web figure:has(img) {
  text-align: center;
}

.ct-editor-web .wp-caption-text {
  text-align: center;
}
/* .ct-editor-web  ul li bỏ dot */
.ct-editor-web ul li {
  list-style: none !important;
}

p:has(img) {
  text-align: center;
}

.sidebar-consult-form .form-group textarea {
  width: 100%;
  padding: 4px 12px;
  border-radius: 6px;
  border: none;
  outline: none;
  color: rgb(41, 71, 88);
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Avatar dạng chữ cái đầu */
.review__avatar--text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #219fd5 0%, #007bc2 100%);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50%;
  flex-shrink: 0;
}

.box-detail-news-intro .content-intro {
  z-index: 0;
}
.ct-editor-web video {
  width: 100%;
  height: auto;
}

/* WordPress Embed Preview Card */
.wp-embed-preview-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin: 1rem 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.wp-embed-preview-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.wp-embed-preview-card__title {
  margin: 0;
  padding: 8px 12px;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.wp-embed-preview-card__title a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: color 0.2s ease;
}

.wp-embed-preview-card__title a:hover {
  color: #007bc2;
}

.wp-embed-preview-card__content {
  display: flex;
  gap: 12px;
  padding: 12px;
}

.wp-embed-preview-card__thumb {
  flex-shrink: 0;
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
}

.wp-embed-preview-card__thumb a {
  display: block;
  width: 100%;
  height: 100%;
}

.wp-embed-preview-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.wp-embed-preview-card__thumb:hover img {
  transform: scale(1.05);
}

.wp-embed-preview-card__text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wp-embed-preview-card__text p {
  margin: 0 0 8px 0;
  color: #666;
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
}

.wp-embed-preview-card__readmore {
  display: inline-block;
  color: #007bc2;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  margin-top: auto;
  transition: color 0.2s ease;
}

.wp-embed-preview-card__readmore:hover {
  color: #219fd5;
  text-decoration: underline;
}

/* Responsive cho mobile */
@media (max-width: 768px) {
  .wp-embed-preview-card__content {
    flex-direction: column;
  }

  .wp-embed-preview-card__thumb {
    width: 100%;
    height: 200px;
  }
}

#menu:not(.mm-menu) {
  display: none;
}

/* .gallery__img {
  max-height: 360px;
} */
.slider-nav {
  text-align: center;
}

@media (max-width: 575px) {
  .villa-slider .slider-nav {
    display: none !important;
  }

  .hotel-slider .slider-nav {
    display: none !important;
  }
}


@media (max-width: 991px) {
    .slide-banner .image-banner {
        height: 400px;
    }
}