@charset "UTF-8";
/*
Theme Name: Acervo Paraense V7
Theme URI: https://www.acervoparaense.com.br
Author: Deyvison Costa
Author URI: https://instagram.com/deyvisonportal
Description: Tema exclusivo desenvolvido para o site Acervo Paraense. Criado sob medida para destacar músicas, álbuns e vídeos da cultura paraense, com design único e funcionalidades personalizadas. Não disponível para uso público ou distribuição.
Version: 7.1
License: Proprietary
Text Domain: acervoparaense
*/

/* ==========================================================================
   1. Imports & Fonts
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

/* ==========================================================================
   2. Reset & Box Sizing
   ========================================================================== */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

/* ==========================================================================
   3. Estilos Base e Tipografia
   ========================================================================== */
html {
    overflow-x: visible;
    scrollbar-gutter: stable;
}

body {
    background-color: #EEEEEE;
    color: #222;
    font-family: Arial, "Segoe UI", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    overflow-x: hidden;
    user-select: none;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #cc0000;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #ff0000 transparent;
}

/* Links */
a {
    text-decoration: none;
    color: #222;
    touch-action: manipulation;
    transition: color 0.3s ease;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

button:focus,
button:active,
a:focus,
a:active,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

/* Mídias */
img {
    max-width: 100%;
    height: auto;
    display: block;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* Formatação de Texto */
strong {
    font-weight: 700;
}

/* Cabeçalhos (Headings) */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, "Segoe UI", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 10px 0;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    margin: 0.5em 0;
}

blockquote {
    border-left: 5px solid #0271CD;
    padding-left: 20px;
    margin: 20px 0;
    font-style: italic;
    color: #444;
    background-color: #f5f5f5;
}

.top-artistas-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.top-artistas-container .title a {
    font-size: 16px;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-weight: 700;
    padding-bottom: 5px;
    width: 100%;
    box-sizing: border-box;
}

.top-artistas-container .title a .artista-nome-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 20px);
    display: inline-block;
}

.top-artistas-carousel .title i {
    margin-left: 4px;
    font-size: 14px;
    flex-shrink: 0;
}

.top-artistas-carousel .title .icon-premium {
    color: #ff3c00;
}

.top-artistas-carousel .title .icon-verificado {
    color: #00aaff;
}

.top-artistas-container .top-artistas-carousel {
    display: grid;
    grid-template-columns: repeat(6, minmax(120px, 1fr));
    gap: 15px;
}

.top-artistas-container .top-artistas-carousel .artista {
    width: auto;
    text-align: center;
    background: #FFF;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.top-artistas-container .top-artistas-carousel .artista:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.top-artistas-container .top-artistas-carousel .foto-artista {
    width: 80%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ff0000;
    margin-bottom: 10px;
    justify-self: center;
}

.top-artistas-container .top-artistas-carousel .artista-name {
    display: block;
    color: #222;
    font-size: 16px;
    margin-bottom: 12px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-artistas-container .top-artistas-carousel .btn-seguir {
    background-color: #0271CD;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.top-artistas-container .top-artistas-carousel .btn-seguir a {
    color: #FFF
}

.top-artistas-container .top-artistas-carousel .btn-seguir:hover {
    background-color: #FF0000;
    transform: scale(1.05);
}

.top-musicas {
    width: 100%;
    height: auto;
    margin: auto;
    font-family: Arial, sans-serif;
}

.top-musicas .musica {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    border-left: 5px solid #ff0000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.top-musicas .rank {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
    width: 30px;
    text-align: center;
}

.top-musicas img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    margin: 0 10px;
}

.top-musicas .info {
    flex: 1;
    font-size: 16px;
}

.top-musicas .info strong {
    display: block;
    font-size: clamp(16px, 1.2vw, 20px);
    color: #222;
    margin-bottom: 2px;
}

.top-musicas .info span {
    font-size: clamp(16px, 1.2vw, 20px);
    color: #666;
}

.top-musicas .plays-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-musicas .plays {
    font-size: clamp(16px, 1.2vw, 20px);
    font-weight: bold;
    color: #0271CD;
    white-space: nowrap;
}

.top-musicas .btn-play-top {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #ff0000;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
    transition: 0.2s;
}

.top-musicas .btn-play-top:hover {
    transform: scale(1.08);
}

.top-musicas .btn-play-top i {
    font-size: 12px;
    margin-left: 2px;
}

.hero-slider-pack {
    position: relative;
    width: 100%;
    height: 140px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    margin: 20px 0;
    background: #e9e9e9;
}

.hero-slider-pack__track {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-slider-pack__slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 24px 30px;
    opacity: 0;
    visibility: hidden;
    transform: scale(1.02);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s ease;
    color: #fff;
    overflow: hidden;
}

.hero-slider-pack__slide.is-active {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 2;
}

.hero-slider-pack__slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.16), transparent 35%);
    pointer-events: none;
}

.hero-slider-pack__slide::after {
    content: attr(data-note);
    position: absolute;
    right: 26px;
    bottom: 2px;
    font-size: 50px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.14);
    pointer-events: none;
    font-weight: 700;
}

.hero-slider-pack__slide--blue-red {
    background: linear-gradient(90deg, #0072d9 0%, #ff0033 100%);
}

.hero-slider-pack__slide--red-dark {
    background: linear-gradient(90deg, #ff0033 0%, #b30024 100%);
}

.hero-slider-pack__slide--blue-deep {
    background: linear-gradient(90deg, #0a67c7 0%, #004a99 100%);
}

.hero-slider-pack__content {
    position: relative;
    z-index: 2;
    min-width: 0;
    max-width: 70%;
}

.hero-slider-pack__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.05;
    font-weight: 900;
    text-transform: uppercase;
}

.hero-slider-pack__subtitle {
    margin: 8px 0 0;
    font-size: 17px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.96);
}

.hero-slider-pack__btn {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 210px;
    padding: 14px 24px;
    border-radius: 999px;
    background: #fff;
    color: #0072d9;
    text-decoration: none;
    font-size: 17px;
    font-weight: 800;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.hero-slider-pack__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
}

.hero-slider-pack__dots {
    position: absolute;
    left: 30px;
    bottom: 10px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.hero-slider-pack__dot {
    width: 10px;
    height: 10px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    padding: 0;
    transition: transform 0.2s ease, background 0.2s ease;
}

.hero-slider-pack__dot.is-active {
    background: #fff;
    transform: scale(1.15);
}

.cta-artista-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    background: #fff;
    border-radius: 18px;
    padding: 18px 20px;
    margin: 15px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border: 1px solid #eee;
    transition: 0.25s;
}

.cta-artista-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.cta-artista-icone {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff0000;
    color: #fff;
    border-radius: 14px;
    flex-shrink: 0;
}

.cta-artista-icone i {
    font-size: 28px;
}

.cta-artista-info strong {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

.cta-artista-desc {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 2px;
}

.cta-artista-beneficios {
    margin-top: 5px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 12px;
    color: #333;
}

.cta-artista-beneficios i {
    margin-right: 2px;
    font-size: 12px;
}

.cta-artista-beneficios span {
    background: #f5f5f5;
    padding: 4px 8px;
    border-radius: 999px;
    font-weight: bold;
}

.cta-artista-right {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
}

.cta-artista-badge {
    font-size: 12px;
    background: rgba(0, 0, 0, 0.05);
    color: #555;
    padding: 4px 10px;
    border-radius: 10px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.cta-artista-badge i {
    margin-right: 4px;
    font-size: 10px;
}

.cta-artista-btn {
    background: #ff0000;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.25s;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.anuncio-topo,
.anuncio-rodape {
    width: calc(100% - 60px);
    min-height: 120px;
    display: block;
    text-align: center;
    border: 1px solid #D8CECE;
    margin: 10px auto;
    box-sizing: border-box;
}


.anuncio-post {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid #D8CECE;
    margin: 10px auto;
    box-sizing: border-box;
}

.anuncio-topo ins.adsbygoogle,
.anuncio-rodape ins.adsbygoogle,
.anuncio-post ins.adsbygoogle {
    display: block;
    margin: 0 auto;
}

.topo {
    position: sticky;
    top: 0;
    z-index: 10000;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    gap: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 90px;
    animation: encolher-topo linear both;
    animation-timeline: scroll();
    animation-range: 50px 200px;
}

@keyframes encolher-topo {
    to {
        height: 70px;
        box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    }
}

.logo-link {
    display: flex;
    align-items: center;
    /* gap: 6px; */
    flex-shrink: 0;
    text-decoration: none;
}

.logo-topo {
    background: url(./images/logo.png) no-repeat center;
    background-size: contain;
    width: 80px;
    height: 80px;
    animation: encolher-logo linear both;
    animation-timeline: scroll();
    animation-range: 50px 200px;
}

.logo-texto {
    font-family: 'Anton', Arial, sans-serif;
    font-size: 30px;
    color: #ff0000;
    line-height: 1;
    white-space: nowrap;
}

@keyframes encolher-logo {
    to {
        transform: scale(1);
        width: 56px;
        height: 56px;
    }
}

.search {
    flex-grow: 1;
    position: relative;
}

.search form div {
    display: flex;
    align-items: center;
    background-color: #f2f2f2;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 0 15px;
    height: 45px;
    transition: 0.3s;
}

.search form div:focus-within {
    background-color: #fff;
    border-color: #ff0000;
    box-shadow: 0 0 5px rgba(255, 0, 0, 0.2);
}

.txt-search {
    width: 100%;
    border: none;
    background: transparent;
    font-size: 16px;
    color: #222;
    outline: none;
    padding: 0 10px;
}

.btn-search-icon {
    background: none;
    border: none;
    color: #666;
    cursor: pointer;
    font-size: 18px;
}

.resultados-busca {
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.20);
    z-index: 10000;
    max-height: 60vh;
    overflow-y: auto;
    border: 1px solid #eee;
}

.resultados-busca div {
    transition: background 0.2s;
    text-align: left;
    display: block;
}

.resultados-busca .resultado-item {
    border-bottom: 1px solid #f0f0f0;
}

.resultados-busca .resultado-item:hover,
.resultados-busca .resultado-subitem:hover {
    background-color: #f9f9f9;
    border-left: 3px solid #ff0000;
}

.resultados-busca div a {
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.resultados-busca div a:hover {
    color: #ff0000;
}

.resultados-busca .titulo-resultado-busca {
    padding: 10px 10px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #999;
    margin: 10px 0 5px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.resultados-busca .resultado-subitem {
    padding: 15px 25px;
    font-size: 0.85em;
    border-bottom: none !important;
}

.resultados-busca .resultado-subitem a {
    padding: 15px 25px;
    color: #222;
    font-weight: 700;
}

.resultados-busca .resultado-subitem a:hover {
    color: #ff0000;
}

.resultados-busca .resultado-item.artista,
.resultados-busca .resultado-item.musica,
.resultados-busca .resultado-item.video,
.resultados-busca .resultado-item.noticia {
    padding: 15px 25px;
    text-decoration: none;
    color: #222;
    font-size: 15px;
    font-weight: 600;
    display: block;
    width: 100%;
}

.resultados-busca .resultado-item.album {
    padding: 15px 25px;
    font-weight: 700;
}

.resultados-busca .resultado-item.album-musica {
    padding: 15px 25px;
    position: relative;
    margin-left: 18px;
    padding-left: 32px;
}

.resultados-busca .resultado-item.album-musica::before {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    height: 50%;
    width: 3px;
    background: #e0e0e0;
}

.resultados-busca .resultado-item.album-musica::after {
    content: '';
    position: absolute;
    left: 16px;
    top: 50%;
    width: 12px;
    height: 3px;
    background: #e0e0e0;
}

.resultados-busca .resultado-item.sem-resultados {
    padding: 20px;
    text-align: center;
    color: #777;
    display: none;
}

.resultados-busca .resultado-item.sem-resultados p {
    margin: 0;
    font-size: 14px;
}

.login-area {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.menu-control-box {
    display: none;
}

.btn-hamburguer {
    display: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-transform: uppercase;
    align-items: center;
    gap: 8px;
    padding: 5px;
}

#header-menu-area {
    display: flex;
    align-items: center;
    gap: 10px;
}

.menu-lista {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.menu-lista li a {
    text-decoration: none;
    color: #222;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    transition: color 0.3s;
}

.menu-lista li a:hover {
    color: #0271CD;
}

.btn-topo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 14px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 40px;
    line-height: 1;
}

.btn-entrar {
    background-color: #f2f2f2;
    color: #222;
}

.btn-entrar:hover {
    background-color: #fff;
    color: #ff0000;
    border-color: #ccc;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
}

#menu-porcento {
    background-color: #ff0000;
    width: 100%;
    position: relative;
    border-top: 1px solid #d40000;
}

#menu {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

#menu-toggle {
    display: none;
    width: 100%;
    background-color: #ff0000;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    padding: 15px;
    cursor: pointer;
}

#menu ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#menu ul.menu li {
    margin: 0;
    display: flex;
    align-items: center;
}

#menu ul.menu li:not(:last-child)::after {
    content: "|";
    color: rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    font-size: 16px;
}

#menu ul.menu li a {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    padding: 14px 8px;
    display: block;
    transition: background-color 0.3s;
}

