/**
Theme Name: JGC Theme French
Author: Gender Justice Center 
Author URI: https://wordpressmu-1093922-5426265.cloudwaysapps.com
Description: Safe At Home, Safe At Work
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: jgc-theme
Template: astra
*/

/* Custom CSS for Single Post View */

.entry-content-single {
    background-color: #ffffff; /* White background */
    padding: 20px;
    border: 1px solid #ee770c; /* Main color border */
    border-radius: 4px;
    margin-bottom: 20px;
}

.source-info {
    padding-top: 10px; /* Add 20px padding from the top */
}

/* Resource Type link */
.resource-type a {
    /* Your styles for the resource type link */
    padding-top: 20px; /* Add 20px padding from the top */
    display: block; /* Ensure the link takes the full width of its container */
}

.button {
    background-color: #ee770c; /* Main color for button background */
    color: #ffffff; /* White text color for button */
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
}

.button:hover {
    background-color: #dd6900; /* Darker shade of main color on hover */
}

.download-link img {
    border: 1px solid #ee770c; /* Main color border for download icon */
    border-radius: 4px;
    padding: 4px;
}

.source-url a {
    color: #ee770c; /* Main color for source URL link */
}

.topics a,
.locations a {
    color: #ee770c; /* Main color for topics and locations links */
}

.source-publication-year {
    color: #ee770c; /* Main color for source publication year */
}

.publication-year {
    margin-top: 10px;
}
