/*
Theme Name: WP Apróhirdetés Sablon
Theme URI:  https://example.com/wp-aprohirdetes-sablon
Author:      ChatGPT
Author URI:  https://chat.openai.com/
Description: Apróhirdetés / eladós dolgok sablon. Tartalmaz 'hirdetes' egyéni bejegyzéstípust, listázó és részletező sablonokat.
Version:     1.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-aprohirdetes
Tags: custom-post-type, responsive-layout, featured-image, custom-fields
*/
body { font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial; margin:0; padding:0; color:#222; background:#fafafa; }
.container { max-width:1100px; margin:0 auto; padding:24px; }
.header { display:flex; align-items:center; justify-content:space-between; gap:12px; padding:20px 0; }
.header .site-title { font-weight:700; font-size:20px; }
.search-form { margin-left:auto; }
.grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:16px; margin:18px 0; }
.card { background:white; border:1px solid #eee; border-radius:10px; overflow:hidden; box-shadow:0 2px 6px rgba(0,0,0,0.03); }
.card .thumb { height:160px; display:block; object-fit:cover; width:100%; background:#f6f6f6; }
.card .body { padding:12px; }
.card h3{ margin:0 0 8px 0; font-size:18px; }
.price { font-weight:700; color:#0073aa; margin-top:6px; }
.meta { font-size:13px; color:#666; margin-top:8px; }
.single .content { background:white; padding:18px; border-radius:8px; border:1px solid #eee; }
.form-row { margin-bottom:12px; }
.label { display:block; margin-bottom:6px; font-weight:600; }
.btn { display:inline-block; padding:10px 14px; border-radius:8px; text-decoration:none; background:#0073aa; color:white; border:none; cursor:pointer; }
@media (max-width:720px) { .header { flex-direction:column; align-items:flex-start } }
