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

.seotags a {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.7;
    transition: 0.4s;
}

.seotags a::before {
    content: '#';
}

.seotags a::after {
    opacity: 0.4;
}

.seotags a:hover {
    opacity: 1;
}

.seotags-more {
    opacity: 0.7;
    cursor: pointer;
    margin-left: 10px;
    transition: 0.4s;
}

.seotags-more:hover {
    opacity: 1;
}

.seotags-more ~ a {
    display: none;
}