/*
Theme Name: Aidan Campbell Property
Theme URI: https://aidancampbell.ie/
Author: Ian McClay
Description: A responsive, post-led property theme created for Aidan Campbell M.I.P.A.V. Existing WordPress posts become prominent property cards and individual listing pages without requiring a content migration.
Version: 1.0.2
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aidan-campbell-property
Tags: blog, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, wide-blocks
*/

:root {
    --ac-ink: #17211d;
    --ac-muted: #64716a;
    --ac-paper: #ffffff;
    --ac-soft: #f2f4f1;
    --ac-line: #dfe5e0;
    --ac-accent: #9a6a2f;
    --ac-accent-dark: #785022;
    --ac-green: #234b3b;
    --ac-green-dark: #18372b;
    --ac-radius: 18px;
    --ac-shadow: 0 18px 50px rgba(23, 33, 29, 0.10);
    --ac-content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ac-ink);
    background: var(--ac-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: var(--ac-green); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover { color: var(--ac-accent-dark); }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.screen-reader-text {
    border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%);
    height: 1px; margin: -1px; overflow: hidden; padding: 0;
    position: absolute !important; width: 1px; word-wrap: normal !important;
}
.screen-reader-text:focus {
    background: #fff; clip: auto !important; clip-path: none; color: #111;
    display: block; font-size: 14px; height: auto; left: 8px; line-height: normal;
    padding: 12px 16px; text-decoration: none; top: 8px; width: auto; z-index: 100000;
}

.ac-container { width: min(calc(100% - 40px), var(--ac-content)); margin-inline: auto; }
.ac-section { padding: 76px 0; }
.ac-section--soft { background: var(--ac-soft); }
.ac-kicker {
    margin: 0 0 8px; color: var(--ac-accent-dark); font-size: .78rem;
    font-weight: 800; letter-spacing: .13em; text-transform: uppercase;
}
.ac-heading { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.08; letter-spacing: -.025em; }
.ac-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 32px; }
.ac-section-heading p { max-width: 620px; margin: 10px 0 0; color: var(--ac-muted); }

