/* v1.3.47 — clean, enlarged Reels chevrons without circular button chrome. */
.gmr-reels-arrow{
  width:44px;
  height:64px;
  padding:0;
  border:0;
  border-radius:0;
  outline-offset:3px;
  background:transparent;
  box-shadow:none;
  color:#176f75;
  font:700 48px/.8 Georgia,serif;
  text-shadow:0 2px 5px rgba(31,81,84,.16);
}
.gmr-reels-arrow:hover,
.gmr-reels-arrow:focus-visible{
  border:0;
  background:transparent;
  box-shadow:none;
  color:#70439d;
  text-shadow:0 2px 7px rgba(112,67,157,.22);
  transform:translateY(-50%) scale(1.1);
}
.gmr-reels-arrow--prev{left:-5px}
.gmr-reels-arrow--next{right:-5px}
