.wall-head { text-align:center; padding:2rem 1rem; border-bottom:2px solid #d4af37; margin-bottom:2rem; }
    .wall-head h2 { font-size:2rem; color:#1a1a2e; margin-bottom:0.5rem; }
    .wall-head p { color:#555; }

    .wall-filters { display:flex; flex-wrap:wrap; gap:0.75rem; justify-content:center; margin-bottom:2rem; }
    .wall-filters input, .wall-filters select {
        padding:0.55rem 0.8rem; border:1px solid #ccc; border-radius:4px;
        font-family:Georgia, serif; font-size:0.95rem;
    }

    .dedications-grid { display:grid; grid-template-columns:repeat(auto-fill, minmax(220px,1fr)); gap:1.5rem; }

    .pagination-wrap { margin-top:2.5rem; text-align:center; }
    .pagination-wrap a, .pagination-wrap span {
        display:inline-block; padding:0.4rem 0.75rem; margin:0 0.15rem;
        border:1px solid #ddd; border-radius:4px; color:#1a1a2e; text-decoration:none;
    }
    .pagination-wrap .active span { background:#d4af37; border-color:#d4af37; }

    .empty-state { text-align:center; color:#888; padding:3rem; font-size:1.1rem; }
