 .gsrm_container {width: 100%;max-width: 1280px;margin-left: auto;margin-right: auto;box-sizing: border-box;}.gsrm_row {display: flex;flex-wrap: wrap;}.gsrm {overflow-x: hidden;padding: 0 3rem ;margin: 0 auto;max-width: 80vw;position: relative;}.gsrm-arrow {position: absolute;top: 50%;transform: translateY(-50%);background-color: rgba(255, 255, 255, 0.9);border: none;font-size: 2rem;cursor: pointer;z-index: 2;padding: 0.3rem 0.7rem;border-radius: 50%;box-shadow: 0 0 5px rgba(0,0,0,0.2);transition: background-color 0.3s;}.gsrm-arrow:hover {background-color: rgba(200, 200, 200, 0.9);}.gsrm-arrow:active {background-color: var(--bg-color);}.gsrm-arrow.left {left: .5rem;}.gsrm-arrow.right {right: .5rem;}.gsrm_card_container {display: flex;flex-wrap: nowrap;gap: 1.5rem;overflow-x: hidden;scroll-snap-type: x mandatory;-webkit-overflow-scrolling: touch;padding-bottom: 1rem;justify-content: flex-start;align-items: stretch;width: 100% }.gsrm-card {flex: 0 0 auto;scroll-snap-align: start;background: var(--text-color);color: var(--bg-color);border-radius: 12px;padding: 1rem;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);height: 300px;width: 450px;overflow-y: hidden;overflow: auto;}.gsrm-stars {color: #fbbc04;font-size: 1.3em;margin-bottom: 0.3em;}@media only screen and (max-width:968px) {.gsmr_container{padding: 10px 10%;}.gsrm_row{display: flex;justify-content: space-between;flex-wrap: wrap;}.gsrm {padding: 0 0;}.gsrm-arrow {display: none!important;}.gsrm_card_container {gap: 2rem;overflow-x: auto;}.gsrm-card {width: 250px;}}