/*
Theme Name: NewsBank
Description: Custom child theme based on Astra with copyright links integration
Author: NewsBank Team
Template: astra
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newsbank
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* Custom styles for NewsBank theme */
.newsbank-copyright {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
}

.newsbank-copyright a {
    color: inherit;
    text-decoration: none;
}

.newsbank-copyright a:hover {
    text-decoration: underline;
}

/* Styles for homepage copyright */
.newsbank-homepage-copyright {
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin: 20px 0;
}

/* Styles for footer copyright */
.newsbank-footer-copyright {
    padding: 10px 0;
    text-align: center;
    background: rgba(0,0,0,0.05);
    margin-top: 10px;
}

/* Styles for post copyright */
.newsbank-post-copyright {
    padding: 15px;
    background: #f9f9f9;
    border-left: 4px solid #0073aa;
    margin: 20px 0;
    border-radius: 3px;
}
