.rs-small-grey-rounded-button {
    display: inline-block;
    padding: 7px 15px;
    background-color: rgba(245, 245, 245, 0.8);
    color: #333333;
    text-decoration: none;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid rgba(220, 220, 220, 0.5);
    cursor: pointer;
}