/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
#submit {
border:1px solid #61ce70;
} 

/**
.fa-caret-down::before {
  content: ''!important;
  background:url('/wp-content/themes/hello-theme-child-master/fonts/caret-down-solid-2.png') no-repeat!important;
  width:16px!important;
  height:10px!important;
  background-size:contain!important;
  display: block;
  background-position: center center;
} */
/* Style for the toggle button */
.sources-toggle {
    display: block;
    background-color: #007bff; /* Button color */
    color: white; /* Text color */
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px; /* Adjust the font size as needed */
}

/* Style for the container holding the sources, initially hidden */
.article-sources {
    margin-top: 10px;
    background-color: #f9f9f9; /* Background color for the sources container */
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    display: none; /* Initially hidden */
}

/* Style for individual source items */
.article-sources div {
    margin-bottom: 10px;
}

.article-sources span, .article-sources a {
    display: block; /* Each item in its own line */
    margin-bottom: 5px;
    color: #333; /* Text color */
    text-decoration: none; /* No underline for links */
}

.article-sources a:hover {
    text-decoration: underline; /* Underline on hover for links */
}

.article-sources span {
    font-size: 14px; /* Adjust the font size as needed */
}

.article-sources a {
    font-size: 14px; /* Adjust the font size as needed */
    color: #007bff; /* Color for links */
}