﻿/* ── 輪播區塊樣式（手機優先） ── */
.cont section.demos .owl_demo {
  margin: 0 auto;
}

.cont section.demos .demo_item {
  background: none;
  height: auto;
  margin: 0 8px;
}

.cont section.demos .owl-item img {
  margin: 0 auto;
  width: 100%;
}

.cont section.demos .demo_item h4 {
  min-height: 3em;
}

/* ── 輪播外掛覆寫 ── */
.cont section.demos .owl-item {
  border-left: none;
}

/* ── 超寬螢幕（Desktop XL）>= 1440px ── */
@media screen and (min-width: 1440px) {
  .cont section.demos .demo_item {
    margin: 0 12px;
  }

  .cont section.demos .demo_item h4 {
    min-height: 2.8em;
  }
}
