/* Emlak24 Core 1.1.13 — owned single-property presentation */
.emlak24-single-property,
.emlak24-single-property * {
    box-sizing: border-box;
}
.emlak24-single-property {
    background: #fff;
    color: #1f2937;
}
.emlak24-single-property .e24-property-page {
    padding: 26px 0 54px;
}
.emlak24-single-property .e24-property-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}
.emlak24-single-property .e24-property-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 24px;
}
.emlak24-single-property .e24-property-heading-copy {
    min-width: 0;
    flex: 1 1 auto;
}
.emlak24-single-property .e24-property-title {
    margin: 0 0 8px;
    color: #161b22;
    font-size: clamp(29px, 3vw, 42px);
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -.02em;
}
.emlak24-single-property .e24-property-address {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #485467;
    font-size: 14px;
    line-height: 1.4;
}
.emlak24-single-property .e24-property-address svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.emlak24-single-property .e24-property-price {
    position: static !important;
    inset: auto !important;
    flex: 0 0 auto;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    color: #111827 !important;
    background: transparent !important;
    font-size: clamp(25px, 2.4vw, 34px);
    font-weight: 700;
    line-height: 1.1;
    white-space: nowrap;
    text-align: right;
}
.emlak24-single-property .e24-property-price * {
    position: static !important;
    inset: auto !important;
    margin: 0 !important;
    color: inherit !important;
    font: inherit !important;
}

