/*
 Theme Name:   GeneratePress Child GraficoCrypto
 Theme URI:    https://graficocrypto.com.br/
 Description:  Tema filho do GeneratePress para o projeto GraficoCrypto.
 Author:       Pedro Fernandes
 Author URI:   https://graficocrypto.com.br/
 Template:     generatepress
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         crypto, generatepress-child
 Text Domain:  generatepress-child-graficocrypto
*/

/* Adicione seus estilos CSS personalizados abaixo desta linha */
hr {
    border: 0 !important;
    background-color: #a7c0e2 !important;
}

body.home div.featured-image {
    display: none;
}

/* --- Footer --- */
.gfc-site-footer {
    background-color: #15232f; /* Um cinza escuro, quase preto */
    color: #a0aec0; /* Um cinza claro para o texto */
    padding: 40px 0 0;
    font-size: 14px;
}

.gfc-site-footer .gfc-container {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
}

.gfc-footer-widgets {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
}

.gfc-footer-widget-1 {
    flex-basis: 100%;
    max-width: 400px;
}

@media (min-width: 768px) {
    .gfc-footer-widget-1 {
        flex-basis: 40%;
    }
}

.gfc-footer-widget-2,
.gfc-footer-widget-3 {
    flex-basis: 45%;
}

@media (min-width: 768px) {
    .gfc-footer-widget-2,
    .gfc-footer-widget-3 {
        flex-basis: 20%;
    }
}

.gfc-footer-widget-title {
    color: #ff9356;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 600;
}

.gfc-footer-widget-1 p {
    margin: 0;
    line-height: 1.6;
}

.gfc-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gfc-footer-links li {
    margin-bottom: 10px;
}

.gfc-footer-links a {
    color: #a0aec0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.gfc-footer-links a:hover {
    color: #ffffff;
}

.gfc-footer-bar {
    border-top: 1px solid #2d3748; /* Cinza um pouco mais claro para a borda */
    padding: 20px 0;
    text-align: center;
}

.gfc-footer-bar p {
    margin: 0;
}

/* --- Random Pages and Hot News Widgets --- */
.gfc-random-pages-widget,
.gfc-hot-news-widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gfc-random-pages-widget li,
.gfc-hot-news-widget li {
    padding: 10px 0;
    border-bottom: 1px solid #e0e0e0;
}

.gfc-random-pages-widget li:last-child,
.gfc-hot-news-widget li:last-child {
    border-bottom: none;
}

.gfc-random-pages-widget a,
.gfc-hot-news-widget a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
}

.gfc-random-pages-widget a:hover,
.gfc-hot-news-widget a:hover {
    color: #2962FF;
}

.widget_search label {
	display: none;
}

/* --- Template Análises --- */
    .page-header {
        text-align: center;
        margin-bottom: 3em;
        padding: 2em 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .page-title {
        font-size: 2.8em;
        font-weight: 700;
        margin-bottom: 0.2em;
        color: #2c3e50;
    }
    
    .page-subtitle {
        font-size: 1.2em;
        color: #555;
        max-width: 600px;
        margin: 0 auto;
    }
    
    .gfc-load-more-container {
        text-align: center;
        padding: 3em 0;
    }
    
    .gfc-btn {
        background-color: #2962FF;
        color: #fff;
        border: none;
        padding: 15px 30px;
        font-size: 1em;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .gfc-btn:hover {
        background-color: #0039cb;
        transform: translateY(-2px);
    }
/* --- Disclaimer Bar --- */
.gfc-disclaimer-bar {
    background-color: #f1f3f5;
    color: #2d3748;
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 0;
}

.gfc-disclaimer-bar p {
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
}

.gfc-disclaimer-bar strong {
    color: #1a202c;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.05em;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 8px;
    background: #e9ecef;
    border-radius: 3px;
    font-weight: 800;
}

@media (max-width: 375px) {
    .gfc-hero-title {
        font-size: 2em;
    }
    .gfc-section-title {
        font-size: 1.8em;
    }
    .gfc-coin-card {
        padding: 1.5rem;
    }
}



/* --- Monetização (AdSense) --- */
.ads-lateral-container {
    display: none;
    position: fixed;
    top: 120px;
    width: 160px;
    height: 600px;
    z-index: 999;
}

@media (min-width: 1200px) {
    .ads-lateral-container {
        display: block;
    }
}

.gfc-ad-slot {
    margin: 35px 0;
    text-align: center;
    clear: both;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.gfc-ad-slot::before {
    content: "Publicidade";
    display: block;
    font-size: 10px;
    color: #bbb;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: -20px;
    width: 100%;
    text-align: center;
}

.gfc-ad-slot {
    position: relative;
}

.gfc-ad-sidebar {
    background: transparent;
    border: none;
    margin: 15px 0;
}

.gfc-ad-sidebar::before {
    top: -15px;
}



.gfc-ad-header {

    padding: 10px 0;

    background: #f9f9f9;

}



.gfc-ad-placeholder {

    background-color: #eee;

    border: 2px dashed #ccc;

    color: #999;

    padding: 20px;

    font-size: 14px;

    font-weight: bold;

    display: inline-block;

    min-width: 300px;

    min-height: 90px;

    line-height: 50px;

    border-radius: 4px;

}



.gfc-ad-header .gfc-ad-placeholder {

    width: 100%;

    max-width: 728px;

}



.gfc-ad-sidebar .gfc-ad-placeholder {

    width: 100%;

    min-height: 600px;

}



.gfc-ad-in-content {

    padding: 30px 0;

}



.gfc-ad-in-feed {

    grid-column: 1 / -1; /* Ocupa a largura total no grid se possível */

    margin: 30px 0;

}



@media (max-width: 768px) {

    .gfc-ad-placeholder {

        min-width: 250px;

        font-size: 12px;

    }

}
