/* Remote Hand VAs V65 - homepage section View All buttons */
.rhv-home-v65-view-wrap{
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  margin:34px auto 0;
  padding:4px 0 0;
  clear:both;
}
.rhv-home-v65-view-all{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:48px;
  padding:0 28px;
  border-radius:999px;
  background:#071926;
  color:#fff !important;
  border:1px solid rgba(0,196,232,.38);
  box-shadow:0 16px 38px rgba(7,25,38,.16);
  text-decoration:none !important;
  font-weight:900;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  transition:transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.rhv-home-v65-view-all::after{content:'→';font-size:16px;line-height:1;}
.rhv-home-v65-view-all:hover,.rhv-home-v65-view-all:focus{
  transform:translateY(-2px);
  background:#00bde3;
  color:#071926 !important;
  box-shadow:0 20px 44px rgba(0,189,227,.24);
}
@media(max-width:768px){
  .rhv-home-v65-view-wrap{margin-top:24px;}
  .rhv-home-v65-view-all{width:min(92vw,330px);min-height:46px;padding:0 18px;}
}