/* two column layout */
.crea-ddf-detail.two-col{display:grid;grid-template-columns:minmax(0,2fr) 1fr;gap:26px}
@media (max-width:980px){.crea-ddf-detail.two-col{grid-template-columns:1fr}}
.col-left,.col-right{min-width:0}

.crea-h1{font-size:22px;margin:0 0 .5rem;font-weight:700}
.crea-price{font-size:18px;font-weight:700;margin:0 0 .25rem}
.crea-addr{color:#475569;margin:0 0 1rem}

/* gallery */
.crea-gallery{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;background:#fff}
.crea-hero{position:relative;background:#f8fafc}
.crea-hero img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}

/* thumbnails hardened */
.crea-thumbs{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;padding:10px;background:#fff;border-top:1px solid #e2e8f0;min-height:100px}
.crea-thumbs .thumb{border:0;background:transparent;padding:0;cursor:pointer;outline-offset:2px;border-radius:8px;flex:0 0 auto}
.crea-thumbs .thumb img{width:120px !important;height:80px !important;object-fit:cover;border-radius:8px;border:2px solid transparent;display:block}
.crea-thumbs .thumb.active img{border-color:#475569}

/* right side card */
.crea-side-card{border:1px solid #e2e8f0;border-radius:12px;background:#fff;padding:14px 16px}
.crea-specs-table{width:100%;border-collapse:collapse}
.crea-specs-table th,.crea-specs-table td{border-bottom:1px solid #e5e7eb;padding:10px 6px;text-align:left;vertical-align:top}
.crea-specs-table th{width:42%;font-weight:600;color:#111827}

/* Keep parent menu open (desktop) */
@media (min-width:1025px){
  body.crea-ddf-single .elementor-nav-menu--main li.current-menu-parent,
  body.crea-ddf-single .elementor-nav-menu--main li.current-menu-ancestor{position:relative !important;overflow:visible !important}
  body.crea-ddf-single .elementor-nav-menu--main li.current-menu-parent > .sub-menu.elementor-nav-menu--dropdown,
  body.crea-ddf-single .elementor-nav-menu--main li.current-menu-ancestor > .sub-menu.elementor-nav-menu--dropdown{
    top:100% !important;margin-top:0 !important;transform:translateY(0) !important;z-index:9999 !important;
  }
}