#menu ul.menu li a:hover {
    background-color: #cc0000;
}

.vibe-container {
    width: 100%;
    margin: 18px 0;
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 55%, #fff7f7 100%);
    border: 1px solid #e7edf5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.vibe-titulo {
    margin: 0 0 14px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #222;
}

.vibe-titulo::after {
    content: "ESCOLHA UMA PLAYLIST";
    display: block;
    margin-top: 6px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1px;
    text-transform: none;
    color: #222;
}

.vibe-mobile {
    display: none;
}

.vibe-scroll {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.vibe-pilula {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 62px;
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #dfe7f0;
    border-radius: 16px;
    background: #fff;
    color: #222;
    text-align: left;
    font-size: 1.1vw;
    font-weight: 800;
    line-height: 1.1;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.vibe-pilula i {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0271CD;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(2, 113, 205, 0.22);
}

.vibe-pilula:hover {
    transform: translateY(-2px);
    background: #fafcff;
    border-color: #cddaea;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}

.vibe-pilula.ativo {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-color: #ff0000;
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.10);
    color: #222;
}

.vibe-pilula.ativo i {
    background: #ff0000;
    color: #fff;
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.24);
}

.vibe-dropdown {
    width: 100%;
    padding: 12px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #0056b3;
    background-color: #f0f7ff;
    border: 1px solid #0056b3;
    border-radius: 10px;
    cursor: pointer;
}

.btn-mais {
    display: block;
    width: fit-content;
    background: #0271CD;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.2s;
    margin-right: auto;
    margin-left: auto;
}

.btn-mais:hover {
    background: #025ea8;
}

.btn-twomp {
    width: 380px;
    line-height: 34px;
    border-radius: 3px;
    border: 1px solid #ff0000;
    display: inline-block;
    color: #fff;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    background: #ff0000;
    padding-top: 3px;
    padding-right: 0;
    padding-bottom: 3px;
    padding-left: 0;
    margin: 6px 0 0 0;
    float: right;
}

.btn-twomp.small {
    padding: 0 13px;
    width: auto;
    height: 26px;
    line-height: 26px !important;
    font: 12px ProximaNova, arial, sans-serif;
    text-shadow: none;
}

.btn-twomp:hover {
    background: #ff0000;
}

.btn-twomp:active,
.btn-twomp:target {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) inset;
    background: #ff0000;
}

.artistas-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin: 0 auto 10px;
    gap: 8px;
    overflow-x: auto;
}

.artistas-container .artista {
    flex: 0 1 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.artistas-container .artista img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.5vw;
}

.artistas-container .artista h3 {
    font-size: 1.3vw;
    margin-top: 1vw;
}

#select-lateral {
    width: 100%;
    background: #ff0000;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.tab {
    padding: 6px 10px;
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border: 1px solid transparent;
    transition: background-color 0.3s ease;
    box-sizing: border-box;
    flex: 1;
    margin: 5px;
}

.tab:hover {
    background-color: #cc0000;
}

.toggle-checkbox:checked+label.tab {
    background-color: #cc0000;
}

.toggle-checkbox {
    display: none;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #0271CD;
    border-radius: 3px;
    max-height: 290px;
    overflow-y: auto;
    padding: 0;
    margin-top: 5px;
    list-style: none;
    z-index: 9997;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #ff0000 #0271CD;
}

.toggle-checkbox:checked+label+.select-options {
    display: block;
}

.select-options ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.select-options li {
    border-bottom: 1px solid #ffffff;
}

.select-options li a {
    display: block;
    padding: 10px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.select-options li a:hover {
    background-color: #005bb5;
}

.select-options::-webkit-scrollbar {
    width: 12px;
}

.select-options::-webkit-scrollbar-thumb {
    background-color: #ff0000;
    border-radius: 6px;
}

.select-options::-webkit-scrollbar-thumb:hover {
    background-color: #cc0000;
}

#destaque {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

#conteudo {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 10px 0;
    padding: 0 30px;
}

#conteudo-topo {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    margin: 10px 0;
    box-sizing: border-box;
}

#sticky {
    display: flex;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

#conteudo-esquerdo {
    flex: 0 1 calc(65% - 20px);
    margin: 0 20px 0 0;
    box-sizing: border-box;
}

#conteudo-direito {
    flex: 0 1 35%;
    box-sizing: border-box;
}

#conteudo-rodape {
    width: 100%;
    max-width: 100%;
    position: relative;
    display: block;
    margin: 10px 0;
    box-sizing: border-box;
}

.horizontal-videos {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow-x: auto;
    box-sizing: border-box;
    font-size: 1vw;
    flex-direction: row;
    padding: 0 30px;
}

.lista-noticias-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 15px;
    width: 100%;
    margin-bottom: 20px;
}

.item-lista-noticia {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    height: 120px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
    transition: all 0.2s ease;
}

.item-lista-noticia:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.link-lista-noticia {
    display: flex;
    text-decoration: none;
    color: inherit;
    height: 100%;
    align-items: center;
}

.thumb-lista {
    width: 120px;
    height: 120%;
    margin: 0;
    flex-shrink: 0;
    position: relative;
}

