/*
 * Global child-theme overrides layered over confirmed parent-theme and third-party markup.
 * Sources:
 * - Flatsome article cards
 * - Google reCAPTCHA badge
 */

.article-inner.box-shadow-1-hover:hover {
    box-shadow: none !important;
}

.grecaptcha-badge {
    display: none;
    visibility: hidden;
}
