/* ==========================================================================
   FOLHA DE ESTILO ATUALIZADA E REFATORADA — REVISTA MUSEAR (OJS 3.5.0-5)
   Baseada nas customizações reais do arquivo "musear OJS 3.1.2-4.txt"
   e harmonizada com o CSS do portal "siteStyle-ojs3.5.0-5.txt"
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CONFIGURAÇÕES GLOBAIS, TIPOGRAFIA E PALETA MUSEAR (#9c6928)
   -------------------------------------------------------------------------- */
html, body {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.87);
    background: #ddd; /* Fundo cinza para destacar o efeito boxed */
}

/* Links padrão: Ouro/Bronze clássico Musear (#9c6928) com hover em azul (#6298ae) */
a {
    color: #9c6928;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover, 
a:focus {
    color: #6298ae;
    text-decoration: underline;
}

/* Container de conteúdo Boxed */
.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
    .pkp_structure_page {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.pkp_structure_content {
    padding-top: 0;
    background: #ffffff;
}

.pkp_structure_main {
    background: #ffffff;
}

/* Headings da estrutura principal */
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.pkp_structure_main h1 { font-size: 24px; line-height: 30px; font-weight: 700; }
.pkp_structure_main h2 { font-size: 18px; line-height: 30px; font-weight: 700; }
.pkp_structure_main h3 { font-size: 16px; line-height: 20px; font-weight: 700; }
.pkp_structure_main h4 { font-size: 14px; line-height: 20px; font-weight: 700; }

/* --------------------------------------------------------------------------
   2. CABEÇALHO, BANNER E LOGO DA REVISTA MUSEAR
   -------------------------------------------------------------------------- */
.pkp_structure_head {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.pkp_head_wrapper, 
.has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0;
}

.pkp_site_name_wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.pkp_site_name {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.pkp_site_name > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.pkp_site_name > a:focus {
    outline: 0;
}

.pkp_site_name .is_img {
    display: inline-block;
}

.pkp_site_name .is_img:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.84);
}

/* Logo imagem - Alinhada à esquerda sem display block */
.pkp_site_name {
    text-align: left !important;
}

.pkp_site_name a.is_img {
    display: inline-block !important;
    text-align: left !important;
    margin: 0 !important;
}

.pkp_site_name .is_img img {
    max-height: 100% !important;
    max-width: 85% !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.pkp_site_name .is_text {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.84);
    text-transform: uppercase;
    text-decoration: none;
}

.pkp_site_name .is_text:focus {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .pkp_site_name {
        width: 75%;
        margin-left: 0;
        text-align: left;
    }
}

/* --------------------------------------------------------------------------
   3. MENU DE NAVEGAÇÃO PRINCIPAL (Fidelidade Estrita com musear OJS 3.1.2-4.txt)
   -------------------------------------------------------------------------- */
.pkp_site_nav_menu {
    background: #ffffff !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: auto !important;
}

.pkp_navigation_primary_row {
    padding-left: 30px;
    padding-right: 30px;
    background: #ffffff;
}

.pkp_navigation_primary_wrapper {
    width: auto;
}

.pkp_navigation_primary {
    text-align: center;
}

@media (min-width: 992px) {
    .pkp_navigation_primary {
        display: inline-block;
        max-width: 80%;
        text-align: left;
    }
}

#navigationPrimary a,
.pkp_navigation_primary a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !important;
    font-size: 13px !important;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

#navigationPrimary a:hover, 
#navigationPrimary a:focus,
.pkp_navigation_primary a:hover,
.pkp_navigation_primary a:focus {
    color: #9c6928;
}

#navigationPrimary > li > a,
.pkp_navigation_primary > li > a {
    padding-bottom: 6px;
    border-bottom: 4px solid transparent;
}

#navigationPrimary > li > a:hover, 
#navigationPrimary > li > a:focus,
.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    border-color: #9c6928;
}

#navigationPrimary > [aria-haspopup] > a:hover, 
#navigationPrimary > [aria-haspopup] > a:focus,
.pkp_navigation_primary > [aria-haspopup] > a:hover,
.pkp_navigation_primary > [aria-haspopup] > a:focus {
    border-color: transparent;
}