.thumb-lista img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-lista {
    padding: 0 12px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.titulo-lista {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin: 0 0 4px 0;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.data-lista {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.data-lista i {
    margin-right: 5px;
    color: #666;
    font-size: 12px;
}

.resumo-lista {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nome-horizontal {
    width: 100%;
    font-family: arial;
    height: 25px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    margin-bottom: 25px;
    line-height: 38px;
}

.nome-horizontal span {
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-right: 10px;
    line-height: 40px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    height: 37px;
    float: left;
    letter-spacing: -1px;
}

.nome-horizontal span.preto {
    border-bottom-color: #000000;
}

.nome-horizontal span.vermelho {
    border-bottom-color: #ff0000;
}

.nome-horizontal span.azul {
    border-bottom-color: #0271CD;
}

.nome-horizontal span.full {
    width: 100%;
}

.nome-horizontal i {
    color: #888;
    font-family: arial;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    padding-left: 10px;
    letter-spacing: 6px;
    line-height: 63px;
}

.nome-horizontal a {
    color: #888;
    font-size: 16px;
    font-weight: bold;
    float: right;
    position: relative;
    top: 10px;
    padding-right: 10px;
}

.nome-conteudo-esquerdo {
    width: 100%;
    font-family: arial;
    height: 25px;
    border-bottom-width: 0px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    margin-bottom: 25px;
    line-height: 38px;
    display: flex;
}

.nome-conteudo-esquerdo span {
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-right: 10px;
    line-height: 40px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
    height: 37px;
    float: left;
    letter-spacing: -1px;
}

.nome-conteudo-esquerdo i:not(.fa) {
    color: #888;
    font-family: arial;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 1rem;
    font-style: normal;
    padding-left: 10px;
    letter-spacing: 5px;
    line-height: 63px;
}

.nome-conteudo-esquerdo a {
    color: #888;
    font-size: 16px;
    font-weight: bold;
    float: right;
    position: relative;
    top: 10px;
    padding-right: 10px;
}

.nome-conteudo-esquerdo .menu {
    text-align: right;
    margin-left: auto;
}

.nome-conteudo-esquerdo .menu ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: flex;
    gap: 6px;
}

.nome-conteudo-esquerdo .menu ul li {
    display: inline-block;
}

.nome-conteudo-esquerdo .menu ul li a {
    text-decoration: none;
    color: #0271CD;
    font-weight: bold;
}

.nome-conteudo-esquerdo .menu ul li a:hover {
    color: #FF0000;
    text-decoration: underline;
}

.nome-conteudo-esquerdo .menu ul li.active a {
    color: #FF0000;
    font-weight: bold;
    text-decoration: underline;
}

/* =========================================
   HERO DO ARTISTA
========================================= */
.descricao-taxonomia-wrapper {
    position: relative;
    width: 100%;
    min-height: 362px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

.descricao-taxonomia-wrapper .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgb(238 238 238 / 70%) 10%, #121212 90%);
    border-radius: 10px;
    z-index: 1;
}

.descricao-taxonomia-wrapper .conteudo-interno {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    padding: 20px 30px;
    width: 100%;
    color: #fff;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 15px;
}

.descricao-taxonomia-wrapper .descricao-taxonomia-imagem {
    align-self: center;
}

.descricao-taxonomia-wrapper .descricao-taxonomia-imagem img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    border: 4px solid rgba(255, 255, 255, 0.1);
    display: block;
}

.descricao-taxonomia-imagem .artista-contatos {
    margin-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
}

.descricao-taxonomia-imagem .artista-contatos-titulo {
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 2px;
}

.descricao-taxonomia-imagem .artista-contato-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    transition: all 0.2s ease;
    line-height: 1.2;
}

.descricao-taxonomia-imagem .artista-contato-btn i {
    font-size: 15px;
    opacity: 0.95;
}

.descricao-taxonomia-imagem .artista-contato-btn:hover {
    color: #fff;
}

.descricao-taxonomia-imagem .artista-contato-btn.whatsapp {
    color: #25d366;
}

.descricao-taxonomia-imagem .artista-contato-btn.whatsapp:hover {
    color: #43e97b;
}

.descricao-taxonomia-wrapper .descricao-taxonomia-texto {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-width: 300px;
}

.descricao-taxonomia-wrapper .badge-verificado {
    font-size: 0.9rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
    opacity: 0.9;
    color: #ff0000;
}

.descricao-taxonomia-wrapper .badge-verificado.oficial {
    color: #ff0000;
}

.descricao-taxonomia-wrapper .badge-verificado.premium {
    color: #ff0000;
}

.descricao-taxonomia-wrapper .nao-verificado {
    color: #555555;
}

.descricao-taxonomia-wrapper .descricao-taxonomia-texto h1 {
    font-size: 3rem;
    font-weight: 900;
    margin: 5px 0 10px 0;
    line-height: 1;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.descricao-taxonomia-wrapper .stats-plays {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 15px;
    color: #fff;
}

.descricao-taxonomia-wrapper .texto-bio-wrapper {
    margin-bottom: 20px;
    max-width: 800px;
}

.descricao-taxonomia-wrapper .texto-bio-completo {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.descricao-taxonomia-wrapper .texto-bio-completo.expandido {
    -webkit-line-clamp: unset;
    overflow: visible;
    color: #fff;
}

.descricao-taxonomia-wrapper .btn-ver-mais {
    background: none;
    border: none;
    padding: 0;
    margin-top: 5px;
    font-size: 0.90rem;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    opacity: 0.8;
}

.descricao-taxonomia-wrapper .btn-ver-mais:hover {
    text-decoration: underline;
    opacity: 1;
}

.descricao-taxonomia-wrapper .btn-area {
    display: flex;
    align-items: center;
    gap: 15px;
}

.descricao-taxonomia-wrapper .btn-play-hero {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    transition: transform 0.2s;
}

.descricao-taxonomia-wrapper .btn-play-hero:hover {
    transform: scale(1.05);
}

.descricao-taxonomia-wrapper .btn-share-hero {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    margin-bottom: 0 !important;
}

.descricao-taxonomia-wrapper .btn-share-hero:hover {
    transform: scale(1.05);
}

.descricao-taxonomia-wrapper .menu-artista-interno {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 15px;
    width: 100%;
}

.descricao-taxonomia-wrapper .menu-artista-interno ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
}

.descricao-taxonomia-wrapper .menu-artista-interno li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.descricao-taxonomia-wrapper .menu-artista-interno li.active a,
.descricao-taxonomia-wrapper .menu-artista-interno li a:hover {
    color: #fff;
    border-bottom-color: #ff0000;
}

/* =========================================
   HERO DO ARTISTA NÃO VERIFICADO (FINAL)
========================================= */

.descricao-taxonomia-wrapper.artista-nao-verificado {
    min-height: 200px;
    background: linear-gradient(135deg, #f5f5f5 0%, #eaeaea 100%);
    border: 1px solid #e5e5e5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.descricao-taxonomia-wrapper.artista-nao-verificado .conteudo-interno {
    color: #222;
    align-items: flex-end;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .overlay {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(0, 0, 0, 0.10) 100%);
}

.descricao-taxonomia-wrapper.artista-nao-verificado h1 {
    color: #222;
    text-shadow: none;
    margin-bottom: 14px;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .descricao-taxonomia-texto {
    min-width: 100%;
    align-items: center;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .menu-artista-interno {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.descricao-taxonomia-wrapper.artista-nao-verificado .menu-artista-interno li a {
    color: #555;
    opacity: 1;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .menu-artista-interno li.active a,
.descricao-taxonomia-wrapper.artista-nao-verificado .menu-artista-interno li a:hover {
    color: #222;
    border-bottom-color: #ff0000;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .pix-artist-box {
    margin: 10px 0 18px 0;
}

.descricao-taxonomia-wrapper.artista-nao-verificado .btn-pix-verificacao {
    box-shadow: 0 10px 25px rgba(255, 0, 0, 0.15);
}

/* =========================================
   BOTÃO PIX NO HERO
========================================= */
.descricao-taxonomia-wrapper .pix-artist-box {
    margin: 0 0 18px 0;
    max-width: 420px;
}

.descricao-taxonomia-wrapper .pix-artist-box #step-artist-start {
    display: flex;
    gap: 12px;
}

.descricao-taxonomia-wrapper .pix-artist-box .btn-pix-verificacao {
    background-color: #ff0000;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s, opacity .2s;
}

.descricao-taxonomia-wrapper .pix-artist-box .btn-pix-verificacao:hover {
    transform: scale(1.03);
}

/* =========================================
   MODAL PIX ARTISTA
========================================= */
.modal-pix-artista-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.modal-pix-artista-overlay .modal-pix-artista {
    position: relative;
    width: 100%;
    max-width: 470px;
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.35);
    color: #222;
}

.modal-pix-artista-overlay .modal-pix-conteudo {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.modal-pix-artista-overlay .modal-pix-fechar {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 38px;
    height: 38px;
    border: none;
    background: transparent;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    color: #666;
}

.modal-pix-artista-overlay .modal-pix-fechar:hover {
    color: #222;
}

.modal-pix-artista-overlay .modal-pix-badge {
    display: inline-flex;
    align-self: flex-start;
    background: #fff0f0;
    color: #ff0000;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .6px;
    padding: 7px 12px;
    border-radius: 999px;
}

.modal-pix-artista-overlay .modal-pix-artista h3 {
    margin: 0;
    font-size: 26px;
    line-height: 1.1;
    font-weight: 900;
    color: #222;
}

.modal-pix-artista-overlay .modal-pix-subtitulo {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

.modal-pix-artista-overlay .modal-pix-preco {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-top: 4px;
}

.modal-pix-artista-overlay .modal-pix-preco strong {
    font-size: 34px;
    line-height: 1;
    color: #222;
}

.modal-pix-artista-overlay .modal-pix-preco span {
    font-size: 14px;
    color: #666;
}

.modal-pix-artista-overlay .modal-pix-beneficios {
    margin: 6px 0 10px 0;
    padding-left: 18px;
    color: #333;
    font-size: 14px;
    line-height: 1.8;
}

.modal-pix-artista-overlay #user-email-artist-pix {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 0 16px;
    font-size: 14px;
    color: #222;
    box-sizing: border-box;
}

.modal-pix-artista-overlay .btn-pix-verificacao {
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 16px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 260px;
    margin: 10px auto 0 auto;
    transition: transform .2s, opacity .2s;
}

.modal-pix-artista-overlay .btn-pix-verificacao:hover {
    transform: scale(1.04);
    box-shadow: 0 8px 20px rgba(255, 0, 0, 0.3);
}

.modal-pix-artista-overlay .modal-pix-qr-box {
    background: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 14px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-pix-artista-overlay #img-artist-qr {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    background: #fff;
    border-radius: 10px;
}

.modal-pix-artista-overlay #text-copy-paste-artist {
    width: 100%;
    min-height: 72px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.4;
    resize: vertical;
    color: #222;
    box-sizing: border-box;
}

.modal-pix-artista-overlay .btn-copiar-pix {
    background: #222;
    color: #fff;
    border: none;
    padding: 14px 24px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    margin: 12px auto 0 auto;
}

.modal-pix-artista-overlay .btn-copiar-pix:hover {
    opacity: .92;
}

.modal-pix-artista-overlay .modal-pix-sucesso-icone {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #e9fff0;
    color: #0f9d46;
    font-size: 34px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 6px auto;
}

.modal-pix-artista-overlay #step-artist-final {
    text-align: center;
}

.modal-pix-artista-overlay .pix-sucesso {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin: 0;
}

.grid-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    align-content: start;
    grid-auto-rows: min-content;
}

.grid-videos-home {
    grid-template-columns: repeat(6, minmax(200px, 1fr));
}

/* --- ESTILO DO CARD (POST) --- */
.post {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}

.post:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* IMAGEM */
.post .post-image {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f3f3f3;
}

.post .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.post:hover .post-image img {
    transform: scale(1.05);
}

/* OVERLAY */
.post .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.38);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.post:hover .overlay {
    opacity: 1;
}

.post .overlay .badge-formato-overlay {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.7vw;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 5px 8px;
    border-radius: 6px;
    z-index: 3;
    backdrop-filter: blur(4px);
}

/* PLAY CENTRAL MUSICA/ALBUM */
.post .overlay .btn-play {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 0, 0, 0.75);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.post .overlay .btn-play:hover {
    transform: scale(1.08);
    background: #e00000;
}

/* PLAY CENTRAL VIDEO */
.btn-play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 50px;
    background: rgba(255, 0, 0, 0.75);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.btn-play-video i {
    color: #fff;
    font-size: 22px;
    margin-left: 3px;
}

.btn-play-video:hover {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.08);
}

/* BOTÃO ADD PLAYLIST */
.post .overlay .btn-add-playlist {
    position: absolute;
    right: 55px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.75);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.post .overlay .btn-add-playlist:hover {
    transform: scale(1.08);
    background: #cc0000;
}

/* DOWNLOAD NO CANTO */
.post .overlay .btn-download-overlay {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.75);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.post .overlay .btn-download-overlay:hover {
    transform: scale(1.08);
    background: #cc0000;
}

.post .overlay .post-stats-overlay {
    position: absolute;
    bottom: 8px;
    left: 8px;
    display: flex;
    gap: 10px;
    font-size: 0.7vw;
    color: #fff;
    font-weight: 500;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px 8px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.post .overlay .post-stats-overlay span {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Ícones */
.post .overlay .post-stats-overlay i {
    font-size: 0.7vw;
    opacity: 0.9;
}

/* +18 */
.post .overlay .aviso-explicito {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #ff0000;
    font-weight: bold;
    background: #fff;
}

.post .overlay .aviso-explicito i {
    font-size: 24px;
}

.post .overlay .aviso-explicito .idade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/* CONTEÚDO */
.post .post-content {
    padding: 8px 12px 10px;
    display: flex;
    flex-direction: column;
}

/* TÍTULO */
.post .post-content .post-title {
    margin: 4px 0 3px;
    min-width: 0;
}

.post .post-content .post-title a {
    display: block;
    width: 100%;
    min-width: 0;
    color: #1f1f1f;
    text-decoration: none;
    font-size: 1.1vw;
    font-weight: 800;
    line-height: 1.15;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .post-content .post-title a:hover {
    color: #ff0000;
}

/* ARTISTA */
.post .post-content .artista {
    margin: 0;
    font-size: 0.9vw;
    font-weight: 600;
    line-height: 1.25;
    color: #6f6f6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .post-content .artista a {
    color: #6f6f6f;
    text-decoration: none;
    transition: 0.2s;
}

.post .post-content .artista a:hover {
    color: #ff0000;
}

/* --- CONTAINER PRINCIPAL --- */
.post-individual {
    display: flex;
    flex-direction: column;
    background: #fff;
    color: #222;
    border-radius: 12px;
    margin: 0 0 20px;
    padding: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.post-individual ul:not([class]),
.post-individual ol:not([class]) {
    margin: 15px 0 15px 22px;
    padding: 0;
}

.post-individual ul:not([class]) {
    list-style-type: disc;
}

.post-individual ol:not([class]) {
    list-style-type: decimal;
}

.post-individual li:not([class]) {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 5px;
    display: list-item;
}

.post-individual li:not([class])::marker {
    font-weight: bold;
    color: #222;
}

.post-individual .post-title {
    font-size: clamp(1.1rem, 1vw + 0.8rem, 1.4rem);
    font-weight: 800;
    color: #222;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 1;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.post-individual .post-title a {
    text-decoration: none;
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.6rem;
    padding-right: 10px;
    line-height: 40px;
    height: 37px;
    float: left;
    letter-spacing: -1px;
}

.post-individual .post-title a:hover {
    color: #0271CD;
}

.post-individual .post-content-wrapper {
    display: flex;
    align-items: stretch;
    width: 100%;
    gap: 20px;
}

.post-individual .post-coluna-esquerda {
    width: 40%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.post-individual .post-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
}

.post-individual .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-individual .post-image .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25%;
    height: auto;
    aspect-ratio: 1 / 1;
    font-size: 2.5vw;
    color: white;
    background-color: rgba(255, 0, 0, 0.75);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    backdrop-filter: blur(2px);
    z-index: 5;
}

.post-individual .post-image .play-icon:hover {
    background-color: #e00000;
    transform: translate(-50%, -50%) scale(1.08);
}

.post-individual .post-image .play-icon i.fa-play {
    margin-left: 5px;
}

.post-individual .post-image .play-icon i.fa-lock {
    margin-left: 0px;
}

/* BOTÃO ADD PLAYLIST */
.post-individual .post-image .btn-add-playlist {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.75);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, background 0.25s ease;
    z-index: 3;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
}

.post-individual .post-image .btn-add-playlist:hover {
    transform: scale(1.08);
    background: #e00000;
}

/* +18 */
.post-individual .post-image .aviso-explicito {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #ff0000;
    font-weight: bold;
    background: #fff;
}

.post-individual .post-image .aviso-explicito i {
    font-size: 32px;
}

.post-individual .post-image .aviso-explicito .idade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.post-individual .post-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.post-individual .post-content .btn-pix-verificacao {
    background-color: #ff0000;
    color: #fff;
    border: none;
    font-size: 14px;
    padding: 10px 18px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: transform .2s, opacity .2s;
}

.post-individual .post-content .btn-pix-verificacao:hover {
    transform: scale(1.03);
}

.post-individual .post-info {
    display: flex;
    flex-direction: column;
    flex-grow: 0;
    justify-content: flex-start;
    gap: 10px;
    padding-bottom: 10px;
}

.post-individual .post-info p {
    font-size: clamp(1.1rem, 1vw + 0.8rem, 1.4rem);
    margin: 0;
    line-height: 1.5;
    color: #222;
}

.post-individual .post-info strong {
    color: #222;
    font-weight: 700;
}

.post-individual .post-info a {
    color: #222;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.post-individual .post-info a:hover {
    color: #0271CD;
}

.area-botoes-acao {
    margin-top: auto;
    margin-bottom: auto;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #eee;
}

.post-individual .container-estatisticas {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 0;
}

.post-individual .item-estatistica {
    flex: 1;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.post-individual .numero-estatistica {
    font-weight: 800;
    font-size: 1.2rem;
    color: #0271CD;
}

.post-individual .rotulo-estatistica {
    font-size: 0.85rem;
    color: #666;
    text-transform: uppercase;
}

.post-individual button.baixar {
    background: linear-gradient(180deg, #ff0000 0%, #cc0000 100%);
    width: 100%;
    padding: 15px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 0 #990000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: 800;
    font-size: 1.4rem;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2px;
}

.post-individual button.baixar .btn-sub {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    opacity: 0.8;
    line-height: 1.2;
}

.post-individual button.baixar:hover {
    background: linear-gradient(180deg, #ff0000 0%, #cc0000 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #990000;
}

.post-individual button.baixar:active {
    transform: translateY(2px);
    box-shadow: 0 2px 0 #990000;
}

.post-individual .btn-mais {
    background: #0271CD;
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    transition: background 0.2s;
}

.post-individual .btn-mais:hover {
    background: #025ea8;
}

.post-individual .post-content-album {
    display: flex;
    flex-direction: column;
}

.post-individual .album-list-titulo {
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-right: 10px;
    line-height: 7px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
    height: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-individual .album-list-tracks {
    display: block;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    border: 1px solid #eee;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}

.post-individual .album-list-track {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 15px;
}

.post-individual .track-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px 0;
}

.post-individual .track-title {
    font-size: 1.3em;
    font-weight: 600;
    color: #222;
    margin: 0;
    line-height: 1.2;
    padding-right: 15px;
    flex-grow: 1;
}

.post-individual .track-actions {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-individual .track-actions .download-item {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
}

/* BOTÕES REDONDOS */
.post-individual .track-play-button,
.post-individual .track-download-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.2s ease;
    padding: 0;
}

/* PLAY */
.post-individual .track-play-button {
    background: #ff0000;
    color: #fff;
}

.post-individual .track-play-button:hover {
    background: #cc0000;
    transform: scale(1.05);
}

/* DOWNLOAD */
.post-individual .track-download-button {
    background: #0271CD;
    color: #fff;
}

.post-individual .track-download-button:hover {
    background: #025aa5;
    transform: scale(1.05);
}

.post-individual .compartilhamento-conteudo {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    width: 100%;
}

.post-individual .compartilhamento-conteudo button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 40px;
    border-radius: 5px;
    background-color: #ccc;
    text-decoration: none;
    color: white;
    font-size: 20px;
    border: none;
    transition: background-color 0.3s;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.post-individual .compartilhamento-conteudo button:hover {
    filter: brightness(80%);
}

.post-individual .compartilhamento-conteudo button i {
    font-size: 25px;
}

.post-individual .compartilhamento-link:nth-child(1) {
    background-color: #0866ff;
    /* Facebook */
}

.post-individual .compartilhamento-link:nth-child(2) {
    background-color: #25D366;
    /* WhatsApp */
}

.post-individual .compartilhamento-link:nth-child(3) {
    background-color: #222;
    /* X */
}

.post-individual .compartilhamento-link:nth-child(4) {
    background-color: #555;
    /* Link */
}

/* --- TOOLTIP "POR QUE PAGAR?" --- */
.info-pagamento-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
}

.pergunta-pagamento {
    color: #0271CD;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    transition: color 0.2s;
}

.pergunta-pagamento:hover {
    color: #222;
}

.explicacao-pagamento {
    visibility: hidden;
    opacity: 0;
    width: 400px;
    background-color: #222;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 100;
    bottom: 125%;
    left: 10%;
    margin-left: -125px;
    transition: opacity 0.3s;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 1.4;
    pointer-events: none;
}

.explicacao-pagamento::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.explicacao-pagamento p {
    color: #fff;
    margin: 0;
}

.info-pagamento-container:hover .explicacao-pagamento,
.info-pagamento-container:active .explicacao-pagamento,
.info-pagamento-container:focus-within .explicacao-pagamento {
    visibility: visible;
    opacity: 1;
}

#gets-titulo {
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding-right: 10px;
    line-height: 7px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
    height: 20px;
    letter-spacing: -1px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#gets-titulo i {
    color: #888;
    font-family: arial;
    text-transform: capitalize;
    font-weight: normal;
    font-size: 1rem;
    font-style: normal;
    padding-left: 10px;
    letter-spacing: 5px;
}

.corpo-gets .textwidget {
    border: 1px solid #D8CECE;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 3px;
    margin-top: 10px;
}

.corpo-gets ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.video-thumb-link {
    display: block;
    text-decoration: none;
}

.video-thumb {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
}

.video-thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-thumb:hover img {
    transform: scale(1.05);
}

.video-thumb .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 50px;
    background: rgba(255, 0, 0, 0.75);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 3;
    transition: transform 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
}

.video-thumb .play-icon i {
    color: #fff;
    font-size: 22px;
    margin-left: 3px;
}

.video-thumb:hover .play-icon {
    background: #ff0000;
    transform: translate(-50%, -50%) scale(1.08);
}


/* RODAPE */

#rodape-porcento {
    width: 100%;
    background-color: #ff0000;
    overflow: hidden;
    top: 100%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #0271CD;
}

#rodape {
    max-width: 1100px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}

.logo-rodape {
    width: 166px;
    float: left;
    height: 70px;
    background: #EEEEEE url(./images/logo.png);
    margin-top: 18px
}

#rodape p {
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    font-family: Arial, sans-serif;
    text-align: center
}

.politica-rodape {
    color: #222;
    font-family: Arial;
    font-size: 13px;
    text-align: center
}

.direitos-rodape {
    color: #222;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    margin-top: 100px
}

#footerresdes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    padding-top: 10px;
}

