.penci-header-slogan {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* Permite que o texto e as bandeiras quebrem a linha se necessário */
}

.pennews-topbar-flags {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    vertical-align: middle;
    margin-left: 10px; /* Espaçamento entre o texto do slogan e as bandeiras */
}

.pennews-topbar-flags img {
    width: 20px !important;
    height: 20px !important;
    min-width: 20px;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    transition: transform 0.2s;
}

.pennews-topbar-flags img:hover {
    transform: scale(1.2);
}
