@media (max-width: 992px) {
    .custom-linkcard-responsive-display {
        display: block !important;
    }

    .custom-img-responsive-width {
        width: 100% !important;
    }

    .custom-img-responsive-radius {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 6px !important;
    }

    .custom-linktext-responsive-maxwidth {
        max-width: 100% !important;
    }
}

@media (max-width: 576px) {
    .custom-linkcard-responsive-display {
        display: block !important;
    }

    .custom-img-responsive-width {
        width: 100% !important;
        height: 150px !important;
    }

    .custom-img-responsive-radius {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 6px !important;
    }

    .custom-linktext-responsive-maxwidth {
        max-width: 100% !important;
        height: 108px !important;
        padding: 1rem !important;
    }

    #ads-title {
        font-size: 1rem !important;
        margin-bottom: 0.75rem;
        white-space: inherit !important;
        display: -webkit-box !important;
        overflow: hidden !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        line-height: 1.3rem !important;
        word-wrap: break-word !important;
    }

    #ads-description {
        display: none !important;
    }

    #ads-url {
        font-size: 0.7rem !important;
    }
}

.custom-ellipsis-singleline {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}