.plan-card-arrow{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.9);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#282828;box-shadow:0 1px 4px rgba(0,0,0,.15);transition:background .15s ease;z-index:2;padding:0}.plan-card-arrow:hover{background:#fff}.plan-card-arrow-left{left:10px}.plan-card-arrow-right{right:10px}.plan-card-dots{position:absolute;bottom:10px;left:50%;transform:translateX(-50%);display:flex;gap:5px;z-index:2}.plan-card-dot{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);transition:background .15s ease}.plan-card-dot-active{background:#fff}@media (pointer:coarse){.plan-card-arrow{width:40px;height:40px}}