#navigationPrimary ul,
.pkp_navigation_primary ul {
    background: #9c6928;
    text-align: left;
}

#navigationPrimary ul a,
.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
}

#navigationPrimary ul a:hover, 
#navigationPrimary ul a:focus,
.pkp_navigation_primary ul a:hover,
.pkp_navigation_primary ul a:focus {
    background: #ddd !important;
    color: #9c6928 !important;
    border-color: transparent !important;
}

#navigationPrimary [aria-expanded="true"]:before {
    border-bottom-color: #ffffff;
}

/* Ponte invisível contra o sumiço do submenu no desktop */
#navigationPrimary ul::before,
.pkp_navigation_primary ul::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 15px;
    background: transparent;
}

@media (min-width: 992px) {
    #navigationPrimary > li:hover ul,
    .pkp_navigation_primary > li:hover ul {
        transform: translate3d(0px, 34px, 0px);
    }
}

/* --------------------------------------------------------------------------
   4. MENU DO USUÁRIO E BARRA DE BUSCA (Fidelidade Estrita com musear OJS 3.1.2-4.txt)
   -------------------------------------------------------------------------- */
.pkp_navigation_user_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.pkp_navigation_user {
    text-align: right;
    font-size: 13px;
    padding-right: 20px;
}

.pkp_navigation_user li {
    text-align: left;
}

.pkp_navigation_user a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
}

.pkp_navigation_user > li > a:focus {
    outline: 0;
}

.pkp_navigation_user ul {
    width: 10em;
}

.pkp_navigation_user > li > a,
.pkp_navigation_user > li.in_focus > a,
.pkp_navigation_user > li > a:hover,
.pkp_navigation_user > li > a:focus {
    color: #9c6928;
}

.pkp_navigation_user li:hover > ul,
.pkp_navigation_user li:focus > ul,
.pkp_navigation_user li.in_focus > ul {
    left: auto;
    right: 0;
}

.pkp_navigation_user > li:last-child a {
    padding-right: 0;
}

.pkp_navigation_user [aria-expanded="true"]:before {
    border-width: 5px;
}

.pkp_navigation_user .profile > a {
    text-align: right;
}

.pkp_navigation_user .profile > a:after {
    display: none;
}

.pkp_navigation_user .task_count {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0.5em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.pkp_navigation_user > li > ul a .task_count {
    background: #ddd;
}

.pkp_navigation_user > li > ul a:hover .task_count,
.pkp_navigation_user > li > ul a:focus .task_count {
    background: #fff;
}

.pkp_navigation_user .has_tasks ul .task_count,
.pkp_navigation_user .has_tasks ul a:hover .task_count,
.pkp_navigation_user .has_tasks ul a:focus .task_count {
    background: #f00;
    color: #fff;
}

.pkp_navigation_user_wrapper a {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700;
}

#navigationUser ul a:hover, 
#navigationUser ul a:focus,
.pkp_navigation_user ul a:hover,
.pkp_navigation_user ul a:focus,
.pkp_navigation_user_wrapper ul a:hover,
.pkp_navigation_user_wrapper ul a:focus {
    background: #ddd !important;
    color: #9c6928 !important;
    border-color: transparent !important;
}

@media (min-width: 992px) {
    .pkp_navigation_user_wrapper {
        top: 25px;
        right: 0;
        left: auto;
        width: 25%;
        padding-right: 30px;
    }

    .pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 0;
        padding-right: 0;
        width: auto;
    }
}

