/*
Theme Name: CormackCoreWeb 2.0 theme
Author: Charlie G - Cormack Advertising
Version: 2.0
Description: Client - site name
*/

/* === Properties filter page (client-test layout) === */
body.properties-test-body {
    background: #000;
    color: #fff;
    margin: 0;
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
}
body.properties-test-body main.properties-page {
    background: #000;
    min-height: 100vh;
}

.properties-test-shell {
    max-width: 1600px;
    margin: 0 auto;
    padding: 32px 33px 48px;
    box-sizing: border-box;
}

.properties-test-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    background: black;
    margin: 0 0 36px;
}
.properties-test-logo { display: flex; align-items: center; }
.properties-test-logo img {
    height: 48px;
    width: auto;
    display: block;
}

/* Strip the inner plugin padding so spacing is owned by the shell */
.properties-test-shell .mira-properties { padding: 0; }
.properties-test-shell .mira-properties .mira-inner { max-width: none; }

.properties-test-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 6px 28px;
    font-size: 13px;
    color: #f4f4f4;
    text-align: right;
    font-weight: 300;
    letter-spacing: 0.02em;
}
.properties-test-meta strong {
    color: #ffffff;
    font-weight: 500;
    margin-right: 4px;
}

.properties-test-copyright {
    margin-top: 40px;
    padding-top: 18px;
    text-align: right;
    font-size: 12px;
    background: black;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #9b9b9b;
}
.properties-test-copyright,
.properties-test-copyright a { font-size: 12px; }
.properties-test-copyright a {
    color: #f4f4f4;
    text-decoration: none;
    transition: color 0.15s ease;
}
.properties-test-copyright a:hover { color: #fff; }

@media (max-width: 700px) {
    .properties-test-shell { padding: 20px 18px 32px; }
    .properties-test-header { flex-direction: column; align-items: flex-start; gap: 16px; }
    .properties-test-meta { justify-content: flex-start; text-align: left; gap: 4px 16px; font-size: 12px; }
    .properties-test-logo img { height: 36px; }
    .properties-test-copyright { text-align: left; }
}
