/*
Theme Name: liveSEO Theme Child
Theme URI: https://liveseo.com.br/
Template: generatepress
Author: Tom Usborne
Author URI: https://liveseo.com.br
Version: 0.1.0.1707501124
Updated: 2024-02-09 14:52:04
*/

/* GeneratePress Site CSS */
.inside-article,
.sidebar .widget,
.comments-area {
    border-right: 2px solid rgba(0, 0, 0, 0.07) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5) !important;
}

/* Featured widget */
.sidebar .widget:first-child,
.sidebar .widget:first-child .widget-title{
    background-color: #000000 !important;
    color: #fff !important;
}

.separate-containers .page-header {
    background: transparent !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.page-header h1 {
    font-size: 1.5em !important;
}

.button, .wp-block-button .wp-block-button__link {
    padding: 15px 25px !important;
}

@media (max-width: 768px) {
    .post-image img {
        max-width: 100% !important;
    }
}

/* Author Header */
.author .page-header {
    background-color: #FFF !important;
    padding: 0 !important;
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5) !important;
    flex-direction: column !important;
}
.author .page-header > div:not(:last-child),
.author .page-header > h1 {
    margin: 30px !important;
}

.author .page-title img {
    border-radius: 99px !important;
    box-shadow: 0 0 10px rgba(92,92,92,0.39) !important;
}

/* Header search form position */
.navigation-search {
    margin-top: 64px !important;
}

/* Share icons align */
.shared-counts-wrap {
    display: flex !important;
    justify-content: center !important;
}

/* Author box style */
.author-box {
    border-right: 2px solid rgba(0, 0, 0, 0.07) !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0 10px rgb(232 234 237 / 50%) !important;
}

/* Single template CSS */
.inside-article .gb-container-e218b73e{
    border-radius: 7px !important;
    margin-top: 10px !important;
}

.inside-article .gb-container-e81933df {
    border: 1px solid rgba(135, 135, 135, 0.5) !important;
    border-radius: 7px !important;
}

.comments-area {
    font-size: 16px !important;
}

.comments-area .comment-content{
    border: 1px solid rgba(135, 135, 135, 0.5) !important;
    border-radius: 7px !important;
    margin-top: 15px !important;
    padding: 15px 15px !important;
}
.comments-area .reply{
    border-top: 1px solid rgba(135, 135, 135, 0.5) !important;
    display: block !important;
    padding-top: 8px !important; 
    width: 100% !important;
}

.comments-area .children{
    width: 95% !important;
    margin-top: -5px !important;
    border: 1px solid rgba(135, 135, 135, 0.5) !important;
    border-radius: 7px !important;
    margin-bottom: 20px !important;
}
.comments-area .children li{
    width: 96% !important;
}

.comment-form-comment textarea,
.comments-area input{
    border: 1px solid rgba(135, 135, 135, 0.5) !important;
    border-radius: 7px !important;
}

.comments-area .submit,
.comments-area input{
    padding: 5px 10px !important;
    font-size: 13px !important;
    border-radius: 7px !important;
}

/* Paginação */
#nav-below {
    background-color: transparent !important;
}

a.page-numbers, span.page-numbers.current {
    border: 1px solid !important;
    padding: 5px 14px !important;
    margin: 3px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 0 10px rgba(232, 234, 237, 0.5) !important;
    color: #5c90be !important;
    transition: transform 0.5s ease-in-out !important;
}

a:hover.page-numbers,
a:hover.next,
a:hover.prev {
    background-color: #fff !important;
}

span.page-numbers.current {
    background-color: #4b5e73 !important;
    color: #fff !important;
}

.separate-containers .paging-navigation{
    padding-left: 12px !important;
}

@media screen and (max-width:768px){
    #nav-below{
        display: flex !important;
        justify-content: center !important;
    }
}

.wp-block-table table {
  table-layout: auto !important; /* ignora o layout fixo */
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap; /* evita quebra de palavras */
}

.wp-block-table td,
.wp-block-table th {
  padding: 8px;
  text-align: center;
}

/* Container geral */
.rpwwt-widget ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cada item */
.rpwwt-widget li {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important; /* espaço entre imagem e texto */
    padding: 12px 0 !important;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important; /* linha separadora */
}

/* Remove a linha do último item */
.rpwwt-widget li:last-child {
    border-bottom: none !important;
}

/* Imagem */
.rpwwt-widget img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 6px !important;
    flex-shrink: 0 !important; /* evita que a imagem deforme */
}

/* Texto */
.rpwwt-widget .rpwwt-post-title {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    line-height: 1.4em !important;
    text-decoration: none !important;
    display: block !important;
}

/* Autor/extra info */
.rpwwt-widget .rpwwt-post-author,
.rpwwt-widget .rpwwt-post-date {
    font-size: 13px !important;
    color: #555 !important;
    display: block !important;
    margin-top: 3px !important;
}

/* Responsivo: em telas muito pequenas, empilhar */
@media (max-width: 480px) {
    .rpwwt-widget li {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .rpwwt-widget img {
        margin-bottom: 8px !important;
    }
}