.seotags {
    margin: 0 -5px 40px;
    width: 100%;
    padding: 0 20px;

    @media (max-width: 450px) {
        padding: 0 16px;
    }
}

.seotags a {
    display: inline-block;
    margin: 5px;
    background: #f2f2f2;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.seotags-more {
    cursor: pointer;
    display: inline-block;
    margin: 5px 5px 5px 10px;
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: #717171;
}

.seotags-more ~ a {
    font-size: 0;
    line-height: 0;
    opacity: 0;
}