#footerresdes .social {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 6px;
    transition: 0.2s;
}

#footerresdes .social i {
    font-size: 24px;
    color: #fff;
}

#footerresdes .social:hover {
    background-color: #cc0000;
}

.erro-404 {
    background: #fff;
    color: #222;
    border-radius: 8px;
    margin: 10px 0;
    padding: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    font-size: 30px;
}

.corpo-gets {
    width: 100%;
    margin-bottom: 10px;
}

a img {
    border: none;
}

.wp-pagenavi .extend {
    border: 0px;
    margin: 0px;
    padding: 0px;
    background-color: #f8f8f8;
}

.pag-navi .wp-pagenavi .paginacao {
    height: 25px;
    clear: both;
    padding: 0px;
    margin: 0px;
}

#pag-navi .pag-navi .wp-pagenavi span,
#pag-navi .pag-navi .wp-pagenavi a {
    font-weight: bold;
    text-align: center;
    text-transform: none;
    position: relative;
    display: block;
    line-height: 23px;
    font-size: 16px;
    float: left;
    height: 29px;
    text-decoration: none;
    color: #000000;
    padding-right: 9px;
    padding-left: 9px;
    margin-right: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

#pag-navi .pag-navi .wp-pagenavi a:hover {
    background-color: #ff0000;
    color: #FFF;
    border-top-color: #4D8CC1;
    border-right-color: #4D8CC1;
    border-bottom-color: #4D8CC1;
    border-left-color: #4D8CC1;
}

