.atc-tag-cloud {
    padding: 20px 0;
    line-height: 2.2;
}

.atc-tag-cloud a {
    display: inline-block;
    padding: 4px 12px;
    margin: 4px 6px 4px 0;
    background: #f0f4f8;
    color: #336699;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: inherit;
}

.atc-tag-cloud a:hover {
    background: #336699;
    color: #ffffff;
    transform: translateY(-2px);
}