/*
Theme Name: HelpConnect USA - GeneratePress Child
Theme URI: https://www.helpconnectusa.com/
Description: Custom child theme for HelpConnect USA with Tailwind CSS integration.
Author: HelpConnect USA
Author URI: https://www.helpconnectusa.com/
Template: generatepress
Version: 1.0.0
Text Domain: hcur-theme
*/

/* Tailwind will be injected here via the build process or enqueued separately */
.site-main{
  padding:8px;
}
.entry-header{
  display:none;
}
/* Professional Horizontal Pagination */
.hcur-pagination-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.hcur-pagination-wrapper .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 0.5rem;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    font-size: 0.875rem;
    font-weight: 800;
    color: #475569;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.hcur-pagination-wrapper .page-numbers:hover {
    background: #f8fafc;
    border-color: #cbd5e1;
    color: #0f172a;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.hcur-pagination-wrapper .page-numbers.current {
    background: #1e293b;
    border-color: #1e293b;
    color: white;
}

.hcur-pagination-wrapper .page-numbers.dots {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    cursor: default;
}

.hcur-pagination-wrapper .prev,
.hcur-pagination-wrapper .next {
    background: white;
}

.hcur-pagination-wrapper .prev:hover,
.hcur-pagination-wrapper .next:hover {
    border-color: #2563eb;
    color: #2563eb;
}