.ac-button {
    display: inline-flex; align-items: center; justify-content: center; gap: 9px;
    min-height: 48px; padding: 12px 20px; border: 1px solid transparent;
    border-radius: 999px; background: var(--ac-green); color: #fff;
    font-weight: 750; line-height: 1; text-decoration: none; transition: .2s ease;
}
.ac-button:hover { background: var(--ac-green-dark); color: #fff; transform: translateY(-1px); }
.ac-button--outline { background: transparent; border-color: rgba(255,255,255,.55); color: #fff; }
.ac-button--outline:hover { background: #fff; color: var(--ac-green); }
.ac-button--light { background: #fff; color: var(--ac-green); }
.ac-button--light:hover { background: #f7f2e9; color: var(--ac-green-dark); }
.ac-text-link { font-weight: 750; white-space: nowrap; }

/* Header */
.ac-topbar { background: var(--ac-green-dark); color: rgba(255,255,255,.88); font-size: .88rem; }
.ac-topbar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.ac-topbar a { color: #fff; text-decoration: none; }
.ac-topbar__contact { display: flex; flex-wrap: wrap; gap: 18px; }
.ac-site-header { position: relative; z-index: 50; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--ac-line); }
.ac-site-header.is-stuck { position: sticky; top: 0; box-shadow: 0 8px 30px rgba(23,33,29,.08); }
.admin-bar .ac-site-header.is-stuck { top: 32px; }
.ac-header__inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.ac-brand { display: flex; align-items: center; min-width: 0; text-decoration: none; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { max-height: 60px; width: auto; }
.ac-brand__name { display: block; color: var(--ac-green-dark); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.3rem, 3vw, 1.75rem); font-weight: 700; line-height: 1.05; }
.ac-brand__tagline { display: block; margin-top: 6px; color: var(--ac-muted); font-size: .73rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.ac-nav-wrap { display: flex; align-items: center; gap: 22px; }
.ac-nav ul { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.ac-nav li { position: relative; }
.ac-nav a { display: block; padding: 10px 11px; border-radius: 8px; color: var(--ac-ink); font-size: .94rem; font-weight: 700; text-decoration: none; }
.ac-nav a:hover, .ac-nav .current-menu-item > a, .ac-nav .current_page_item > a, .ac-nav .current-menu-ancestor > a { background: var(--ac-soft); color: var(--ac-green); }
.ac-nav .sub-menu { position: absolute; top: 100%; left: 0; min-width: 220px; display: none; padding: 8px; background: #fff; border: 1px solid var(--ac-line); border-radius: 12px; box-shadow: var(--ac-shadow); }
.ac-nav li:hover > .sub-menu, .ac-nav li:focus-within > .sub-menu { display: block; }
.ac-nav .sub-menu a { padding: 9px 11px; }
.ac-menu-toggle { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid var(--ac-line); border-radius: 50%; background: #fff; color: var(--ac-ink); }
.ac-menu-toggle span, .ac-menu-toggle::before, .ac-menu-toggle::after { display: block; width: 20px; height: 2px; margin: 4px auto; background: currentColor; content: ""; transition: .2s; }
.ac-menu-toggle[aria-expanded="true"] span { opacity: 0; }
.ac-menu-toggle[aria-expanded="true"]::before { transform: translateY(6px) rotate(45deg); }
.ac-menu-toggle[aria-expanded="true"]::after { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.ac-hero { position: relative; overflow: hidden; background: var(--ac-green); color: #fff; }
.ac-hero::after { position: absolute; inset: 0; background: linear-gradient(105deg, rgba(20,50,39,.98) 0%, rgba(20,50,39,.88) 49%, rgba(20,50,39,.18) 76%, rgba(20,50,39,.05) 100%); content: ""; pointer-events: none; }
.ac-hero__media { position: absolute; inset: 0; background-position: center; background-size: cover; opacity: .82; }
.ac-hero__inner { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.72fr); align-items: end; gap: 60px; padding-block: 80px 70px; }
.ac-hero__content { max-width: 690px; padding-top: 30px; align-self: center; }
.ac-hero .ac-kicker { color: #e6c79b; }
.ac-hero h1 { max-width: 760px; margin: 0 0 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.8rem, 6vw, 5.25rem); line-height: .98; letter-spacing: -.045em; }
.ac-hero__intro { max-width: 640px; margin: 0 0 30px; color: rgba(255,255,255,.88); font-size: clamp(1.06rem, 2vw, 1.25rem); }
.ac-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.ac-feature-card { align-self: end; padding: 26px; border: 1px solid rgba(255,255,255,.25); border-radius: var(--ac-radius); background: rgba(255,255,255,.94); color: var(--ac-ink); box-shadow: var(--ac-shadow); backdrop-filter: blur(12px); }
.ac-feature-card__label { margin-bottom: 12px; color: var(--ac-accent-dark); font-size: .74rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ac-feature-card h2 { margin: 0 0 12px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.45rem, 2.5vw, 2rem); line-height: 1.15; }
.ac-feature-card h2 a { color: var(--ac-ink); text-decoration: none; }
.ac-feature-card h2 a:hover { color: var(--ac-green); }
.ac-feature-card__excerpt { margin: 12px 0 18px; color: var(--ac-muted); font-size: .95rem; }

/* Property data and cards */
.ac-property-meta { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 13px; }
.ac-pill { display: inline-flex; align-items: center; min-height: 29px; padding: 5px 10px; border-radius: 999px; background: #e6eee9; color: var(--ac-green-dark); font-size: .73rem; font-weight: 850; letter-spacing: .035em; line-height: 1; text-transform: uppercase; }
.ac-pill--price { background: #f2e5d3; color: #70491e; }
.ac-pill--status { background: var(--ac-green); color: #fff; }
.ac-pill--sold { background: #6a3636; color: #fff; }
.ac-pill--ber { background: #eef0d7; color: #55571c; }

.ac-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 26px; }
.ac-property-card { position: relative; overflow: hidden; display: flex; flex-direction: column; min-width: 0; border: 1px solid var(--ac-line); border-radius: var(--ac-radius); background: #fff; box-shadow: 0 10px 34px rgba(23,33,29,.07); transition: transform .22s ease, box-shadow .22s ease; }
.ac-property-card:hover { transform: translateY(-5px); box-shadow: var(--ac-shadow); }
.ac-property-card__image { position: relative; display: block; overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(145deg, #dfe6e1, #f4f6f3); }
.ac-property-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.ac-property-card:hover .ac-property-card__image img { transform: scale(1.035); }
.ac-property-card__placeholder { position: absolute; inset: 0; display: grid; place-items: center; color: var(--ac-muted); font-family: Georgia, serif; font-size: 1.2rem; }
.ac-property-card__body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.ac-property-card__categories { margin-bottom: 8px; color: var(--ac-accent-dark); font-size: .73rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ac-property-card h2, .ac-property-card h3 { margin: 0 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 1.38rem; line-height: 1.18; }
.ac-property-card h2 a, .ac-property-card h3 a { color: var(--ac-ink); text-decoration: none; }
.ac-property-card h2 a:hover, .ac-property-card h3 a:hover { color: var(--ac-green); }
.ac-property-card__excerpt { margin: 0 0 20px; color: var(--ac-muted); font-size: .94rem; }
.ac-property-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding-top: 16px; border-top: 1px solid var(--ac-line); }
.ac-property-card__date { color: var(--ac-muted); font-size: .8rem; }
.ac-property-card__link { font-size: .9rem; font-weight: 800; text-decoration: none; }

/* Browsing */
.ac-category-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 16px; }
.ac-category-tile { min-height: 140px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; border: 1px solid var(--ac-line); border-radius: 16px; background: #fff; color: var(--ac-ink); text-decoration: none; transition: .2s ease; }
.ac-category-tile:hover { border-color: #b9c9bf; color: var(--ac-green); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(23,33,29,.07); }
.ac-category-tile strong { font-family: Georgia, serif; font-size: 1.3rem; }
.ac-category-tile span { color: var(--ac-muted); font-size: .85rem; }
.ac-area-links { display: flex; flex-wrap: wrap; gap: 10px; }
.ac-area-links a { padding: 9px 14px; border: 1px solid var(--ac-line); border-radius: 999px; background: #fff; color: var(--ac-ink); font-size: .9rem; font-weight: 700; text-decoration: none; }
.ac-area-links a:hover { border-color: var(--ac-green); color: var(--ac-green); }

/* About/CTA */
.ac-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.ac-about-copy p { color: var(--ac-muted); }
.ac-service-list { display: grid; gap: 12px; }
.ac-service { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 18px; border: 1px solid var(--ac-line); border-radius: 14px; background: #fff; }
.ac-service__icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #e5eee8; color: var(--ac-green); font-weight: 900; }
.ac-service h3 { margin: 0 0 3px; font-size: 1rem; }
.ac-service p { margin: 0; color: var(--ac-muted); font-size: .9rem; }
.ac-cta { padding: 44px; border-radius: 24px; background: var(--ac-green); color: #fff; }
.ac-cta h2 { margin: 0 0 10px; font-family: Georgia, serif; font-size: clamp(2rem,4vw,3rem); line-height: 1.08; }
.ac-cta p { max-width: 700px; margin: 0 0 24px; color: rgba(255,255,255,.82); }

/* Archive and content */
.ac-page-hero { padding: 70px 0 54px; background: var(--ac-soft); border-bottom: 1px solid var(--ac-line); }
.ac-page-hero h1 { max-width: 850px; margin: 0; font-family: Georgia, serif; font-size: clamp(2.35rem,5vw,4rem); line-height: 1.05; }
.ac-page-hero p { max-width: 760px; margin: 16px 0 0; color: var(--ac-muted); }
.ac-main-layout { display: grid; grid-template-columns: minmax(0,1fr) 310px; gap: 54px; align-items: start; }
.ac-content-area { min-width: 0; }
.ac-sidebar { position: sticky; top: 120px; }
.ac-widget { margin-bottom: 24px; padding: 22px; border: 1px solid var(--ac-line); border-radius: 14px; background: var(--ac-soft); }
.ac-widget-title, .widget-title { margin: 0 0 14px; font-family: Georgia, serif; font-size: 1.25rem; }
.ac-widget ul { margin: 0; padding-left: 19px; }
.ac-widget li { margin: 7px 0; }
.ac-widget a { text-decoration: none; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 44px; padding: 9px 12px; border: 1px solid var(--ac-line); border-radius: 9px; background: #fff; }
.search-submit { min-height: 44px; padding: 9px 14px; border: 0; border-radius: 9px; background: var(--ac-green); color: #fff; font-weight: 800; }
.navigation.pagination { margin-top: 36px; }
.nav-links { display: flex; flex-wrap: wrap; gap: 8px; }
.page-numbers { min-width: 42px; min-height: 42px; display: grid; place-items: center; padding: 6px 10px; border: 1px solid var(--ac-line); border-radius: 8px; text-decoration: none; }
.page-numbers.current { background: var(--ac-green); color: #fff; border-color: var(--ac-green); }

/* Single property */
.ac-single-featured-image { width: 100%; margin: 0 0 38px; overflow: hidden; border-radius: 16px; background: var(--ac-soft); }
.ac-single-featured-image__img { display: block; width: 100%; height: clamp(360px, 44vw, 620px); object-fit: cover; object-position: center; }
.ac-single-hero { padding: 46px 0 38px; background: var(--ac-soft); border-bottom: 1px solid var(--ac-line); }
.ac-single-hero__breadcrumbs { margin-bottom: 18px; color: var(--ac-muted); font-size: .84rem; }
.ac-single-hero__breadcrumbs a { color: var(--ac-muted); text-decoration: none; }
.ac-single-hero h1 { max-width: 950px; margin: 0 0 19px; font-family: Georgia, serif; font-size: clamp(2.25rem,5.3vw,4.5rem); line-height: 1.02; letter-spacing: -.035em; }
.ac-single-hero__sub { display: flex; align-items: center; flex-wrap: wrap; gap: 12px 18px; color: var(--ac-muted); font-size: .88rem; }
.ac-single-wrap { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 54px; padding: 58px 0 80px; align-items: start; }
.ac-single-content { min-width: 0; font-size: 1.06rem; }
.ac-single-content > :first-child { margin-top: 0; }
.ac-single-content h2, .ac-single-content h3 { font-family: Georgia, serif; line-height: 1.16; }
.ac-single-content figure, .ac-single-content .wp-block-image { margin-inline: 0; }
.ac-single-content img { border-radius: 12px; }
.ac-single-content .gallery { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.ac-single-content .gallery-item { width: auto !important; margin: 0 !important; }
.ac-single-content .gallery img { width: 100%; border: 0 !important; }
.ac-single-content .wp-block-gallery { gap: 12px; }
.ac-single-content table { width: 100%; border-collapse: collapse; }
.ac-single-content td, .ac-single-content th { padding: 10px; border: 1px solid var(--ac-line); text-align: left; }
.ac-details-card { position: sticky; top: 120px; overflow: hidden; border: 1px solid var(--ac-line); border-radius: 17px; background: #fff; box-shadow: 0 14px 40px rgba(23,33,29,.08); }
.ac-details-card__head { padding: 24px; background: var(--ac-green); color: #fff; }
.ac-details-card__head p { margin: 0 0 5px; color: rgba(255,255,255,.75); font-size: .77rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.ac-details-card__head strong { display: block; font-family: Georgia, serif; font-size: 1.75rem; line-height: 1.1; }
.ac-details-card__body { padding: 23px; }
.ac-detail-row { display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; border-bottom: 1px solid var(--ac-line); font-size: .92rem; }
.ac-detail-row:last-child { border-bottom: 0; }
.ac-detail-row span { color: var(--ac-muted); }
.ac-detail-row strong { text-align: right; }
.ac-details-card .ac-button { width: 100%; margin-top: 18px; }
.ac-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding-top: 28px; border-top: 1px solid var(--ac-line); }
.ac-post-nav a { display: block; padding: 18px; border: 1px solid var(--ac-line); border-radius: 12px; text-decoration: none; }
.ac-post-nav a:hover { border-color: var(--ac-green); }
.ac-post-nav__next { text-align: right; }

/* Pages/comments */
.ac-entry { max-width: 850px; }
.ac-entry h1 { font-family: Georgia, serif; }
.ac-entry-content > :first-child { margin-top: 0; }
.ac-entry-content .alignwide { width: min(1100px, calc(100vw - 40px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.ac-entry-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.comments-area { margin-top: 45px; padding-top: 28px; border-top: 1px solid var(--ac-line); }
.comment-list { padding-left: 20px; }
.comment-form input:not([type="submit"]), .comment-form textarea { width: 100%; padding: 10px 12px; border: 1px solid var(--ac-line); border-radius: 8px; }
.form-submit .submit { padding: 11px 18px; border: 0; border-radius: 999px; background: var(--ac-green); color: #fff; font-weight: 800; }

/* Footer */
.ac-footer { padding: 58px 0 24px; background: #122b22; color: rgba(255,255,255,.75); }
.ac-footer a { color: #fff; }
.ac-footer__grid { display: grid; grid-template-columns: 1.3fr .75fr .95fr; gap: 50px; padding-bottom: 42px; }
.ac-footer__brand { color: #fff; font-family: Georgia, serif; font-size: 1.75rem; font-weight: 700; }
.ac-footer h2 { margin: 0 0 14px; color: #fff; font-size: .85rem; letter-spacing: .1em; text-transform: uppercase; }
.ac-footer p { margin: 8px 0; }
.ac-footer ul { margin: 0; padding: 0; list-style: none; }
.ac-footer li { margin: 8px 0; }
.ac-footer a { text-decoration: none; }
.ac-footer__bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.14); font-size: .8rem; }
.ac-footer__disclaimer { max-width: 790px; }

/* Responsive */
@media (max-width: 1020px) {
    .ac-menu-toggle { display: block; }
    .ac-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; padding: 16px 20px 24px; background: #fff; border-bottom: 1px solid var(--ac-line); box-shadow: 0 18px 30px rgba(23,33,29,.09); }
    .ac-nav.is-open { display: block; }
    .ac-nav ul { align-items: stretch; flex-direction: column; }
    .ac-nav a { padding: 12px; }
    .ac-nav .sub-menu { position: static; display: block; min-width: 0; margin-left: 15px; padding: 0; border: 0; box-shadow: none; }
    .ac-header-cta { display: none; }
    .ac-hero__inner { min-height: 580px; grid-template-columns: 1fr; gap: 30px; }
    .ac-feature-card { max-width: 590px; }
    .ac-card-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ac-category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .ac-main-layout, .ac-single-wrap { grid-template-columns: 1fr; }
    .ac-sidebar, .ac-details-card { position: static; }
    .ac-about-grid { gap: 40px; }
}
@media (max-width: 782px) { .admin-bar .ac-site-header.is-stuck { top: 46px; } }
@media (max-width: 720px) {
    body { font-size: 16px; }
    .ac-container { width: min(calc(100% - 28px), var(--ac-content)); }
    .ac-topbar__inner { padding: 8px 0; align-items: flex-start; flex-direction: column; gap: 2px; }
    .ac-topbar__contact { gap: 7px 14px; }
    .ac-topbar__since { display: none; }
    .ac-header__inner { min-height: 76px; gap: 15px; }
    .ac-brand__tagline { display: none; }
    .ac-section { padding: 56px 0; }
    .ac-section-heading { align-items: flex-start; flex-direction: column; }
    .ac-hero::after { background: linear-gradient(105deg, rgba(20,50,39,.97), rgba(20,50,39,.76)); }
    .ac-hero__inner { min-height: 620px; padding-block: 55px 45px; }
    .ac-hero h1 { font-size: clamp(2.7rem,13vw,4.5rem); }
    .ac-feature-card { padding: 21px; }
    .ac-card-grid, .ac-category-grid, .ac-about-grid, .ac-footer__grid { grid-template-columns: 1fr; }
    .ac-about-grid { gap: 34px; }
    .ac-category-tile { min-height: 112px; }
    .ac-cta { padding: 30px 24px; }
    .ac-single-featured-image__img { height: clamp(260px, 68vw, 480px); }
    .ac-single-hero { padding: 38px 0 30px; }
    .ac-single-wrap { gap: 35px; padding: 38px 0 60px; }
    .ac-single-content .gallery { grid-template-columns: 1fr; }
    .ac-post-nav { grid-template-columns: 1fr; }
    .ac-post-nav__next { text-align: left; }
    .ac-footer__grid { gap: 32px; }
    .ac-footer__bottom { flex-direction: column; }
}
@media (max-width: 420px) {
    .ac-hero__actions .ac-button { width: 100%; }
    .ac-property-card__body { padding: 19px; }
}
