/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.elementor-widget-theme-post-content a {
	color: #0A0A0A;
    text-decoration: underline;
}

.rank-math-breadcrumb {
	text-align: center;
}

.rank-math-breadcrumb a {
	color: #FFFFFF80;
}

.rank-math-breadcrumb .separator {
	color: #101AD2;
}

.rank-math-breadcrumb span {
	color: #FFFFFF;
}

#share-text > p {
	margin-block-end: 0!important;
}

#single-post-share-buttons .elementor-share-btn {
	border-color: #1A3AF733;
}

.ilianaai-copy-link {
	border: 2px solid #1A3AF733;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    cursor: pointer;
}

.elementor-widget-theme-post-featured-image a:has(img)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(68.97deg, rgba(16, 26, 210, 0.4) 0.03%, rgba(16, 26, 210, 0) 100.1%);
    z-index: 1;
    border-radius: 18px 18px 0px 0px;
}