
.ap-slider-wrapper { width: 100%; padding: 40px 0; background: #f5f6f8; }
.ap-slider-header { margin-bottom: 25px; }
.ap-slider-title { font-size: 28px; font-weight: 600; margin-bottom: 10px; }
.ap-slider-separator { height: 3px; width: 60px; background: #1f3c88; }
.ap-slider-container { overflow: hidden; }
.ap-slider-track { display: flex; transition: transform 0.4s ease; }
.ap-slide { flex: 0 0 33.333%; padding: 15px; box-sizing: border-box; }
.ap-card-link { text-decoration: none; color: inherit; display: block; height: 100%; }
.ap-card { background: #ffffff; padding: 25px; border-radius: 12px; box-shadow: 0 6px 20px rgba(0,0,0,0.05); height: 100%; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.ap-card:hover { transform: translateY(-4px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); }
.ap-question-title { font-size: 18px; font-weight: 600; color: #1f3c88; }
.ap-answer-excerpt { margin-top: 12px; color: #666; font-size: 14px; }
.ap-slider-dots { text-align: center; margin-top: 20px; }
.ap-dot { display: inline-block; width: 10px; height: 10px; margin: 5px; background: #ccc; border-radius: 50%; cursor: pointer; }
.ap-dot.active { background: #1f3c88; }

@media (max-width: 1024px) { .ap-slide { flex: 0 0 50%; } }
@media (max-width: 768px) { .ap-slide { flex: 0 0 100%; } }