/* Gallery */
.emlak24-single-property .e24-property-gallery {
    margin-bottom: 30px;
}
.emlak24-single-property .e24-property-gallery-stage {
    position: relative;
    width: 100%;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #eef2f7;
    box-shadow: 0 4px 18px rgba(16, 24, 40, .05);
}
.emlak24-single-property .e24-property-gallery-main-button {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: zoom-in;
}
.emlak24-single-property .e24-property-gallery-main-image {
    display: block;
    width: 100%;
    height: clamp(430px, 58vw, 690px);
    object-fit: contain;
    object-position: center;
    background: #f5f7fa;
}
.emlak24-single-property .e24-gallery-arrow,
.emlak24-single-property .e24-lightbox-arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.94);
    color: #173052;
    box-shadow: 0 4px 16px rgba(0,0,0,.16);
    transform: translateY(-50%);
    cursor: pointer;
}
.emlak24-single-property .e24-gallery-arrow:hover {
    background: #0455de;
    color: #fff;
}
.emlak24-single-property .e24-gallery-arrow svg,
.emlak24-single-property .e24-lightbox-arrow svg,
.emlak24-single-property .e24-gallery-action svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.emlak24-single-property .e24-gallery-prev { left: 16px; }
.emlak24-single-property .e24-gallery-next { right: 16px; }
.emlak24-single-property .e24-property-gallery-actions {
    position: absolute;
    z-index: 5;
    top: 16px;
    right: 16px;
    display: flex;
    gap: 8px;
}
.emlak24-single-property .e24-gallery-action {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 8px;
    background: rgba(255,255,255,.95);
    color: #172033;
    box-shadow: 0 3px 12px rgba(0,0,0,.12);
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
.emlak24-single-property .e24-gallery-action:hover {
    border-color: #0455de;
    background: #0455de;
    color: #fff;
}
.emlak24-single-property .e24-gallery-counter {
    position: absolute;
    z-index: 5;
    right: 16px;
    bottom: 16px;
    min-width: 58px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15,23,42,.78);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
.emlak24-single-property .e24-property-thumbnails {
    display: flex;
    gap: 9px;
    margin-top: 10px;
    padding: 2px 1px 7px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #bfd0eb transparent;
}
.emlak24-single-property .e24-property-thumbnails::-webkit-scrollbar { height: 5px; }
.emlak24-single-property .e24-property-thumbnails::-webkit-scrollbar-thumb { background: #bfd0eb; border-radius: 999px; }
.emlak24-single-property .e24-property-thumbnail {
    flex: 0 0 112px;
    width: 112px;
    height: 74px;
    margin: 0;
    padding: 2px;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 9px;
    background: #fff;
    cursor: pointer;
}
.emlak24-single-property .e24-property-thumbnail:hover,
.emlak24-single-property .e24-property-thumbnail.is-active {
    border-color: #0455de;
}
.emlak24-single-property .e24-property-thumbnail img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}

/* Lightbox */
body.e24-property-lightbox-open { overflow: hidden !important; }
.emlak24-single-property .e24-property-lightbox {
    position: fixed;
    inset: 0;
    z-index: 30050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px 78px;
    background: rgba(5, 12, 24, .94);
}
.emlak24-single-property .e24-property-lightbox[hidden] { display: none !important; }
.emlak24-single-property .e24-lightbox-figure {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
}
.emlak24-single-property .e24-lightbox-figure img {
    display: block;
    max-width: 100%;
    max-height: calc(100vh - 105px);
    max-height: calc(100dvh - 105px);
    object-fit: contain;
}
.emlak24-single-property .e24-lightbox-figure figcaption {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}
.emlak24-single-property .e24-lightbox-close {
    position: absolute;
    z-index: 6;
    top: 18px;
    right: 22px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 4px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
}
.emlak24-single-property .e24-lightbox-prev { left: 20px; }
.emlak24-single-property .e24-lightbox-next { right: 20px; }
.emlak24-single-property .e24-lightbox-arrow {
    background: rgba(255,255,255,.12);
    color: #fff;
    box-shadow: none;
}
.emlak24-single-property .e24-lightbox-arrow:hover { background: rgba(255,255,255,.23); }

/* Main information columns */
.emlak24-single-property .e24-property-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 28px;
    align-items: start;
}
.emlak24-single-property .e24-property-main-column { min-width: 0; }
.emlak24-single-property .e24-property-section,
.emlak24-single-property .e24-property-contact-card {
    margin: 0 0 22px;
    padding: 22px;
    border: 1px solid #e4e9f0;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(16,24,40,.035);
}
.emlak24-single-property .e24-property-section h2,
.emlak24-single-property .e24-property-contact-card h3 {
    margin: 0 0 17px;
    color: #172033;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.25;
}
.emlak24-single-property .property-overview-wrap .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px;
    margin: 0;
}
.emlak24-single-property .property-overview-wrap .row > * {
    width: auto;
    max-width: none;
    padding: 0;
}
.emlak24-single-property .property-overview-item {
    min-height: 82px;
    padding: 14px;
    border-radius: 9px;
    background: #f6f9fd;
    border: 1px solid #e5edf8;
}
.emlak24-single-property .property-overview-item strong {
    color: #172033;
    font-size: 17px;
}
.emlak24-single-property .property-overview-item .e24-meta-label {
    color: #697586;
    font-size: 12px;
}
.emlak24-single-property .e24-property-description {
    color: #384354;
    line-height: 1.7;
}
.emlak24-single-property .e24-property-description > :last-child { margin-bottom: 0; }
.emlak24-single-property .e24-property-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 12px 18px;
}
.emlak24-single-property .e24-property-feature {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #344054;
    font-size: 14px;
}
.emlak24-single-property .e24-property-feature svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    fill: none;
    stroke: #16884a;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.emlak24-single-property .e24-property-map-frame {
    width: 100%;
    min-height: 390px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    background: #eef2f6;
}
.emlak24-single-property .e24-property-map,
.emlak24-single-property .e24-property-map-frame iframe {
    display: block;
    width: 100% !important;
    min-height: 390px !important;
    border: 0 !important;
}
.emlak24-single-property .emlak24-map-unavailable {
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    color: #697586;
    text-align: center;
}
.emlak24-single-property .e24-property-sidebar {
    position: sticky;
    top: 86px;
}
.emlak24-single-property .e24-property-agent-name {
    display: block;
    margin-bottom: 14px;
    color: #273142;
}
.emlak24-single-property .e24-property-contact-form-wrap .form-control {
    width: 100%;
    min-height: 44px;
    margin: 0;
    border: 1px solid #d7dee8;
    border-radius: 7px;
    box-shadow: none;
}
.emlak24-single-property .e24-property-contact-form-wrap textarea.form-control {
    min-height: 116px;
}
.emlak24-single-property .e24-property-contact-form-wrap .btn {
    min-height: 44px;
    border-radius: 7px;
}
.emlak24-single-property .e24-similar-properties {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 16px;
}

