.mccpages-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}

.mccpages-grid {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.mccpages-card {
  flex: 0 0 260px;
  background: #fff;
  border: 1px solid #e6e6e6;
  padding: 14px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.04);
}

.mccpages-thumb img { width: 100%; border-radius: 8px; height: auto; display: block; }
.mccpages-title { font-size: 18px; margin: 10px 0 6px; }
.mccpages-excerpt { color: #555; font-size: 14px; min-height: 44px; }
.mccpages-btn { display: inline-block; margin-top: 10px; padding: 8px 14px; background: #0073aa; color: #fff; border-radius: 6px; text-decoration: none; font-weight: 600; }
.mccpages-btn:hover { background: #005f8d; }

.mccpages-prev, .mccpages-next {
  background: #0073aa;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
}
.mccpages-prev:hover, .mccpages-next:hover { background: #005f8d; }
