.wpum-tab-container {

    display: inline-block;
    position: absolute;
    right: 5px;
    top: 48px;
    z-index: 5;
}
.wpum-tab-container-logged {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 48px;
    z-index: 5;
}
.wpum-tab-container-unlogged {
    display: inline-block;
    position: absolute;
    right: 50px;
    top: 30px;
    z-index: 5;
}
.wpum-tab-toggle img {
    width: 20px;
}

.wpum-tab-toggle {
    height: 30px;
    background: #333;
    color: #fff;
    //padding: 8px 15px;
    padding: 0px 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
}

.wpum-tab-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    padding: 10px;
    z-index: 9999;
    min-width: 200px;
}

.wpum-tab-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wpum-tab-content li {
    margin: 5px 0;
}

.wpum-tab-content a {
    text-decoration: none;
    color: #333;
}

.wpum-tab-container:hover .wpum-tab-content {
    display: block;
}

/* Oculta em telas pequenas */
@media (max-width: 768px) {
    .wpum-tab-container, .wpum-tab-container-logged, .wpum-tab-container-unlogged{
        display: none;
    }
    
}

.wpum-tab-container:hover .wpum-tab-content,
.wpum-tab-toggle:hover + .wpum-tab-content,
.wpum-tab-content:hover {
  display: block;
}

.wpum-tab-container-logged:hover .wpum-tab-content,
.wpum-tab-toggle:hover + .wpum-tab-content,
.wpum-tab-content:hover {
  display: block;
}
            .moldura-arredondada {
  border: 1px solid #ccc;         /* Moldura cinza */
  border-radius: 21px;             /* Cantos arredondados */
  padding: 6px 20px;              /* Espaço interno */
  text-decoration: none;          /* Remove sublinhado */
  display: inline-block;          /* Permite padding e borda corretos */
  transition: all 0.2s ease;      /* Animação suave */
  height: 42px;
}
.moldura-arredondada:hover {
  border-color: #888;             /* Cor da borda no hover */
  background-color: #f5f5f5;      /* Cor de fundo no hover */
}

.wpum-tab-container-unlogged {
    display: inline-block;
    position: absolute;
    right: 75px;
    top: 4px;
    z-index: 5;
    
}

