
.digg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin: 16px 0;
    padding: 0 10px;
    color: #555;
    font-size: 14px;
}

.digg a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px !important;
    margin: 0 !important;
    background: #2a2a2a !important;
    color: #fff !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    font-weight: 500;
    transition: background 0.2s;
    box-sizing: border-box;
}

.digg a:hover {
    background: #444 !important;
}

.digg font {
    color: inherit !important;
    font-size: inherit !important;
}
.digg font a,
.digg strong a {
    background: #EBBE5E !important;
    color: #2a2a2a !important;
    font-weight: 700;
}

@media (max-width: 480px) {
    .digg {
        gap: 6px;
        font-size: 16px;
    }
    .digg a {
        min-width: 44px !important;
        height: 44px !important;
        padding: 0 14px !important;
        font-size: 15px !important;
    }
}
