.grecaptcha-badge {
    visibility: hidden !important;
}

.recaptcha-notice {
    text-align: center;
    margin-top: -10px;
}

.jedi-recaptcha-notice {
    font-size: 11px;
}

.jr-size-form .jedi-recaptcha-notice {
	margin-top: 10px;
    font-size: 11px;
}

.jedi-newsletter .jedi-recaptcha-notice {
	margin-top: -4px;
}

.jedi-hidden-form-field {
	display: none;
}


/** Search */
body.jr-dark-commerce .search-results-content .entry-title {
    max-width: 100%;
    margin-bottom: 1rem;
}

body.jr-dark-commerce .search-results-content .entry-title::after {
	content: none;
	display: none;   
}

body.jr-dark-commerce.search-results article {
    border-top: none;
}

body.jr-dark-commerce.search-results article h2 a {
    color: var(--jr-text);
}

body.jr-dark-commerce.search-results article h2 a:hover {
    color: var(--jr-green-light);
}

/**
 * Contain mobile search results within their background wrappers.
 *
 * Flow-root includes floated content in the container height,
 * allowing the archive background to extend around the products.
 *
 * @package Jedi_Theme
 */
@media (max-width: 992px) {
    body.jr-dark-commerce.search .site-content,
    body.jr-dark-commerce.search .shoptimizer-archive,
    body.jr-dark-commerce.search .shoptimizer-archive > .col-full {
        display: flow-root;
    }
}


/** Product page */
body.jr-dark-commerce .product_meta {
    width: 100vw;
    max-width: 100%;
    position: relative;
    left: auto;
    right: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}