#pag-navi .pag-navi .wp-pagenavi .pages {
    color: #F6F6F6;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 0px;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #fff;
    border-left-color: #fff;
    letter-spacing: -1px;
}

#pag-navi .pag-navi .wp-pagenavi .current,
#pag-navi .pag-navi .wp-pagenavi .current * {
    background-color: #ff0000;
    color: #FFF;
    font-weight: bold;
    border-color: #0271CD;
}

.titulo-dos-relacionados span {
    color: #222;
    font-weight: 800;
    font-family: Arial, "Segoe UI", sans-serif;
    text-transform: uppercase;
    font-size: 1.6em;
    padding-right: 10px;
    line-height: 40px;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #ff0000;
    height: 36px;
    float: left;
    letter-spacing: -1px;
}

.titulo-dos-relacionados i {
    color: #888;
    text-transform: none;
    font-weight: normal;
    font-size: 14px;
    font-style: normal;
    padding-left: 10px;
    letter-spacing: 1px;
    line-height: 50px;
}

.barra-relacionados {
    width: 100%;
    background: #FFFFFF;
    color: #000000;
    font-size: 15px;
    font-family: Arial, sans-serif;
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
}

.barra-relacionados ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 14px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.barra-relacionados ul li {
    width: 120px;
    height: 120px;
    flex-shrink: 1;
    position: relative;
    border: 2px solid #F2F2F2;
    border-radius: 5px;
}

.barra-relacionados ul li a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.barra-relacionados ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    transition: transform 0.3s;
}

.barra-relacionados ul li:hover {
    border-color: #ff0000;
}

.barra-relacionados ul li:hover .titulo {
    display: block;
}

.barra-relacionados .titulo {
    display: none;
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    background: #FFFFFF;
    border: 1px solid #ff0000;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 10;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}

.barra-relacionados .titulo::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #ff0000 transparent;
}

.barra-relacionados .titulo a {
    color: #222;
    font-weight: bolder;
    text-transform: uppercase;
    text-decoration: none;
}

.barra-relacionados .titulo a:hover {
    color: #ff0000;
    text-decoration: underline;
}

/* ═══════════════════════════════════════════════════════════════════════════
   ÁREA DO PAINEL — Design System Premium
   ═══════════════════════════════════════════════════════════════════════════ */