@media (max-width: 991px) {
    .emlak24-single-property .e24-property-page { padding-top: 22px; }
    .emlak24-single-property .e24-property-header { flex-direction: column; gap: 12px; }
    .emlak24-single-property .e24-property-price { text-align: left; }
    .emlak24-single-property .e24-property-gallery-main-image { height: clamp(360px, 66vw, 560px); }
    .emlak24-single-property .e24-property-content-grid { grid-template-columns: 1fr; }
    .emlak24-single-property .e24-property-sidebar { position: static; }
}
@media (max-width: 767px) {
    .emlak24-single-property .e24-property-container { width: min(100% - 24px, 1180px); }
    .emlak24-single-property .e24-property-title { font-size: 29px; }
    .emlak24-single-property .e24-property-gallery-main-image { height: 58vw; min-height: 270px; max-height: 430px; }
    .emlak24-single-property .e24-property-gallery-actions { top: 10px; right: 10px; }
    .emlak24-single-property .e24-gallery-action span { display: none; }
    .emlak24-single-property .e24-gallery-action { width: 38px; padding: 0; justify-content: center; }
    .emlak24-single-property .e24-gallery-arrow { width: 38px; height: 38px; }
    .emlak24-single-property .e24-gallery-prev { left: 9px; }
    .emlak24-single-property .e24-gallery-next { right: 9px; }
    .emlak24-single-property .e24-gallery-counter { right: 10px; bottom: 10px; }
    .emlak24-single-property .e24-property-thumbnail { flex-basis: 92px; width: 92px; height: 63px; }
    .emlak24-single-property .e24-property-section,
    .emlak24-single-property .e24-property-contact-card { padding: 17px; }
    .emlak24-single-property .property-overview-wrap .row { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .emlak24-single-property .e24-property-features { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .emlak24-single-property .e24-property-lightbox { padding: 54px 14px 38px; }
    .emlak24-single-property .e24-lightbox-arrow { width: 38px; height: 38px; }
    .emlak24-single-property .e24-lightbox-prev { left: 8px; }
    .emlak24-single-property .e24-lightbox-next { right: 8px; }
    .emlak24-single-property .e24-similar-properties { grid-template-columns: 1fr; }
}
@media (max-width: 479px) {
    .emlak24-single-property .e24-property-title { font-size: 26px; }
    .emlak24-single-property .e24-property-gallery-main-image { min-height: 235px; }
    .emlak24-single-property .property-overview-wrap .row,
    .emlak24-single-property .e24-property-features { grid-template-columns: 1fr 1fr; }
}
.emlak24-single-property #e24-property-map { scroll-margin-top: 88px; }

/* ========================================================================== 
 * Emlak24 Core 1.1.14 — property details, grouped features, centered contact
 * and owned compare panel presentation.
 * ========================================================================== */
.emlak24-single-property .e24-property-content-grid.e24-property-content-grid-single {
    display: block;
    width: 100%;
}
.emlak24-single-property .e24-property-content-grid-single .e24-property-main-column {
    width: 100%;
    min-width: 0;
}
.emlak24-single-property .e24-property-detail-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #e8edf3;
}
.emlak24-single-property .e24-property-detail-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 46px;
    padding: 10px 12px;
    border-bottom: 1px solid #e8edf3;
}
.emlak24-single-property .e24-property-detail-row:nth-child(odd) {
    border-right: 1px solid #e8edf3;
}
.emlak24-single-property .e24-property-detail-row strong {
    color: #344054;
    font-size: 13px;
    font-weight: 700;
}
.emlak24-single-property .e24-property-detail-row span {
    min-width: 0;
    color: #667085;
    font-size: 13px;
    text-align: right;
    overflow-wrap: anywhere;
}
.emlak24-single-property .e24-property-feature-section .e24-property-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.emlak24-single-property .e24-property-feature-section {
    scroll-margin-top: 88px;
}

/* Center the Schedule a Tour / Request Info module in normal document flow.
   No sticky/fixed form heights: opening a tab can never run underneath footer. */
