/*
Theme Name: Hook-Up (Demo)
Description: Demo dating platform theme for West Africa (Hook-Up)
Author: Hook-Up Demo
Version: 1.1
*/
body{font-family: Arial, sans-serif;margin:0;padding:0;background:#f6f6f6}
.header{background:#ffffff;padding:16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px rgba(0,0,0,0.05)}
.header .logo{height:48px}
.container{max-width:1100px;margin:24px auto;padding:0 16px}
.card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 6px 18px rgba(0,0,0,0.04);margin-bottom:16px}
.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.profile-card img{width:100%;height:260px;object-fit:cover;border-radius:8px}