/* ── Auth Card (Login / Cadastro) ────────────────────────────────────────── */
.ap-auth-wrapper {
    max-width: 540px;
    margin: 30px auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.10), 0 4px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.ap-auth-header {
    background: #FF0000;
    padding: 36px 32px 28px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ap-auth-header::before {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.ap-auth-header::after {
    content: '';
    position: absolute;
    bottom: -60px;
    left: -30px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 50%;
}

.ap-auth-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin-bottom: 14px;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(4px);
    border: 2px solid rgba(255, 255, 255, 0.25);
}

.ap-auth-icon i {
    font-size: 26px;
    color: #fff;
}

.ap-auth-title {
    font-family: 'Anton', Arial, sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    margin: 0 0 6px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PAINEL FRONTEND — Variáveis e Estilos Comuns
   ═══════════════════════════════════════════════════════════════════════════ */
:root {
    --primary-red: #ff0000;
    --primary-blue: #0271CD;
    --text-dark: #222;
    --text-muted: #666;
    --bg-light: #f9f9f9;
    --border-color: #eee;
    --card-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

/* Gerenciar Conteúdo (page-gerenciar.php) */
.gerenciar-wrapper {
    background: #fff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: var(--card-shadow) !important;
    border: 1px solid var(--border-color) !important;
    margin-bottom: 20px !important;
}

.gerenciar-header {
    background: #fff;
    padding: 30px 30px 20px;
    border-bottom: 2px solid var(--bg-light);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.gerenciar-header .post-title {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.btn-voltar-painel {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: var(--bg-light);
    color: var(--text-dark);
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.2s;
    border: 1px solid var(--border-color);
    text-decoration: none;
}

.btn-voltar-painel:hover {
    background: var(--primary-blue);
    color: #fff;
    border-color: var(--primary-blue);
    text-decoration: none;
}

.gerenciar-content {
    padding: 30px;
}

.gerenciar-section {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-color);
}

.gerenciar-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.section-title {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.section-title i {
    color: var(--primary-blue);
}

/* ACF & Custom Field Overrides */
.gerenciar-content .acf-field {
    padding: 15px 0 !important;
    border-top: none !important;
}

.gerenciar-content .acf-label label {
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
    color: var(--text-dark) !important;
}

.gerenciar-content .acf-input input[type="text"],
.gerenciar-content .acf-input input[type="number"],
.gerenciar-content .acf-input input[type="date"],
.gerenciar-content .acf-input input[type="time"],
.gerenciar-content .acf-input select,
.gerenciar-content .acf-input textarea {
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    padding: 10px 12px !important;
    font-size: 15px !important;
    transition: 0.2s !important;
    box-shadow: none !important;
    background: #fff !important;
}

.gerenciar-content .acf-input input:focus {
    border-color: var(--primary-blue) !important;
    box-shadow: 0 0 0 3px rgba(2, 113, 205, 0.1) !important;
}

.gerenciar-content .acf-field .description {
    font-size: 13px !important;
    color: var(--text-muted) !important;
    font-style: normal !important;
    margin-top: 6px !important;
}

/* Select2 Custom Styling */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    min-height: 45px !important;
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
    padding-left: 12px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--primary-blue) !important;
    border: none !important;
    color: #fff !important;
    border-radius: 4px !important;
    padding: 4px 8px !important;
    margin-top: 7px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
    margin-right: 5px !important;
}

/* Submit Area */
.form-footer {
    background: var(--bg-light);
    padding: 25px 30px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-submit-gerenciar {
    background: var(--primary-red) !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 40px !important;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    box-shadow: 0 4px 10px rgba(255, 0, 0, 0.2) !important;
}

.btn-submit-gerenciar:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 0, 0, 0.3) !important;
    background: #d00000 !important;
}

@media (max-width: 768px) {
    .gerenciar-header {
        padding: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .gerenciar-content {
        padding: 20px;
    }

    .btn-submit-gerenciar {
        width: 100%;
    }
}



.ap-auth-subtitle {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    position: relative;
    z-index: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Abas */
.ap-auth-tabs {
    display: flex;
    background: #f8f8f8;
    border-bottom: 2px solid #eee;
}

.ap-auth-tab {
    flex: 1;
    padding: 16px 10px;
    border: none;
    background: transparent;
    font-family: Arial, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #999;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.ap-auth-tab::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #FF0000;
    transform: scaleX(0);
    transition: transform 0.25s ease;
    border-radius: 3px 3px 0 0;
}

.ap-auth-tab.ativo,
.ap-auth-tab:hover {
    color: #FF0000;
    background: #fff;
}

.ap-auth-tab.ativo::after {
    transform: scaleX(1);
}

/* Painéis */
.ap-auth-panel {
    display: none;
    padding: 30px 32px 28px;
    animation: ap-fade-in 0.25s ease;
}

.ap-auth-panel.ativo {
    display: block;
}

@keyframes ap-fade-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Campos do formulário */
.ap-auth-form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.ap-field-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ap-field-label {
    font-family: Arial, 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ap-field-label .req {
    color: #FF0000;
}

.ap-field-input {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    background: #fafafa;
    font-size: 15px;
    color: #222;
    font-family: Arial, 'Segoe UI', sans-serif;
    transition: all 0.22s ease;
    box-sizing: border-box;
}

.ap-field-input:focus {
    border-color: #FF0000;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(230, 0, 0, 0.08);
    outline: none;
}

.ap-field-input::placeholder {
    color: #bbb;
    font-size: 14px;
}

.ap-input-password {
    position: relative;
    display: flex;
    align-items: center;
}

.ap-input-password .ap-field-input {
    padding-right: 46px;
}

.ap-toggle-pass {
    position: absolute;
    right: 12px;
    background: none;
    border: none;
    cursor: pointer;
    color: #aaa;
    font-size: 16px;
    padding: 4px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
}

.ap-toggle-pass:hover {
    color: #FF0000;
}

/* Row lembrar / esqueceu */
.ap-field-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ap-check-label {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    user-select: none;
}

.ap-check-label input[type="checkbox"] {
    accent-color: #FF0000;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.ap-link-secundario {
    font-size: 13px;
    color: #FF0000;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}

.ap-link-secundario:hover {
    color: #b30000;
    text-decoration: underline;
}

/* Botão principal */
.ap-btn-primary {
    width: 100%;
    padding: 15px 20px;
    background: #FF0000;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 15px rgba(230, 0, 0, 0.3);
    margin-top: 4px;
}

.ap-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(230, 0, 0, 0.35);
    background: linear-gradient(135deg, #ff1a1a 0%, #cc0000 100%);
}

.ap-btn-primary:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(230, 0, 0, 0.2);
}

/* Alertas */
.ap-alert {
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 6px;
    animation: ap-fade-in 0.2s ease;
}

.ap-alert-erro {
    background: #fff0f0;
    color: #c0392b;
    border: 1px solid #f5c6cb;
}

.ap-alert-sucesso {
    background: #eafaf1;
    color: #1d8a4c;
    border: 1px solid #b7e4c7;
}

.ap-alert-info {
    background: #e8f4fd;
    color: #1a6fa8;
    border: 1px solid #bee5fd;
}

/* Textos de rodapé / links de troca de aba */
.ap-auth-footer-text {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 20px;
}

.ap-link-tab {
    background: none;
    border: none;
    color: #FF0000;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    padding: 0;
    text-decoration: none;
    font-family: inherit;
    transition: color 0.2s;
}

.ap-link-tab:hover {
    color: #b30000;
    text-decoration: underline;
}

.ap-link {
    color: #FF0000;
    font-weight: 700;
    text-decoration: none;
}

.ap-link:hover {
    text-decoration: underline;
}

/* Info cadastro */
.ap-cadastro-info {
    background: linear-gradient(135deg, #e8f7e8, #f0fff0);
    border: 1px solid #b7e4c7;
    color: #1a6b3a;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

/* Termos */
.ap-termos-texto {
    font-size: 12px;
    color: #888;
    text-align: center;
    margin: 0;
}

/* Indicador força de senha */
.ap-senha-forca {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 6px;
}

.ap-forca-barra {
    flex: 1;
    height: 5px;
    background: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.ap-forca-barra span {
    display: block;
    height: 100%;
    border-radius: 10px;
    transition: width 0.3s ease, background 0.3s ease;
    width: 0;
}

#ap-forca-label {
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}

/* ═══════════════════════════════════════════════════════════════════════════
   PAINEL FRONTEND — Dashboard Premium
   ═══════════════════════════════════════════════════════════════════════════ */

/* Barra superior do painel */
.painel-header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    border-radius: 14px;
    margin-bottom: 22px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

.painel-usuario-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.painel-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #FF0000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.painel-usuario-nome {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.painel-usuario-nome strong {
    color: #fff;
    font-size: 16px;
    display: block;
    font-weight: 900;
    margin-top: 2px;
}

.painel-header-acoes {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Abas do painel */
.nav-abas {
    display: flex;
    background: #f5f5f5;
    border-radius: 12px;
    padding: 5px;
    gap: 4px;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.nav-abas a {
    flex: 1;
    min-width: 80px;
    padding: 11px 14px;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-radius: 9px;
    transition: all 0.22s ease;
    text-align: center;
    white-space: nowrap;
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.nav-abas a i {
    font-size: 14px;
}

.nav-abas a:hover {
    color: #FF0000;
    background: rgba(230, 0, 0, 0.07);
}

.nav-abas a.ativo {
    color: #fff;
    background: #FF0000;
    box-shadow: 0 4px 12px rgba(230, 0, 0, 0.3);
    border-bottom: none;
}

/* Top do painel (título + botão adicionar) */
.painel-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
}

.painel-top h3 {
    margin: 0;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 900;
    color: #1a1a1a;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.painel-top h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #FF0000;
    border-radius: 4px;
}

/* Botão "Novo" */
.btn-novo {
    background: #FF0000;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 900;
    border-radius: 10px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.22s ease;
    border: 0;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(230, 0, 0, 0.25);
}

.btn-novo:hover {
    background: #FF0000;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(230, 0, 0, 0.35);
}

/* Botão Sair / Admin */
.btn-sair {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.85);
    padding: 7px 14px;
    font-size: 11px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.btn-sair:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

/* Dashboard */
.dashboard-welcome {
    margin-bottom: 30px;
    padding: 25px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eee;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.dashboard-welcome h2 {
    margin: 0;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 800;
}

.dashboard-welcome p {
    margin: 5px 0 0;
    color: #666;
    font-size: 16px;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.dashboard-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
    text-decoration: none;
    color: inherit;
}

.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.06);
    border-color: #ff000033;
}

.dashboard-card-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
}

.dashboard-card-info h4 {
    margin: 0;
    font-size: 13px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
}

.dashboard-card-info .count {
    font-size: 32px;
    font-weight: 900;
    color: #1a1a1a;
    line-height: 1.2;
}

.dashboard-actions {
    margin-top: 40px;
}

.dashboard-section-title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dashboard-section-title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #ff0000;
    border-radius: 4px;
}

.actions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.action-btn {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.action-btn:hover {
    border-color: #ff0000;
    background: #fff8f8;
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(255, 0, 0, 0.05);
}

.action-btn i {
    font-size: 32px;
    color: #ff0000;
}

.action-btn strong {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 800;
}

.action-btn p {
    margin: 0;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Artista Accordion */
.artista-accordion-item {
    border: 1px solid #eee;
    border-radius: 8px;
    background: #f9f9f9;
    margin-bottom: 15px;
    overflow: hidden;
}

.artista-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
    cursor: pointer;
    font-weight: 700;
    background: #f9f9f9;
}

.artista-accordion-header:hover {
    background: #f3f3f3;
}

.artista-accordion-title {
    font-size: 20px;
    color: #333;
    font-weight: 700;
}

.artista-accordion-meta {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.artista-accordion-toggle {
    font-size: 20px;
    line-height: 1;
    color: #E60000;
    font-weight: 700;
}

.artista-accordion-content {
    display: none;
    padding: 20px;
    border-top: 1px solid #eee;
    background: #fff;
}

.artista-accordion-item.aberto .artista-accordion-content {
    display: block;
}

.artista-accordion-item.aberto .artista-accordion-toggle {
    transform: rotate(45deg);
}

.artista-top-box {
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    margin-bottom: 15px;
}

.artista-accordion-content .acf-image-uploader .acf-actions a[data-name="edit"] {
    display: none !important;
}

@media (max-width: 768px) {
    .dashboard-grid {
        grid-template-columns: 1fr 1fr;
    }

    .actions-grid {
        grid-template-columns: 1fr;
    }
}

/* Filtros */
.painel-filtros {
    background: #f8f8f8 !important;
    padding: 16px !important;
    border-radius: 12px !important;
    margin-bottom: 20px !important;
    border: 1px solid #eee !important;
}

.filtros-form {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
}

.filtros-form input[type="text"],
.filtros-form select {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    outline: none;
    font-size: 14px;
}

.filtros-form input[type="text"]:focus,
.filtros-form select:focus {
    border-color: #ff0000;
}

/* Alertas */
.painel-alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 1px solid transparent;
}

.painel-alert.success {
    background: #e7f7e7;
    border-color: #b9e2b9;
    color: #256b25;
}

.painel-alert.error {
    background: #ffeaea;
    border-color: #f0b7b7;
    color: #a12626;
}

.painel-alert.warning {
    background: #fff3cd;
    border-color: #ffe69c;
    color: #856404;
}


/* Lista de itens */
.lista-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.item-lista {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-left: 4px solid #ddd;
    padding: 16px 20px;
    border-radius: 12px;
    transition: all 0.22s ease;
    gap: 12px;
}

.item-lista:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.07);
    border-color: #e0e0e0;
}

.item-lista.status-publish {
    border-left-color: #28a745;
}

.item-lista.status-pending {
    border-left-color: #ffc107;
}

.item-lista.status-future {
    border-left-color: #17a2b8;
}

.item-lista.status-draft {
    border-left-color: #aaa;
}

.item-info {
    flex: 1;
    min-width: 0;
}

.item-titulo {
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 6px;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-meta-row {
    font-size: 12px;
    color: #888;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.item-meta-row strong {
    color: #555;
}

.item-meta-row a {
    color: #777;
    text-decoration: none;
    font-weight: 600;
}

.item-meta-row a:hover {
    color: #FF0000;
    text-decoration: underline;
}

/* Badges de status */
.badge {
    font-size: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.badge-publish {
    background: #eafaf1;
    color: #1d8348;
    border: 1px solid #b7e4c7;
}

.badge-pending {
    background: #fef9e7;
    color: #9a7d0a;
    border: 1px solid #f9e79f;
}

.badge-draft {
    background: #f0f0f0;
    color: #666;
    border: 1px solid #ddd;
}

.badge-future {
    background: #e8f8fd;
    color: #1a6b7a;
    border: 1px solid #a9dfe8;
}

/* Botões de ação */
.item-acoes {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
}

.btn-acao-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid transparent;
}

.btn-ver {
    background: #f0f7ff;
    color: #1a6fa8;
    border-color: #bee3f8;
}

.btn-ver:hover {
    background: #1a6fa8;
    color: #fff;
}

.btn-publicar {
    background: #eafaf1;
    color: #1d8348;
    border-color: #b7e4c7;
}

.btn-publicar:hover {
    background: #1d8348;
    color: #fff;
}

.btn-editar {
    background: #f8f8f8;
    color: #444;
    border-color: #e0e0e0;
}

.btn-editar:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

.btn-excluir {
    background: #fff0f0;
    color: #c0392b;
    border-color: #f5c6cb;
}

.btn-excluir:hover {
    background: #c0392b;
    color: #fff;
    border-color: #c0392b;
}

/* Paginação */
.paginacao-painel {
    margin-top: 28px;
    text-align: center;
}

.paginacao-painel .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    margin: 0 2px;
    background: #f0f0f0;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 800;
    font-size: 13px;
    border: 1px solid #e0e0e0;
    transition: all 0.2s;
}

.paginacao-painel .page-numbers.current {
    background: #FF0000;
    color: #fff;
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(230, 0, 0, 0.25);
}

.paginacao-painel .page-numbers:hover:not(.current) {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* Estado vazio */
.painel-empty-state {
    background: #fafafa;
    padding: 50px 30px;
    text-align: center;
    border: 2px dashed #e8e8e8;
    border-radius: 16px;
}

.painel-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
    opacity: 0.35;
}

.painel-empty-state p {
    color: #888;
    font-size: 15px;
    margin-bottom: 16px;
}

/* Botão limpar filtros */
.btn-limpar {
    background: #f5f5f5;
    color: #555;
    padding: 9px 16px;
    font-size: 12px;
    border-radius: 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    border: 1px solid #ddd;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.btn-limpar:hover {
    background: #222;
    color: #fff;
    border-color: #222;
}

/* Gerenciar Frontend */

.acf-label label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #222;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.acf-field .acf-label label {
    font-weight: bold;
}

.acf-input input[type="text"],
.acf-input input[type="number"],
.acf-input input[type="email"],
.acf-input textarea,
.acf-input select {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    color: #222;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    transition: all 0.3s ease;
}

.acf-input input:focus,
.acf-input textarea:focus,
.acf-input select:focus {
    border-color: #FF0000;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(230, 0, 0, 0.2);
}

.acf-form-submit input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
    background: #FF0000;
    border-color: #FF0000;
    color: #fff;
    font-weight: 600;
    text-shadow: none;
    margin-top: 10px;
    text-transform: none;
}

.acf-form-submit input[type="submit"]:hover {
    background: #b30000;
    border-color: #b30000;
}

.acf-button.button {
    background: #222;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    text-shadow: none;
    box-shadow: none;
}

.acf-button.button:hover {
    background: #555;
    color: #fff;
}

.btn-voltar {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-voltar:hover {
    color: #FF0000;
}

.acf-field {
    margin-bottom: 25px;
    border: none;
}

.acf-field[data-name="total_de_plays"],
.acf-field[data-name="plays"],
.acf-field[data-name="total_de_downloads"],
.acf-field[data-name="downloads"] {
    display: none !important;
}

.ap-tags-field {
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    background: #fff;
    padding: 8px;
}

.ap-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 8px;
}

.ap-tag-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f1f1f1;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 13px;
    line-height: 1;
}

.ap-tag-remove {
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    padding: 0;
}

.ap-tags-input {
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 6px 2px;
    font-size: 14px;
    background: transparent;
}

.ap-tags-input::placeholder {
    color: #888;
}

.select2-container {
    width: 100% !important;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-height: 45px;
    padding: 5px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #FF0000;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px rgba(230, 0, 0, 0.2);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #FF0000;
    border: 1px solid #b30000;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    margin-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}

/* ===== ACF BASIC UPLOADER - ESTILO WP ===== */
.acf-file-uploader {
    border: 2px dashed #c3c4c7;
    padding: 20px;
    border-radius: 6px;
    background: #f6f7f7;
    text-align: center;
    transition: .2s;
}

.acf-file-uploader:hover {
    border-color: #2271b1;
    background: #f0f6fc;
}

.acf-file-uploader .acf-file-icon {
    display: none;
}

.acf-file-uploader .acf-file-name {
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.acf-file-uploader .acf-button {
    background: #2271b1;
    border: none;
    color: #fff;
    padding: 8px 14px;
    border-radius: 4px;
    font-size: 13px;
    cursor: pointer;
}

.acf-file-uploader .acf-button:hover {
    background: #135e96;
}

.acf-file-uploader .acf-file-remove {
    color: #b32d2e;
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
}

@media screen and (max-width: 1240px) {
    .topo {
        flex-wrap: wrap;
        padding: 10px;
        justify-content: space-between;
        height: auto;
        animation: none;
        gap: 10px;
    }

    .logo-link {
        order: 1;
        flex-grow: 1;
    }

    .logo-texto {
        font-size: 36px;
    }

    .logo-topo {
        width: 100px;
        height: 100px;
        background-position: left center;
        background-size: contain;
        animation: none;
        transform: none;
    }

    .login-area {
        order: 2;
        gap: 5px;
    }

    .search {
        order: 3;
        width: 100%;
        max-width: 100%;
        margin-top: 5px;
    }

    .search form div {
        height: 45px;
    }

    .txt-search {
        font-size: 22px;
    }

    .resultados-busca {
        top: 50px;
        max-height: 400px;
        border-radius: 6px;
    }

    .resultados-busca div a {
        font-size: 18px;
    }

    .resultados-busca .titulo-resultado-busca {
        font-size: 14px;
        padding: 8px 10px;
    }

    .resultados-busca .resultado-item.artista,
    .resultados-busca .resultado-item.album,
    .resultados-busca .resultado-item.noticia {
        padding: 12px 18px;
        font-size: 18px;
    }

    .resultados-busca .resultado-item.musica {
        padding: 12px 18px;
        margin-left: 12px;
        padding-left: 28px;
        font-size: 18px;
    }

    .resultados-busca .resultado-item.musica::before {
        left: 12px;
        width: 2px;
    }

    .resultados-busca .resultado-item.musica::after {
        left: 12px;
        width: 10px;
        height: 2px;
    }

    .resultados-busca .resultado-item.sem-resultados {
        padding: 16px;
        font-size: 18px;
    }


    .menu-wrapper {
        position: relative;
        display: flex;
        align-items: center;
    }

    .btn-hamburguer {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 5px 0;
        height: auto;
        font-family: Arial, sans-serif;
        font-size: 26px;
        font-weight: 900;
        color: #222;
        line-height: 1;
        cursor: pointer;
    }

    .btn-hamburguer i {
        font-size: 28px;
        color: #222;
    }

    #header-menu-area {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        right: 0;
        margin-top: 10px;
        background-color: #fff;
        width: 250px;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        padding: 0;
        z-index: 9999;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .menu-control-box:checked~#header-menu-area {
        display: flex;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: 998;
    }

    .menu-control-box:checked~.menu-overlay {
        display: block;
    }

    .menu-lista {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .menu-lista li {
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
    }

    .menu-lista li a {
        display: block;
        padding: 14px 0;
        font-size: 24px;
        color: #222;
        font-weight: bold;
        text-align: center;
    }

    .menu-lista li a:hover {
        background-color: #f9f9f9;
        color: #0271CD;
    }

    .menu-lista li.mobile-only {
        display: none;
    }

    .btn-topo.btn-entrar {
        margin: 15px auto;
        width: 80%;
        display: flex;
        justify-content: center;
        font-size: 24px;
        height: 40px;
        border-radius: 8px;
    }

    .search {
        order: 3;
        width: 100%;
        margin: 0;
    }
}

@media screen and (min-width: 769px) and (max-width: 1240px) {
    #sticky {
        flex-direction: column;
    }

    #conteudo-esquerdo {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        margin: 0 0 30px 0;
    }

    #conteudo-direito {
        flex: 1 1 100%;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .painel-header-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding: 20px;
    }

    .painel-usuario-info {
        flex-direction: column;
        text-align: center;
    }

    .painel-header-acoes {
        width: 100%;
        justify-content: center;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
    }

    .nav-abas {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }

    .nav-abas a {
        min-width: 0;
        padding: 12px 8px;
        font-size: 10px;
    }

    .painel-filtros form {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .painel-filtros form input,
    .painel-filtros form select,
    .painel-filtros form button,
    .painel-filtros form .btn-limpar {
        width: 100% !important;
        justify-content: center;
    }

    .painel-top {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .painel-top h3 {
        justify-content: center;
        font-size: 15px;
    }

    .painel-top .btn-novo {
        width: 100%;
        justify-content: center;
        padding: 12px;
    }

    .item-lista {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        padding: 15px;
    }

    .item-info {
        text-align: center;
    }

    .item-titulo {
        white-space: normal;
        font-size: 14px;
    }

    .item-meta-row {
        justify-content: center;
    }

    .item-acoes {
        width: 100%;
        justify-content: center;
        border-top: 1px solid #f0f0f0;
        padding-top: 12px;
        flex-wrap: wrap;
    }

    .btn-acao-icon {
        flex: 1;
        min-width: 40px;
    }

    .hero-slider-pack {
        border-radius: 12px;
        margin: 20px 0 15px;
    }

    .hero-slider-pack__slide {
        flex-direction: column;
        justify-content: center;
        padding: 18px 18px;
        gap: 6px;
    }

    .hero-slider-pack__content {
        max-width: 100%;
        text-align: center;
    }

    .hero-slider-pack__title {
        font-size: 26px;
        line-height: 1.1;
    }

    .hero-slider-pack__subtitle {
        font-size: 16px;
        line-height: 1.3;
    }

    .hero-slider-pack__btn {
        width: 50%;
        min-width: unset;
        padding: 10px 16px;
        font-size: 14px;
        justify-content: center;
    }

    .hero-slider-pack__dots {
        left: 50%;
        transform: translateX(-50%);
        bottom: 6px;
    }

    .hero-slider-pack__dot {
        width: 8px;
        height: 8px;
    }

    .hero-slider-pack__slide::after {
        font-size: 32px;
        right: 12px;
        bottom: 6px;
    }

    .anuncio-topo {
        max-height: 90px;
        width: auto;
        border: 1px solid #ccc;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }

    .vibe-container {
        padding: 15px;
        margin: 14px 0;
        border-radius: 16px;
    }

    .vibe-titulo {
        margin-bottom: 10px;
    }

    .vibe-titulo::after {
        font-size: 18px;
        line-height: 1.15;
        margin-top: 4px;
    }

    .vibe-mobile {
        display: block;
    }

    .vibe-scroll {
        display: none;
    }

    .vibe-dropdown {
        width: 100%;
        min-height: 48px;
        padding: 12px 14px;
        font-size: 15px;
        font-weight: 700;
        color: #0056b3;
        background: #f4f8ff;
        border: 1px solid #cddaea;
        border-radius: 12px;
        outline: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    #destaque {
        width: auto;
        max-width: 100%;
        margin: 10px 30px;
    }

    #conteudo-topo {
        width: 100%;
        float: left;
        display: block;
    }

    .nome-horizontal span {
        font-size: 2rem;
    }

    .nome-horizontal i {
        font-size: 1.2rem;
    }

    .nome-horizontal a {
        font-size: 1.2rem;
    }

    .horizontal-videos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        font-size: 4vw;
        margin: 0 auto;
        max-width: 100%;
        padding: 0 10px;
    }

    .descricao-taxonomia-texto {
        font-size: 18px;
    }

    .lista-noticias-wrapper {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .item-lista-noticia {
        min-height: 120px;
    }

    .titulo-lista {
        font-size: 24px;
    }

    .resumo-lista {
        font-size: 18px;
    }

    #conteudo {
        width: auto;
        margin: auto;
        padding: 10px;
        display: grid;
    }

    #sticky {
        display: block;
    }

    #conteudo-esquerdo,
    #conteudo-direito {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    #conteudo-rodape {
        width: 100%;
        float: left;
        display: block;
    }

    .nome-conteudo-esquerdo span {
        font-size: 2rem;
    }

    .nome-conteudo-esquerdo i:not(.fa) {
        font-size: 1.2rem;
    }

    .descricao-taxonomia-wrapper .conteudo-interno-spotify {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
    }

    .descricao-taxonomia-wrapper .descricao-taxonomia-texto {
        width: 100%;
        align-items: center;
    }

    .descricao-taxonomia-wrapper .descricao-taxonomia-texto h1 {
        font-size: 2.2rem;
    }

    .descricao-taxonomia-wrapper .menu-artista-interno ul {
        justify-content: center;
        gap: 25px;
        font-size: 14px;
        flex-wrap: wrap;
    }

    .descricao-taxonomia-wrapper .descricao-taxonomia-imagem img {
        width: 160px;
        height: 160px;
        margin-bottom: 15px;
    }

    .grid-posts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        align-content: start;
        grid-auto-rows: min-content;
    }

    .post .overlay {
        opacity: 1;
        background: transparent;
    }

    .post .overlay .badge-formato-overlay {
        font-size: 2.5vw;
    }


    .post .overlay .post-stats-overlay {
        font-size: 2.5vw;
    }

    .post .overlay .post-stats-overlay i {
        font-size: 2.3vw;
        opacity: 0.9;
    }

    .post .overlay .btn-play {
        width: 80px;
        height: 80px;
        font-size: 26px;
    }

    .post .overlay .btn-play:hover {
        transform: none;
        background: rgba(255, 0, 0, 0.75);
    }

    .post .overlay .btn-add-playlist {
        right: 80px;
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .post .overlay .btn-add-playlist:hover {
        transform: none;
        background: rgba(255, 0, 0, 0.75);
    }

    .post .overlay .btn-download-overlay {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }

    .post .overlay .btn-download-overlay:hover {
        transform: none;
        background: rgba(255, 0, 0, 0.75);
    }

    .post .post-content .post-title a {
        font-size: 1.5rem;
    }

    .post .post-content .artista {
        font-size: 1.3rem;
    }

    .post-individual h2 {
        font-size: 1.6rem;
    }

    .post-individual h3 {
        font-size: 1.4rem;
    }

    .post-individual h4 {
        font-size: 1.3rem;
    }

    .post-individual h5 {
        font-size: 1.2rem;
    }

    .post-individual p {
        font-size: 1.2rem;
    }

    .post-individual .post-title {
        font-size: 1.4rem;
    }

    .post-individual .post-image .play-icon {
        font-size: 3vw;
    }

    .post-individual .post-content {
        font-size: 1.2em;
    }

    .post-individual .post-info button.baixar span {
        font-size: 1.2rem;
        transform: scale(1, 1.6);
        -webkit-transform: scale(1, 1.6);
        -moz-transform: scale(1, 1.6);
        -ms-transform: scale(1, 1.6);
        -o-transform: scale(1, 1.6);
        margin-top: 2px;
    }

    .post-individual .post-info .numero-estatistica {
        font-size: 1.2rem;
    }

    .post-individual .post-info .rotulo-estatistica {
        font-size: 1.2rem;
    }

    .barra-relacionados ul li:nth-child(n+5) {
        display: none;
    }

    #select-lateral-1,
    #select-lateral-2 {
        width: 100%;
        height: 40px;
        background-color: #ff0000;
        border-radius: 3px;
        position: relative;
        cursor: pointer;
        text-align: center;
        margin: 0 0 10px 0;
    }

    #select-lateral-1 {
        z-index: 9997;
    }

    #select-lateral-2 {
        z-index: 9996;
    }

    #select-lateral-1 input[type="checkbox"],
    #select-lateral-2 input[type="checkbox"] {
        display: none;
    }

    #select-lateral-1 .select-placeholder,
    #select-lateral-2 .select-placeholder {
        display: block;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 40px;
        cursor: pointer;
    }

    #select-lateral-1 .select-options,
    #select-lateral-2 .select-options {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        max-height: 320px;
        overflow-y: auto;
        background-color: #0271CD;
        border-radius: 3px;
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 9998;
    }

    #select-lateral-1 input[type="checkbox"]:checked+.select-placeholder+.select-options,
    #select-lateral-2 input[type="checkbox"]:checked+.select-placeholder+.select-options {
        display: block;
    }

    #select-lateral-1 .select-options li,
    #select-lateral-2 .select-options li {
        border-bottom: 1px solid #ffffff;
    }

    #select-lateral-1 .select-options li a,
    #select-lateral-2 .select-options li a {
        display: block;
        padding: 12px;
        color: #ffffff;
        text-decoration: none;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

    #select-lateral-1 .select-options li a:hover,
    #select-lateral-2 .select-options li a:hover {
        background-color: #005bb5;
    }

    #select-lateral-1 .select-options::-webkit-scrollbar,
    #select-lateral-2 .select-options::-webkit-scrollbar {
        width: 8px;
    }

    #select-lateral-1 .select-options::-webkit-scrollbar-thumb,
    #select-lateral-2 .select-options::-webkit-scrollbar-thumb {
        background-color: #ff0000;
        border-radius: 6px;
    }

    #select-lateral-1 .select-options::-webkit-scrollbar-thumb:hover,
    #select-lateral-2 .select-options::-webkit-scrollbar-thumb:hover {
        background-color: #cc0000;
    }

    .top-artistas-container .top-artistas-carousel {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .top-artistas-container .top-artistas-carousel .artista {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .top-artistas-container .top-artistas-carousel .foto-artista {
        width: 160px;
        height: 160px;
        border: 4px solid #ff0000;
        margin-bottom: 10px;
        object-fit: cover;
    }

    .top-artistas-container .title {
        font-size: 16px;
        font-weight: bold;
        max-width: 100%;
        width: 100%;
    }

    .top-artistas-container .top-artistas-carousel .artista-name {
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

    .top-artistas-container .title a {
        font-size: 20px;
    }

    .top-artistas-container .top-artistas-carousel .btn-seguir {
        width: 100%;
        font-size: 16px;
        padding: 8px 0;
        text-align: center;
    }

    .top-musicas .info strong {
        font-size: 1.5rem;
    }

    .top-musicas .info span {
        font-size: 1.5rem;
    }

    .top-musicas .plays {
        font-size: 1.2rem;
        font-weight: bold;
        color: #0271CD;
        text-align: right;
        white-space: nowrap;
    }

    #gets-titulo {
        font-size: 2rem;
    }

    #gets-titulo i {
        font-size: 1.2rem;
    }

    .corpo-gets {
        margin-bottom: 10px;
        display: inline;
        text-align: center;
    }

    #rodape {
        width: 620px;
        margin: auto;
        padding: 10px 5px;
    }

    #rodape p {
        font-size: 14px;
        color: #fff;
        padding-top: 90px;
        font-family: Arial, sans-serif;
        text-align: center
    }

    #footerresdes {
        width: 220px;
        height: 50px;
        float: right;
        margin-right: 198px;
        padding-top: 20px;
    }
}