/* Busca simplificada OJS 3.5 com realce #9c6928 */
.pkp_head_wrapper .pkp_search .search_controls .search_prompt,
.pkp_search, 
.pkp_search_desktop {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: none;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus,
.pkp_search:hover, 
.pkp_search_desktop:hover {
    color: #9c6928;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:before,
.pkp_search span::before, 
.pkp_search_desktop span::before {
    color: #9c6928;
}

.pkp_head_wrapper .pkp_search.is_open {
    min-width: 50%;
}

.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05);
    border-left: 1px solid #ddd;
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt {
    background: #9c6928;
    color: rgba(0, 0, 0, 0.84);
}

.pkp_head_wrapper .pkp_search.is_open .search_controls .search_prompt:hover {
    border-bottom-color: transparent;
}

/* --------------------------------------------------------------------------
   5. BOTÕES, GALÉS E BREADCRUMBS (Estilo Musear #9c6928)
   -------------------------------------------------------------------------- */
.cmp_manuscript_button, 
.block_make_submission a, 
.obj_galley_link {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: #9c6928;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    padding: 0 1em;
    line-height: 28px;
    font-size: 13px;
    display: inline-block;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.cmp_manuscript_button:hover, 
.cmp_manuscript_button:focus, 
.block_make_submission a:hover, 
.block_make_submission a:focus, 
.obj_galley_link:hover, 
.obj_galley_link:focus {
    background: #9c6928;
    color: #ffffff;
    text-decoration: none;
}

/* Galés restritas */
.obj_galley_link.restricted {
    border-color: #ddd;
    background: #ddd;
    color: rgba(0, 0, 0, 0.54);
}

.obj_galley_link.restricted:hover, 
.obj_galley_link.restricted:focus {
    background: #ddd;
    color: rgba(0, 0, 0, 0.54);
}

.obj_galley_link.restricted:before {
    color: rgba(0, 0, 0, 0.54);
}

/* Breadcrumbs (Navegação estrutural) */
.cmp_breadcrumbs {
    padding: 30px 0;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
}

.cmp_breadcrumbs > ol {
    padding: 0;
    margin: 0;
}

.cmp_breadcrumbs .current {
    text-transform: none;
}

.cmp_breadcrumbs .current h1 {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.cmp_breadcrumbs .separator {
    padding: 0 0.1em;
    opacity: 0.3;
}

/* --------------------------------------------------------------------------
   6. BARRAS LATERAIS E TITULOS DE BLOCOS (Borda Inferior #9c6928)
   -------------------------------------------------------------------------- */
.pkp_block .title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #9c6928;
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
    background: transparent;
}

/* --------------------------------------------------------------------------
   7. PÁGINA INICIAL, TOC E SEÇÕES DA EDIÇÃO
   -------------------------------------------------------------------------- */
.pkp_page_index .homepage_image {
    margin-top: -1px;
}

.cmp_announcements .obj_announcement_summary h2, 
.cmp_announcements .obj_announcement_summary h3, 
.cmp_announcements .obj_announcement_summary h4, 
.cmp_announcements .date, 
.cmp_announcements .read_more {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.cmp_announcements .read_more {
    text-transform: uppercase;
    color: #9c6928;
}

.cmp_announcements .date {
    font-weight: 400;
}

.cmp_announcements .date:before,
.cmp_announcements .date::before {
    color: #9c6928;
}

/* Título da edição atual e seções com borda inferior #9c6928 */
.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #9c6928;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
}

.pkp_page_index .current_issue .current_issue_title {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 16px;
}

.pkp_page_index .current_issue .sections {
    margin-top: 20px;
}

.pkp_page_index .current_issue .read_more {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #9c6928;
}

.pkp_page_index .current_issue .read_more:hover, 
.pkp_page_index .current_issue .read_more:focus {
    color: #6298ae;
}

/* Títulos de seções no TOC (Suporte unificado a h2 e h3 para OJS 3.5) */
.obj_issue_toc > .galleys h2, 
.obj_issue_toc > .galleys h3, 
.obj_issue_toc .section h2,
.obj_issue_toc .section h3 {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 0 0 5px;
    border-bottom: 3px solid #9c6928;
    background: transparent;
    text-transform: uppercase;
    font-weight: 700;
}

.obj_issue_toc .heading .pub_id, 
.obj_issue_toc .heading .published {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
}

.obj_issue_toc .heading .pub_id .type, 
.obj_issue_toc .heading .published .label {
    font-weight: 700;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
}

.obj_issue_toc .heading .pub_id .id a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.obj_issue_toc .heading .pub_id .id a:hover {
    color: #6298ae;
    text-decoration: underline;
}

.obj_issue_toc .pages {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.obj_issue_summary .series {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.obj_announcement_summary .read_more {
    color: #9c6928;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #6298ae;
}

/* --------------------------------------------------------------------------
   8. DETALHES DO ARTIGO (obj_article_details E obj_article_summary)
   -------------------------------------------------------------------------- */
.obj_article_details .subtitle {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.obj_article_details .authors, 
.obj_article_details .doi {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.obj_article_details .orcid a, 
.obj_article_details .doi a {
    color: rgba(0, 0, 0, 0.87);
    text-decoration: none;
}

.obj_article_details .orcid a:hover, 
.obj_article_details .doi a:hover, 
.obj_article_details .orcid a:focus, 
.obj_article_details .doi a:focus {
    color: #9c6928;
    text-decoration: underline;
}

.obj_article_details .orcid a {
    font-size: 10px;
    color: rgba(0, 0, 0, 0.54);
}

.obj_article_details .authors li {
    margin-bottom: 20px;
}

.obj_article_details .main_entry .label {
    display: inline-block;
    padding: 0 0 5px;
    border-bottom: 3px solid #9c6928;
    color: rgba(0, 0, 0, 0.54);
    text-transform: uppercase;
}

.obj_article_details .main_entry .doi .label {
    display: inline;
    padding: 0;
    border: none;
    text-transform: none;
}

.obj_article_details .entry_details .label {
    font-weight: 700;
    text-transform: uppercase;
}

.obj_article_details .entry_details .item {
    margin: 30px 0;
    padding: 0;
    border-bottom: none;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
}

.obj_article_details .entry_details .item.galleys {
    box-shadow: none;
}

.obj_article_details .entry_details .item.galleys .galleys_links {
    padding: 0;
}

.obj_article_details .entry_details .galleys_links > li {
    display: block;
    margin-bottom: 0.5em;
}

.obj_article_details .entry_details .galleys_links > li:last-child {
    margin-bottom: 0;
}

.obj_article_details .entry_details .galleys_links > li a {
    display: block;
}

.obj_article_details .entry_details .citation_display {
    margin-bottom: 0;
}

.obj_article_details .entry_details .item.copyright {
    background: transparent;
    box-shadow: none;
}

/* Resumo do artigo na lista */
.obj_article_summary > .title {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

.obj_article_summary > .title a {
    color: #9c6928;
    text-decoration: none;
}

.obj_article_summary > .title a:hover,
.obj_article_summary > .title a:focus {
    color: #6298ae;
    text-decoration: underline;
}

/* --------------------------------------------------------------------------
   9. VISUALIZADOR DE PDF (header_view)
   -------------------------------------------------------------------------- */
.header_view {
    background: #9c6928;
    color: rgba(0, 0, 0, 0.84);
}

.header_view .title {
    color: rgba(0, 0, 0, 0.84);
}

.header_view .title:hover, 
.header_view .title:focus {
    background: #9c6928;
    color: rgba(0, 0, 0, 0.84);
    text-decoration: underline;
}

.header_view .download:hover, 
.header_view .download:focus {
    background: #9c6928;
    color: #ffffff;
}

/* --------------------------------------------------------------------------
   10. PÁGINAS ESPECÍFICAS (Busca, Anúncios e Arquivos)
   -------------------------------------------------------------------------- */
.page_announcement {
    margin-top: 30px;
}

.page_issue_archive .issues_archive, 
.page_issue_archive .issues_archive > li {
    border: none;
}

.page_search .search_advanced {
    margin-top: 10px;
}

.page_search .search_advanced legend {
    font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

/* --------------------------------------------------------------------------
   11. RODAPÉ (FOOTER)
   -------------------------------------------------------------------------- */
.pkp_structure_footer_wrapper {
    background: rgba(0, 0, 0, 0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid #9c6928;
}

.pkp_structure_footer {
    background: transparent;
    text-align: center;
}

.pkp_footer_content {
    padding: 30px;
    text-align: left;
}

.pkp_brand_footer {
    padding: 10px;
    text-align: center;
}

.pkp_brand_footer img {
    height: 80px;
    width: auto;
}

.pkp_brand_footer a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}
