/*
Theme Name: 168 Property
Theme URI: https://168property.my
Description: Custom theme for 168property.my real estate platform
Author: 168property.my
Version: 2.0.0
License: Private
Text Domain: rp168-theme
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
    background: #f4f6f9;
    color: #1a2332;
}

#rp168-page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#rp168-main {
    flex: 1;
    width: 100%;
}

#rp168-footer {
    background: #1a2332;
    color: rgba(255,255,255,0.5);
    text-align: center;
    padding: 16px;
    font-size: 0.82rem;
}

#rp168-footer a { color: rgba(255,255,255,0.7); }
#rp168-footer a:hover { color: #fff; }
