.regions-list{border:1px solid #e2e8f0;border-radius:12px;max-height:300px;overflow-y:auto;width:calc(100% - 5px)}.region-item{align-items:center;border-bottom:1px solid #f7fafc;color:var(--text-color);cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;text-align:left;text-decoration:none;transition:all .2s ease;width:calc(100% - 5px)}.region-item:last-child{border-bottom:none}.region-item:hover{background:var(--background-color);color:var(--text-color);transform:translate(5px)}.region-name{font-size:1.1em;font-weight:500}
