.gha__nav-arrows{display:flex;flex-direction:row;gap:1rem;width:100%}.gha__nav-arrows button{border-radius:8px;border-style:solid;border-width:1px;cursor:pointer;line-height:0;padding:18px}.gha__nav-arrows button,.gha__nav-arrows svg path{transition:all .3s ease-in-out}.gha__nav-arrows[data-item-count="1"]{display:none!important}@media (max-width:767px){.gha__nav-arrows[data-item-count="1"]{display:none}}@media (min-width:768px){.gha__nav-arrows[data-item-count="1"],.gha__nav-arrows[data-item-count="2"]{display:none}}@media (min-width:1024px){.gha__nav-arrows{display:none}}.gha__nav-arrows button:disabled{background-color:#ccc;border-color:#999;color:#666;cursor:not-allowed;opacity:.5;pointer-events:none}