.emlak24-single-property .e24-property-contact-center {
    width: min(820px, 100%);
    margin: 30px auto 30px;
    position: relative;
    clear: both;
}
.emlak24-single-property .e24-property-contact-tabs {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    margin: 0 0 14px;
    border: 1px solid #bfd2f4;
    border-radius: 10px;
    background: #fff;
}
.emlak24-single-property .e24-property-contact-tab {
    min-height: 50px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #172033;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}
.emlak24-single-property .e24-property-contact-tab + .e24-property-contact-tab {
    border-left: 1px solid #bfd2f4;
}
.emlak24-single-property .e24-property-contact-tab:hover,
.emlak24-single-property .e24-property-contact-tab:focus-visible,
.emlak24-single-property .e24-property-contact-tab.is-active {
    background: #0455de;
    color: #fff;
    outline: 0;
}
.emlak24-single-property .e24-property-contact-pane[hidden] {
    display: none !important;
}
.emlak24-single-property .e24-property-contact-pane {
    width: 100%;
}
.emlak24-single-property .e24-property-contact-card.e24-property-contact-card-centered {
    width: 100%;
    margin: 0;
    padding: 24px;
    position: static;
}
.emlak24-single-property .e24-property-contact-card-centered h3 {
    text-align: center;
}
.emlak24-single-property .e24-property-contact-card-centered form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.emlak24-single-property .e24-contact-fields-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.emlak24-single-property .e24-tour-datetime-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}
.emlak24-single-property .e24-tour-datetime-grid label {
    display: block;
    margin: 0 0 5px;
    color: #475467;
    font-size: 12px;
    font-weight: 700;
}
.emlak24-single-property .e24-tour-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 0 0 14px;
    padding: 11px 14px;
    border-radius: 9px;
    background: #f6f9fd;
    color: #344054;
    font-size: 13px;
}
.emlak24-single-property .e24-tour-type-label {
    font-weight: 700;
}
.emlak24-single-property .e24-tour-type label,
.emlak24-single-property .e24-property-terms {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.emlak24-single-property .e24-tour-type input,
.emlak24-single-property .e24-property-terms input {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    margin: 0 !important;
}
.emlak24-single-property .e24-property-contact-card textarea.form-control {
    width: 100%;
    min-height: 108px;
    margin-bottom: 10px;
}
.emlak24-single-property .e24-property-terms {
    width: 100%;
    margin: 2px 0 13px;
    color: #667085;
    font-size: 12px;
}
.emlak24-single-property .emlak24-contact-response {
    min-height: 0;
    overflow-wrap: anywhere;
}

/* Compare panel: keep the familiar right-side drawer but make the same blue
   handle a true open/close toggle and remove the old grey-only appearance. */
body.single-property #compare-property-panel.compare-property-panel {
    position: fixed !important;
    top: 68px !important;
    right: -320px !important;
    z-index: 10020 !important;
    width: 320px !important;
    height: calc(100vh - 68px) !important;
    height: calc(100dvh - 68px) !important;
    padding: 22px 18px !important;
    overflow-y: auto !important;
    border-left: 1px solid #dbe4ef !important;
    background: #fff !important;
    box-shadow: -12px 0 32px rgba(16,24,40,.12) !important;
    transition: right .22s ease !important;
}
body.single-property #compare-property-panel.compare-property-panel.compare-property-panel-open {
    right: 0 !important;
}
body.single-property #compare-property-panel .compare-property-label {
    position: absolute !important;
    top: 50% !important;
    left: -46px !important;
    width: 46px !important;
    height: 46px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 9px 0 0 9px !important;
    background: #0455de !important;
    color: #fff !important;
    box-shadow: -3px 4px 12px rgba(4,85,222,.18) !important;
    transform: translateY(-50%) !important;
    cursor: pointer !important;
}
body.single-property #compare-property-panel .emlak24-compare-handle-icon {
    display: block !important;
    width: 22px !important;
    height: 22px !important;
    flex: 0 0 22px !important;
    color: currentColor !important;
    transition: transform .22s ease !important;
}
body.single-property #compare-property-panel.compare-property-panel-open .emlak24-compare-handle-icon {
    transform: rotate(180deg) !important;
}
body.single-property #compare-property-panel .compare-property-label:hover,
body.single-property #compare-property-panel .compare-property-label:focus-visible {
    background: #003fa9 !important;
    outline: 0 !important;
}
body.single-property #compare-property-panel .compare-property-label .compare-label {
    position: absolute !important;
    top: -6px !important;
    left: -5px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 18px !important;
    border-radius: 50% !important;
    background: #20b15a !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
}
body.single-property #compare-property-panel > p {
    margin: 0 0 16px;
    color: #172033;
    font-size: 17px;
}
body.single-property #compare-property-panel .compare-wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 12px;
}
body.single-property #compare-property-panel .compare-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 10px;
    overflow: hidden;
    border: 1px solid #e1e7ef;
    border-radius: 10px;
    background: #f8fafc;
}
body.single-property #compare-property-panel .compare-item-media {
    min-height: 84px;
    background: #eef2f6;
}
body.single-property #compare-property-panel .compare-item-image-link {
    display: block;
    height: 100%;
}
body.single-property #compare-property-panel .compare-item img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 84px;
    object-fit: cover;
}
body.single-property #compare-property-panel .compare-item-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 10px 9px 0;
}
body.single-property #compare-property-panel .compare-item-title {
    display: -webkit-box;
    overflow: hidden;
    color: #172033;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body.single-property #compare-property-panel .compare-item-title:hover {
    color: #0455de;
}
body.single-property #compare-property-panel .remove-compare {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 4px 8px;
    border: 1px solid #f0b7b2;
    border-radius: 7px;
    background: #fff;
    color: #b42318;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}
