/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.dfy-backlinks-grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}

.dfy-backlink-box.no-lightbox {
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    grid-gap: 10px;
    max-width: 150px;
    width: 100%;
    align-items: flex-end;
    text-decoration: none !important;
}

.dfy-backlink-box.no-lightbox img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
    object-position: center;
    min-height: 150px;
    background: #dfdfdf;
}

.dfy-backlink-box.no-lightbox h6 {
    margin: 0;
    display: inline-block;
    width: 100%;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
    text-transform: capitalize;
    color: #4a4a4a;
    font-weight: 500;
}