/*CSS for Single post FAD-75*/
/* Single post article content links only */
.single .rbct a:where(
    :not(.p-url)
    :not(button)
    :not(.p-category)
    :not(.is-btn)
    :not(.table-link-depth)
    :not(.wp-block-button__link)
    :not(.no-link)
    :not(.h-link)
) {
    font-weight: 400 !important;
    color: #d71920 !important;
    text-decoration: none !important;
}

/* Hover */
.single .rbct a:where(
    :not(.p-url)
    :not(button)
    :not(.p-category)
    :not(.is-btn)
    :not(.table-link-depth)
    :not(.wp-block-button__link)
    :not(.no-link)
    :not(.h-link)
):hover {
    color: #d71920 !important;
    text-decoration: none !important;
}