.single_news_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 10px;
}

.single_news_tags .single_news_tags_item .single_news_tags_item {
    background-color: #AAAAAA;
    color: #ffffff;
    padding: 3px 6px;
    transition: all 0.5s ease;
    opacity: 1;
    font-size: 14px;
}

.single_news_tags .single_news_tags_item .single_news_tags_item:hover {
    background-color: #000000;
}

.social_share_list_item svg {
    max-width: 22px;
}

.social_share_list_item {
    max-height: 22px;
}

.social_share_list_item.twitter svg {
    max-width: 24px;
    max-height: 18px;
}

.social_share_list_item .social_share_list_item_link {
    background-color: transparent;
    border: medium none;
    display: block;
    padding: 0;
    min-height: auto;
}


.home_left .grid .news_item .news_item_data p,
.pet_popup_link .data {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.add_flex {
    display: flex;
    flex-direction: column;
}
footer .external_logo {
    margin-top: auto;
    padding-top: 20px;
}
footer .external_logo a {
    display: inline-block;
}
footer .external_logo .external_logo_img {
    max-width: 150px;
}
.footer_bottom_section .footer_supported_by {
    margin-left: auto;
}
.footer_bottom_section .footer_supported_by * {
    color: #FFFFFF !important;
}
.footer_bottom_section .footer_supported_by a {
    text-decoration: underline;
    text-underline-offset: 5px;
}
.footer_bottom_section .footer_supported_by a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .home_sections_with_sidebar .banner_section .banner_news_item .img_sec .mobile-only {
        display: none;
    }
}

@media (max-width: 1280px) {
    .footer_bottom_section .footer_supported_by {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .home_sections_with_sidebar .banner_section .banner_news_item .img_sec .desktop-only {
        display: none;
    }
}