body.single-property #compare-property-panel .remove-compare:hover,
body.single-property #compare-property-panel .remove-compare:focus-visible {
    border-color: #b42318;
    background: #fff5f4;
    outline: none;
}
body.single-property #compare-property-panel .compare-status {
    min-height: 20px;
    margin: 0 0 10px;
    color: #667085;
    font-size: 12px;
    line-height: 1.45;
}
body.single-property #compare-property-panel .compare-btn {
    min-height: 42px;
    border-color: #0455de !important;
    background: #0455de !important;
    color: #fff !important;
}
body.single-property #compare-property-panel .close-compare-panel {
    min-height: 42px;
    border: 1px solid #b9c6d8 !important;
    background: #fff !important;
    color: #344054 !important;
}

@media (max-width: 767px) {
    .emlak24-single-property .e24-property-detail-list {
        grid-template-columns: 1fr;
    }
    .emlak24-single-property .e24-property-detail-row:nth-child(odd) {
        border-right: 0;
    }
    .emlak24-single-property .e24-property-feature-section .e24-property-features {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .emlak24-single-property .e24-contact-fields-grid,
    .emlak24-single-property .e24-tour-datetime-grid {
        grid-template-columns: 1fr;
    }
    .emlak24-single-property .e24-property-contact-card.e24-property-contact-card-centered {
        padding: 18px;
    }
    body.single-property #compare-property-panel.compare-property-panel {
        top: 0 !important;
        width: min(320px, calc(100vw - 50px)) !important;
        height: 100vh !important;
        height: 100dvh !important;
    }
}
@media (max-width: 479px) {
    .emlak24-single-property .e24-property-feature-section .e24-property-features {
        grid-template-columns: 1fr;
    }
    .emlak24-single-property .e24-property-contact-tab {
        padding: 9px 8px;
        font-size: 12px;
    }
}

/* 1.1.76 — Property prices are not list bullets. Elementor and standalone
   property headers share the same explicit marker-free presentation. */
body.single-property .property-price-wrap,
body.single-property .item-price-wrap,
body.single-property .e24-property-price ul{
    list-style:none!important;
    padding-left:0!important;
    margin-left:0!important;
}
body.single-property .property-price-wrap > li,
body.single-property .item-price-wrap > li,
body.single-property .e24-property-price li{
    list-style:none!important;
}
body.single-property .property-price-wrap > li::marker,
body.single-property .item-price-wrap > li::marker,
body.single-property .e24-property-price li::marker{
    content:""!important;
    font-size:0!important;
}
