.mqg-wrap { width: 100%; }
.mqg-swiper { padding-bottom: 40px; }

.mqg-card {
/*   background: #fff; */
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mqg-imgwrap { display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.mqg-imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }

.mqg-texts { padding: 14px 16px 18px; }
.mqg-title { font-size: 18px; line-height: 1.25; margin: 0 0 6px; }
.mqg-title a { color: #111827; text-decoration: none; }
.mqg-subtitle { font-size: 12px; color: #6b7280; margin-bottom: 10px; }
.mqg-desc { font-size: 13px; color: #374151; margin-bottom: 12px; }

/* .mqg-btn {
  display: inline-block;
  font-size: 13px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #0ea5e9;
  color: #fff;
  text-decoration: none;
} */

/* Navigation defaults (can be overridden per-instance) */
.swiper-button-prev, .swiper-button-next { color: transparent; }


/* ADD THIS to your mqg-style or enqueue separately */
.swiper-pagination {
  text-align: center;
  margin-top: 16px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 999px;
  background: #ccc;
  opacity: 0.5;
  margin: 0 8px;
}

.swiper-pagination-bullet-active {
  background: #000;
  opacity: 1;
}

