.readall {
position: relative;
text-align: left;
box-sizing: border-box;
}
.readall-button {
display: inline-block;
background: none !important;
color: var(--e-global-color-515b1a7) !important;
padding: 0px;
font-weight: 600;
margin-bottom: 30px;
border-radius: 0px;
border: 0px;
cursor: pointer;
font-size: 15px;
font-family: Helvetica;
}
.readall-button:hover{
color: #2c353d !important;
}
.readall-button:hover {
color: white;
background: silver;
}
.readall-hide:after {
content: "";
display: inline-block;
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 60px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}