.custom-pagination {
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
    background-color: transparent;
    margin: 0;
    align-items: center;
    margin-bottom: 15px;
}


.custom-pagination li {
    margin: 0 5px;
}

.custom-pagination a,
.custom-pagination .current {
    color: #ffffff;
    padding: 8px 12px;
    text-decoration: none;
    border-radius: 100px;
    background-color: #4e19d1;
    transition: all 0.3s ease;
    font-weight: bold;
}

.custom-pagination a:hover {
    background-color: #ffffff99;
    color: #4e19d1;
}

.custom-pagination .current {
    color: #4e19d1;
    background-color: #ffffff;
    pointer-events: none;
}

ol, ul {
    box-sizing: border-box;
    display: contents;
    list-style-type: none;
    align-items: center;
}

form {
    margin-bottom: 20px;
    margin-top: 80px;
}

form input[type="text"],
form select {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

form button {
    padding: 10px 20px;
    background-color: #4e19d1;
    color: #fff;
    border: none;
    cursor: pointer;
}
.botao-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.botao-link:hover {
    opacity: 0.8;
}
/* Tamanhos fixos para os anúncios */
.anuncio-banner {
            overflow: hidden;   
            margin: 15px;
            background-color: #fff;
            width: auto;
            max-width: 475px;
            border-radius: 10px;
            margin-right: 0;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
}

.anuncio-horizontal {
            overflow: hidden;   
            margin: 15px;
            background-color: #fff;
            width: auto;
            max-width: 475px;
            border-radius: 10px;
            margin-right: 0;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
}

.anuncio-inicio {
            overflow: hidden;   
            margin: 15px;
            background-color: #fff;
            width: auto;
            max-width: 475px;
            border-radius: 10px;
            margin-right: 0;
            height: auto;
            display: flex;
            justify-content: center;
            align-items: center;
}
.favicon-icon {
    width: 14px !important; /* Força o tamanho */
    height: 14px !important;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block; /* Garante que o ícone não se estique */
}
