/* Current Joomla pagination inside the historic Phoca Gallery layout. */
#phocagallery form > .pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    overflow: visible;
    padding: 10px 0;
}

#phocagallery form > .pagination select {
    width: auto;
    height: 26px;
    margin: 0 8px 0 0;
    padding: 2px 24px 2px 6px;
    color: #333;
    background-color: #fff;
    border: 1px solid #8c8c8c;
    font: 11px/20px Arial, Tahoma, sans-serif;
}

#phocagallery form > .pagination > .counter {
    margin: 0 0 0 auto;
    color: #9f6f5a;
    white-space: nowrap;
}

#phocagallery .pagination__wrapper {
    clear: both;
    width: 100%;
    overflow-x: auto;
}

#phocagallery .pagination__wrapper ul.pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin: 4px 0 0;
    padding: 0;
    overflow: visible;
    list-style: none;
}

#phocagallery .pagination__wrapper .page-item {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    line-height: 1;
}

#phocagallery .pagination__wrapper .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    padding: 0 8px;
    color: #247969;
    background: #000;
    border: 1px solid #247969;
    border-radius: 4px;
    font: 700 12px/1 Arial, Tahoma, sans-serif;
    text-decoration: none;
}

#phocagallery .pagination__wrapper a.page-link:hover,
#phocagallery .pagination__wrapper a.page-link:focus-visible,
#phocagallery .pagination__wrapper .active > .page-link {
    color: #fff;
    background: #247969;
}

#phocagallery .pagination__wrapper .disabled > .page-link {
    color: #777;
    background: #181818;
    border-color: #555;
    opacity: .6;
}

#phocagallery .pagination__wrapper [class^='icon-'],
#phocagallery .pagination__wrapper [class*=' icon-'] {
    width: 1em;
    color: inherit;
    text-align: center;
}

@media (max-width: 600px) {
    #phocagallery form > .pagination > .counter { width: 100%; margin-left: 0; }
    #phocagallery .pagination__wrapper .page-link { min-width: 32px; height: 32px; }
}
