/* Backlink Widget — Orange Highlight Tag Cloud */
.widget .blw-tagcloud,
.blw-tagcloud {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 8px !important;
    padding: 8px 0 6px !important;
    direction: rtl !important;
}

.widget .blw-tag,
.blw-tag {
    display: inline-block !important;
    background: #ff9900 !important;
    color: #5c2d00 !important;
    text-decoration: none !important;
    font-size: 15px !important;
    font-weight: bold !important;
    padding: 3px 8px !important;
    white-space: nowrap !important;
    line-height: 2 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.widget .blw-tag:hover,
.blw-tag:hover {
    background: #cc7700 !important;
    color: #fff !important;
    text-decoration: none !important;
}
