.tarc-carousel{position:relative;max-width:760px;margin:2rem auto;font-family:inherit}.tarc-viewport{overflow:hidden}.tarc-track{display:flex;transition:transform .5s ease}.tarc-slide{flex:0 0 100%;box-sizing:border-box;padding:.5rem}.tarc-card{background:#fff;border:1px solid #ececec;border-radius:14px;padding:2rem;box-shadow:0 6px 24px rgba(0,0,0,.06);text-align:center}.tarc-stars{font-size:1.25rem;letter-spacing:2px;color:#d9d9d9}.tarc-star.is-filled{color:#f5a623}.tarc-title{margin:.8rem 0 .6rem;font-size:1.2rem;line-height:1.3}.tarc-text{margin:0 0 1.2rem;color:#444;line-height:1.6;font-size:1rem}.tarc-meta{display:flex;flex-wrap:wrap;gap:.4rem .8rem;justify-content:center;font-size:.85rem;color:#777}.tarc-author{font-weight:600;color:#333}.tarc-readmore{display:inline-block;margin-top:1rem;font-size:.85rem;color:#0a7d52;text-decoration:none;font-weight:600}.tarc-readmore:hover{text-decoration:underline}.tarc-nav{position:absolute;top:50%;transform:translateY(-50%);background:#fff;border:1px solid #e0e0e0;width:42px;height:42px;border-radius:50%;font-size:1.5rem;line-height:1;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.1);color:#333;z-index:2}.tarc-nav:hover{background:#f7f7f7}.tarc-prev{left:-12px}.tarc-next{right:-12px}.tarc-dots{display:flex;gap:.4rem;justify-content:center;margin-top:1rem}.tarc-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#ccc;cursor:pointer;padding:0}.tarc-dots button.is-active{background:#0a7d52}@media (max-width:640px){.tarc-prev{left:0}.tarc-next{right:0}.tarc-card{padding:1.4rem}}