.release-notes-listing{display:flex;flex-direction:column;padding:20px;font-family:"Rubik",sans-serif}.single-listing{display:flex;border-bottom:1px solid #ccc;padding:30px 0;font-weight:500}.listing-date{display:grid;place-items:center;text-align:center;border:2px solid #000;text-transform:uppercase;width:60px;height:60px;padding:5px;font-weight:500;margin-top:15px;line-height:20px;font-size:17px;margin-right:10px}.listing-title{text-transform:uppercase}.listing-description{font-weight:300}.text-content{margin-left:10px}.read-more-button{background:transparent;outline:0;border:0;text-transform:uppercase;font-size:1rem;margin-top:10px;position:relative;cursor:pointer}.read-more-button::after{content:"";position:absolute;height:4px;width:4px;bottom:10px;right:-1rem;border:solid black;border-width:2px 2px 0 0;display:inline-block;padding:2px;transform:rotate(135deg);-webkit-transform:rotate(135deg);transition:250ms ease}.expanded .read-more-button::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);bottom:4px}.expanded-content{overflow:hidden;max-height:0px;transition:250ms ease-out}.expanded .expanded-content{max-height:1000px}@media only screen and (max-width:800px){.single-listing{flex-direction:column}}