.vertical-listing{display:flex;flex-direction:column;font-family:Rubik,sans-serif;padding:20px}.single-listing{border-bottom:1px solid #ccc;display:flex;font-weight:500;padding:30px 0}.text-content{flex-grow:1;margin:0 10px}.listing-title{text-transform:uppercase}.listing-description{font-weight:300}.read-more-button{background:transparent;border:none;cursor:pointer;font-size:1rem;margin-top:25px;outline:none;position:relative;text-transform:uppercase}.read-more-button:after{border:solid #000;border-width:2px 2px 0 0;bottom:10px;content:"";display:inline-block;height:4px;padding:2px;position:absolute;right:-1rem;transform:rotate(135deg);-webkit-transform:rotate(135deg);transition:.25s ease;width:4px}.expanded .read-more-button:after{bottom:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.read-more-button:focus{background-color:transparent}.expanded-content{max-height:0;overflow:hidden;transition:.25s ease-out}.expanded.expanded-content{max-height:1000px}.vertical-listing img{height:175px;object-fit:cover;width:325px}@media only screen and (max-width:800px){.single-listing{flex-direction:column-reverse}}