/*
Theme Name: O Quarto Poder 2.0
Theme URI: https://oquartopoder.com
Author: Seu Desenvolvedor
Author URI: https://oquartopoder.com
Description: Tema do portal O Quarto Poder - Jornalismo com autoridade e urgência.
Version: 1.0
License: GPL v2 or later
Text Domain: oquartopoder
*/

  .material-symbols-outlined {
            font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .fill-icon {
            font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
        }
        .ticker-track {
            display: flex;
            width: max-content;
            animation: ticker-scroll 40s linear infinite;
        }
        .ticker-track:hover {
            animation-play-state: paused;
        }
        .ticker-group {
            display: flex;
            align-items: center;
            gap: 2.5rem;
            padding-right: 2.5rem;
        }
        @keyframes ticker-scroll {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(-50%);
            }
        }

.post-content {
    margin-top: 1.25rem;
}

.post-content > *:first-child {
    margin-top: 0;
}

.post-content p {
    margin: 0 0 1.5rem;
    font-size: 1.125rem;
    line-height: 1.75;
    color: #333;
}

.post-content h2 {
    font-family: 'Newsreader', serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 2rem 0 1rem;
}

.post-content h3 {
    font-family: 'Newsreader', serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 1.75rem 0 0.75rem;
}

.post-content ul,
.post-content ol {
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
    color: #333;
}

.post-content li {
    margin: 0.5rem 0;
}

.post-content a {
    color: #c00d0d;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.post-content a:hover {
    opacity: 0.9;
}

.post-content blockquote {
    border-left: 4px solid #c00d0d;
    padding: 1rem 1.25rem;
    margin: 1.75rem 0;
    font-style: italic;
    color: #555;
    background: #f9f9f9;
}

.post-content img,
.post-content figure img,
.post-content .wp-block-image img {
    border-radius: 0.25rem;
    margin: 2rem 0;
    width: 100%;
    height: auto;
}

.post-content .wp-caption-text,
.post-content figcaption {
    font-size: 0.875rem;
    color: #666;
    margin-top: -1.25rem;
    margin-bottom: 1.5rem;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    max-width: 190px;
    max-height: 2.25rem;
    overflow: hidden;
}

.custom-logo {
    display: block;
    max-height: 2.25rem;
    width: auto;
    height: auto;
    object-fit: contain;
}

@media (min-width: 1024px) {
    .custom-logo {
        max-height: 2.75rem;
    }
    .custom-logo-link {
        max-height: 2.75rem;
        max-width: 260px;
    }
}

.poder-archive-widgets .widget {
    margin: 0;
}

.poder-archive-widgets .widget .search-form {
    padding: 14px 18px;
}

.poder-archive-widgets .widget .search-form label {
    display: block;
    width: 100%;
}

.poder-archive-widgets .widget .search-field {
    width: 100%;
    border: 1px solid #dcdcde;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.poder-archive-widgets .widget .search-submit {
    margin-top: 10px;
    width: 100%;
    border: 0;
    border-radius: 10px;
    padding: 10px 12px;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #c00d0d;
    color: #fff;
    cursor: pointer;
}

.poder-archive-widgets .widget ul {
    list-style: none;
    margin: 0;
    padding: 10px 18px 16px 18px;
}

.poder-archive-widgets .widget ul li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #e2e2e2;
    font-size: 13px;
}

.poder-archive-widgets .widget ul li:first-child {
    border-top: 0;
}

.poder-archive-widgets .widget ul li a {
    color: inherit;
    font-weight: 800;
    text-decoration: none;
}

.poder-archive-widgets .widget ul li a:hover {
    color: #c00d0d;
}
