.ps-slider { position: relative; margin: 0 -50px; }
.ps-viewport { overflow: hidden; touch-action: pan-y; width: 100%; padding: 40px 50px; }
.ps-track { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; transition: transform var(--ps-transition, 500ms) ease; gap: 24px; cursor: grab; align-items: flex-start !important; }
.ps-track.is-dragging { cursor: grabbing; }
.ps-slide { flex: 0 0 auto !important; box-sizing: border-box; width: calc((100% - (var(--ps-per-view, 3) - 1) * 24px) / var(--ps-per-view, 3)) !important; }
.ps-card { background: #fff; border-radius: 18px; padding: 24px; box-shadow: 0 10px 32px rgba(0,0,0,.08); overflow: hidden; display: flex; flex-direction: column; }
.ps-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; justify-content: flex-end; }
.ps-pills-left .ps-pills { justify-content: flex-start; padding-left: 30px; }
.ps-pill { display: inline-block; background: #ea1d2c; color: #fff; padding: 6px 12px; border-radius: 999px; font-weight: 700; flex: 0 0 auto; white-space: nowrap; font-size: 12px; }
.ps-quote { color: #222; line-height: 1.6; position: relative; padding-left: 30px; text-align: left; flex: 1; }
.ps-quote * { max-width: 100%; box-sizing: border-box; }
.ps-quote img { max-width: 100%; height: auto; display: block; }
.ps-quote::before { content: ''; position: absolute; left: 0; top: 0; width: 20px; height: 20px; background: url('symbol.png') no-repeat center; background-size: contain; }
.ps-quote::after { content: ''; width: 16px; height: 14px; background: url('symbolend.png') no-repeat center; background-size: contain; display: inline-block; vertical-align: middle; margin-left: 3px; }
.ps-hide-symbols .ps-quote { padding-left: 0; }
.ps-hide-symbols .ps-quote::before, .ps-hide-symbols .ps-quote::after { display: none; }
.ps-hide-symbols .ps-meta { padding-left: 0; }
.ps-hide-symbols.ps-pills-left .ps-pills { padding-left: 0; }
.ps-meta { margin-top: 20px; text-align: left; padding-left: 30px; }
.ps-hide-author .ps-meta { display: none; }
.ps-author { font-weight: 700; color: #111; }
.ps-title { color: #666; }
.ps-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: #fff; border: 1px solid #ddd; width: 40px; height: 40px; border-radius: 50%; box-shadow: 0 6px 18px rgba(0,0,0,.08); cursor: pointer; z-index: 10; font-size: 20px; line-height: 40px; text-align: center; padding: 0; }
.ps-prev { left: 50px; }
.ps-next { right: 50px; }
.ps-dots { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.ps-dot { width: 8px; height: 8px; background: rgba(0,0,0,0.2); border-radius: 50%; border: none; padding: 0; cursor: pointer; }
.ps-dot.is-active { background: #ea1d2c; }
@media (max-width: 1024px) { }
@media (max-width: 640px) {
  .ps-slider { margin: 0; }
  .ps-viewport { padding: 40px 0; }
  .ps-track { gap: 20px !important; }
  .ps-slide { width: 100% !important; padding: 0 20px; }
  .ps-card { padding: 20px !important; }
  .ps-pills { margin-bottom: 12px; }
  .ps-quote { padding-left: 25px; padding-right: 10px; }
  .ps-meta { padding-left: 25px; margin-top: 16px; }
  .ps-arrow { display: none; }
}
