.changelog-block{padding:30px;margin-bottom:2px;border-radius:8px;background-color:#f7f9fc;position:relative;border-bottom:2px solid #d7d9dd;cursor:default}.changelog-block:before{display:none}.changelog-version{font-size:1.8em;margin-bottom:10px;color:#fff;background:linear-gradient(135deg,#e11b4c,#f8416f);padding:5px 15px;border-radius:5px;font-weight:600;letter-spacing:.5px;display:inline-block;margin-right:15px}.changelog-date{font-size:1.05em;color:#2e2e2e;display:inline-block;font-weight:500}.changelog-block ul{list-style-type:none;padding-left:0}.changelog-block ul li{padding:2px 15px;margin-bottom:10px;background-color:#fff;border-radius:5px;box-shadow:0px 1px 1px rgba(0,0,0,.05);position:relative;margin-left:50px;transition:all .3s ease-in-out}.changelog-block ul li:hover{background-color:#f2f2f2;transform:translateY(-3px);box-shadow:0px 6px 15px rgba(0,0,0,.08)}.changelog-block ul li:before{content:"";position:absolute;width:10px;height:10px;background:#d7d9dd;border-radius:50%;left:-36px;top:10px;z-index:1;transition:background .3s ease-in-out}.changelog-block ul li:hover:before{background:#e11b4c}.change-icon{display:inline-block;margin-right:10px;font-size:1.2em;vertical-align:middle}