/*
Theme Name: Goodwish
Theme URI: http://goodwish.edge-themes.com
Description: A Multipurpose Charity, Non-profit, and Fundraising Theme
Author: Edge Themes
Author URI: http://demo.edge-themes.com
Version: 2.5
Text Domain: goodwish
License: GNU General Public License
License URI: licence/GPL.txt
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready

*/
#opportunities-container {
    width: 80%;
    margin: 0 auto;
}

.opportunity {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}
.opportunity-title{
    color: #8D5301; font-family: Merriweather, serif; font-size: 20px;

}

.accordion-toggle {
    cursor: pointer;
    margin-top: 10px;
    background-color: #f1f1f1;
    padding: 10px;
    border: 1px solid #ccc;

}

.accordion-toggle:hover {
    background-color: #ddd;
}

ul {
    list-style-type: none;
    padding: 0;
}

ul li {
    padding: 5px 0;
}
