/* styles customizados de list_posts.php */
.pagination .page-link {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.pagination .page-item.disabled .page-link {
    display: none;
    background-color: #fff;
    border-color: #fff;
    color: #fff;
}
.pagination .page-item.active .page-link {
    background-color:rgb(231, 231, 231);
    border-color: #fff;
    color: #000;
}
.unselectable-text {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    pointer-events: none;
    display: inline-block;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
html, body {
    height: 100%;
    min-height: 100vh;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-container {
    flex: 1 0 auto;
    min-height: 60vh; /* ajuste conforme */
    display: flex;
    flex-direction: column;
}
footer {
    flex-shrink: 0;
}
.btn-float-suggestion-container {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vote-toast-zindex {
  z-index: 1100;
}
.footer-minheight { min-height: 9vh; }
.footer-absolute { position: absolute; left: 0px; right: 0px; }
