/* ==== Yılmazer İlan v0.9.1 ==== */
.yegi-archive .filters h2{font-size:18px;margin:6px 0 12px}
.yegi-archive .filter-buttons-container{display:flex;gap:10px;align-items:center;margin:6px 0 12px;padding:0;list-style:none}
.btn-filter{display:inline-flex;align-items:center;gap:6px;padding:10px 12px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;text-decoration:none}
.btn-view.gallery-view:before{content:'🖼️';}
.btn-view.list-view:before{content:'📋';}
.btn-filter.selected{background:#111;color:#fff;border-color:#111}
.filter-popup{display:none;position:absolute;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:8px}
.btn-filter.dropdown:hover + .filter-popup{display:block}
.advanced-filter-popup{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;margin-top:10px}
.advanced-filter-popup ul{display:flex;gap:10px;flex-wrap:wrap;align-items:center;padding:0;list-style:none}
.advanced-filter-popup .select select{padding:10px;border:1px solid #e5e7eb;border-radius:10px}

/* list */
.classified-list{margin-top:16px}
.classified-list .classified-legends{display:none}
.classified{display:grid;grid-template-columns:260px 1fr;gap:14px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:12px;margin-bottom:14px;position:relative;box-shadow:0 8px 24px rgba(2,6,23,.06)}
.classified .image img{width:100%;height:200px;object-fit:cover;border-radius:12px}
.breadcrumb-badge{position:absolute;top:12px;left:12px;background:#fff;color:#111;font-weight:800;border:2px solid #ff3b3b;border-radius:10px;padding:8px 12px;box-shadow:0 8px 18px rgba(0,0,0,.15)}
.gallery-info ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr}
.gallery-info .price{font-size:26px;font-weight:800;margin:0}
.gallery-info .date{opacity:.8;margin:0}
.gallery-info .title a{font-weight:700;text-decoration:none;color:#0b1225}
.gallery-info .with-icon{display:inline-flex;align-items:center;gap:6px;margin-right:14px;opacity:.9}
.gallery-info li:nth-child(3){display:flex;gap:12px;align-items:center;margin-top:4px}

/* gallery view (grid) */
.classified-list.gallery-view{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.classified-list.gallery-view .classified{grid-template-columns:1fr;gap:8px}
.classified-list.gallery-view .image img{height:260px}
.classified-list.gallery-view .gallery-info li:nth-child(1){display:flex;justify-content:space-between}
.classified-list.gallery-view .gallery-info .price{font-size:24px}
.classified-list.gallery-view .breadcrumb-badge{top:18px;left:18px}

/* single */
.woodmart-spacing{padding-top:20px;padding-bottom:30px}
.heading-style{font-size:28px;font-weight:800;margin:8px 0 14px}
.yegi-single-grid.tri{display:grid;grid-template-columns:1.1fr 1fr 320px;gap:22px;margin:10px 0 24px}
.yegi-single .media{position:relative}
.yegi-single .media .main{width:100%;height:520px;object-fit:cover;border-radius:16px}
.yegi-single .media .badge{position:absolute;top:16px;left:16px;background:#fff;border:2px solid #ff3b3b;color:#111;font-weight:800;border-radius:12px;padding:8px 12px}
.yegi-single .media .price{position:absolute;left:16px;bottom:16px;background:#fff;border-radius:12px;padding:10px 14px;font-weight:800;font-size:22px;box-shadow:0 8px 18px rgba(0,0,0,.15)}
.yegi-single .media .date{position:absolute;right:16px;bottom:16px;background:#fff;border-radius:12px;padding:8px 12px;opacity:.9}
.yegi-single .thumbs{display:grid;grid-template-columns:repeat(6,1fr);gap:8px;margin-top:10px}
.yegi-single .thumbs img{width:100%;height:86px;object-fit:cover;border-radius:10px}
.yegi-single .details.table{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff;box-shadow:0 8px 24px rgba(2,6,23,.05)}
.yegi-single .details.table .row{display:grid;grid-template-columns:220px 1fr;border-top:1px solid #eef2f6;padding:10px 14px}
.yegi-single .details.table .row:nth-child(odd){background:#fafbff}
.yegi-single .details.table .k{font-weight:600;opacity:.8}
.yegi-desc .sec-title{margin-top:8px}
.yegi-desc .content{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;box-shadow:0 8px 24px rgba(2,6,23,.05)}
.agent .box{position:sticky;top:100px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px;box-shadow:0 8px 24px rgba(2,6,23,.06)}
.agent .brand{font-size:14px;color:#64748b}
.agent .agent-name{font-size:20px;font-weight:800;margin-top:6px}
.agent .agent-title{color:#64748b;margin-top:2px}
.agent .agent-email a{color:#111;text-decoration:none}
.agent .tel{font-weight:700}
.agent .btn.call{display:block;margin-top:12px;text-align:center;background:#111;color:#fff;text-decoration:none;padding:10px;border-radius:12px}

/* responsive */
@media(max-width:1100px){
  .yegi-single-grid.tri{grid-template-columns:1fr 1fr}
  .agent-col{grid-column:1/-1}
}
@media(max-width:900px){
  .classified-list.gallery-view{grid-template-columns:1fr}
  .classified{grid-template-columns:1fr}
  .classified .image img{height:210px}
  .yegi-single-grid.tri{grid-template-columns:1fr}
  .yegi-single .media .main{height:320px}
}

/* v0.9.2 refinements */
.header-line{display:flex;align-items:center;justify-content:space-between;gap:12px}
.header-line .btn.pdf{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:10px 14px;text-decoration:none}
.yegi-single-grid.tri{grid-template-columns:1.3fr 1fr 320px}
.yegi-single .media .main{height:560px}
.details.two-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.details.table{border-radius:14px;overflow:hidden;background:#fff;border:1px solid #e5e7eb;box-shadow:0 10px 30px rgba(2,6,23,.06)}
.details.table .row{display:grid;grid-template-columns:220px 1fr;padding:12px 14px;border-top:1px solid #f1f5f9}
.details.table .row:nth-child(odd){background:#f9fbff}
.details.table .k{font-weight:700;color:#334155}
.details.table .v{color:#0f172a}
.agent .agent-photo{width:72px;height:72px;object-fit:cover;border-radius:50%;border:2px solid #e5e7eb;margin-top:8px}
@media(max-width:1100px){ .details.two-cols{grid-template-columns:1fr} }

/* v0.9.3: compact details table & small icons */
.details.table .row{padding:5px 8px}
.details.table .k, .details.table .v{font-size:12px;line-height:1.35}
.details.table .k:before{content:'▸';font-size:12px;opacity:.45;margin-right:6px}

/* v0.9.4: single table + svg icons + lightbox */
.details.table.single{padding-top:4px}
.details.table .k{display:flex;align-items:center;gap:8px}
.details.table .k:before{content:none}
.details.table .ico{width:14px;height:14px;display:inline-block}
/* Lightbox */
.yegi-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.92);display:none;align-items:center;justify-content:center;z-index:9999}
.yegi-lightbox.open{display:flex}
.yegi-lightbox img{max-width:92vw;max-height:86vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.6)}
.yegi-lightbox .ctrl{position:absolute;top:50%;transform:translateY(-50%);font-size:22px;color:#fff;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.2);width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}
.yegi-lightbox .prev{left:24px}
.yegi-lightbox .next{right:24px}
.yegi-lightbox .close{top:24px;right:24px;transform:none}

/* v0.9.6 modern UI */
.yegi-single .media{position:relative}
.yegi-single .media .badges{position:absolute;left:16px;bottom:16px;display:flex;gap:12px;pointer-events:none}
.yegi-single .media .badge{pointer-events:auto;background:rgba(255,255,255,.75);backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);border:1px solid rgba(255,255,255,.7);padding:10px 16px;border-radius:14px;box-shadow:0 6px 24px rgba(16,24,40,.18);font-weight:700;color:#111}
.yegi-single .media .badge.date{font-weight:600;opacity:.95}
.yegi-single .media .badge.price{}
/* Details table — cleaner */
.details.table.single{background:#fff;border:1px solid #eef1f5;border-radius:14px;box-shadow:0 6px 24px rgba(16,24,40,.06);overflow:hidden}
.details.table.single .row{display:grid;grid-template-columns:180px 1fr;gap:12px;padding:10px 14px;border-top:1px solid #f1f5f9}
.details.table.single .row:first-child{border-top:none}
.details.table.single .k{font-size:13px;letter-spacing:.02em;text-transform:uppercase;color:#475569;display:flex;align-items:center;gap:8px}
.details.table.single .v{font-size:15px;color:#0f172a;font-weight:600}
/* Agent card */
.agent.card{border:1px solid #eef1f5;border-radius:16px;box-shadow:0 10px 30px rgba(16,24,40,.08);overflow:hidden;transition:transform .2s ease, box-shadow .2s ease;background:#fff}
.agent.card:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(16,24,40,.12)}
.agent.card .card-head{height:56px;background:linear-gradient(135deg,#0ea5e9,#6366f1);display:flex;align-items:center;padding:0 14px;color:#fff;font-weight:700}
.agent.card .agent-body{padding:14px;display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:start}
.agent.card .agent-photo{width:64px;height:64px;border-radius:999px;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 16px rgba(2,6,23,.25)}
.agent.card .agent-info .name{font-weight:800;color:#0f172a}
.agent.card .agent-info .title{color:#475569;margin-top:4px;font-size:13px}
.agent.card .phones{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:6px}
.agent.card .phones a{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#0f172a}
.agent.card .phones a:hover{background:#f8fafc}
.agent.card .btn.block{margin-top:10px;display:inline-flex;align-items:center;justify-content:center;width:100%;padding:10px 12px;border-radius:10px;background:#0ea5e9;color:#fff;text-decoration:none;font-weight:700}
.agent.card .btn.block.alt{background:#111827}
/* Lightbox tighten */
.yegi-lightbox .ctrl{backdrop-filter: blur(6px);-webkit-backdrop-filter: blur(6px)}
.yegi-lightbox img{border:1px solid rgba(255,255,255,.15)}
@media (max-width: 680px){
  .details.table.single .row{grid-template-columns:120px 1fr;padding:10px 12px}
  .yegi-single .media .badges{left:10px;bottom:10px;gap:8px}
  .yegi-single .media .badge{padding:8px 12px;border-radius:12px}
}

/* v0.9.7 polish */
/* Make sure media container overlays work */
.yegi-single .media{position:relative; display:block}
.yegi-single .media .main{width:100%;display:block;border-radius:14px;cursor:zoom-in}
.yegi-single .media .badges{position:absolute;left:14px;right:14px;bottom:14px;display:flex;justify-content:space-between;gap:12px;z-index:3}
.yegi-single .media .badge{background:rgba(248,250,252,.88);border:1px solid rgba(226,232,240,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:10px 16px;border-radius:14px;box-shadow:0 6px 24px rgba(16,24,40,.12);color:#0f172a}
.yegi-single .media .badge.price{font-weight:800}
.yegi-single .media .badge.date{font-weight:600;opacity:.95}
/* Details table — elegant */
.details.table.single{background:linear-gradient(180deg,#ffffff, #fbfdff);border:1px solid #e5eaf0;border-radius:16px;box-shadow:0 8px 28px rgba(16,24,40,.08);overflow:hidden}
.details.table.single .row{display:grid;grid-template-columns:200px 1fr;gap:14px;padding:12px 16px;border-top:1px dashed #e9edf3}
.details.table.single .row:nth-child(odd){background:rgba(246,248,252,.6)}
.details.table.single .row:first-child{border-top:none}
.details.table.single .k{font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#64748b;display:flex;align-items:center;gap:8px}
.details.table.single .v{font-size:15px;color:#0f172a;font-weight:700}
.details.table.single .ico{opacity:.9}
@media (max-width: 820px){
  .details.table.single .row{grid-template-columns:140px 1fr;padding:10px 12px}
}
@media (max-width: 560px){
  .details.table.single .row{grid-template-columns:1fr;gap:6px}
  .details.table.single .k{text-transform:none;font-weight:600;color:#475569}
  .details.table.single .v{font-size:14px}
}
/* Agent card — softer feel */
.agent.card .card-head{height:50px;background:linear-gradient(135deg,#94a3b8,#64748b)}
.agent.card .btn.block{background:#0f172a}
.agent.card .btn.block.alt{background:#334155}
.agent.card .phones a{border-color:#e5e7eb}
/* Lightbox robustness */
.yegi-lightbox{z-index:999999}

/* === v0.9.8 UI overhaul === */
.yeg-v098 .media .img-wrap{position:relative}
.yeg-v098 .media .main{width:100%;display:block;border-radius:16px;cursor:zoom-in}
.yeg-v098 .media .badges{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;gap:12px;z-index:3;pointer-events:none}
.yeg-v098 .media .badge{pointer-events:auto;background:rgba(248,250,252,.9);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(226,232,240,.85);padding:10px 16px;border-radius:14px;box-shadow:0 8px 28px rgba(16,24,40,.14);color:#0f172a}
.yeg-v098 .media .badge.price{font-weight:800}
.yeg-v098 .media .badge.date{font-weight:600}
.yeg-v098 .thumbs{display:flex;gap:10px;margin-top:10px;flex-wrap:wrap}
.yeg-v098 .thumbs img{width:84px;height:64px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;cursor:zoom-in;transition:transform .15s}
.yeg-v098 .thumbs img:hover{transform:scale(1.03)}
/* Cards-style details */
.yeg-v098 .details.cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.yeg-v098 .details.cards .item{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:center;background:linear-gradient(180deg,#ffffff,#f9fbff);border:1px solid #e6ebf1;border-radius:14px;padding:12px 14px;box-shadow:0 8px 28px rgba(16,24,40,.06);transition:transform .15s, box-shadow .15s}
.yeg-v098 .details.cards .item:hover{transform:translateY(-1px);box-shadow:0 12px 34px rgba(16,24,40,.1)}
.yeg-v098 .details.cards .icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(135deg,#eef2ff,#f0f9ff);color:#334155;border:1px solid #e5e7eb}
.yeg-v098 .details.cards .ico{opacity:.9}
.yeg-v098 .details.cards .label{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.yeg-v098 .details.cards .value{font-weight:800;color:#0f172a;font-size:15px}
@media (max-width: 900px){
  .yeg-v098 .details.cards{grid-template-columns:1fr}
}
/* Agent card — soft corporate */
.agent.card.soft{border:1px solid #e6ebf1;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(16,24,40,.08);overflow:hidden}
.agent.card.soft .card-head{height:48px;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;align-items:center;padding:0 14px;color:#0f172a;font-weight:800}
.agent.card.soft .agent-body{padding:14px;display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:start}
.agent.card.soft .agent-photo{width:64px;height:64px;border-radius:999px;object-fit:cover;border:2px solid #fff;box-shadow:0 6px 16px rgba(2,6,23,.2)}
.agent.card.soft .agent-info .name{font-weight:900;color:#0f172a}
.agent.card.soft .agent-info .title{color:#475569;margin-top:4px;font-size:13px}
.agent.card.soft .phones{list-style:none;margin:10px 0 0;padding:0;display:flex;flex-direction:column;gap:8px}
.agent.card.soft .phones a{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #e5e7eb;border-radius:10px;text-decoration:none;color:#0f172a}
.agent.card.soft .phones a:hover{background:#f8fafc}
.agent.card.soft .cta-row{display:flex;gap:10px;margin-top:8px}
.agent.card.soft .btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;border-radius:10px;text-decoration:none;font-weight:800}
.agent.card.soft .btn.dark{background:#0f172a;color:#fff}
.agent.card.soft .btn.outline{border:1px solid #e2e8f0;color:#111;background:#fff}
/* Lightbox — z and blur */
.yegi-lightbox{position:fixed;inset:0;background:rgba(2,6,23,.92);backdrop-filter:blur(2px);display:none;align-items:center;justify-content:center;z-index:999999}
.yegi-lightbox.open{display:flex}
.yegi-lightbox img{max-width:92vw;max-height:86vh;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.15)}
.yegi-lightbox .ctrl{position:absolute;top:50%;transform:translateY(-50%);font-size:22px;color:#fff;background:rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.2);width:42px;height:42px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none}
.yegi-lightbox .prev{left:24px}
.yegi-lightbox .next{right:24px}
.yegi-lightbox .close{top:24px;right:24px;transform:none}

/* v0.9.9 fixes */
.yeg-v098 .media .img-wrap{position:relative !important; overflow:visible !important}
.yeg-v098 .media .badges{position:absolute !important; left:16px !important; right:16px !important; bottom:16px !important; z-index:5 !important}
.yeg-v098 .media .badge{box-shadow:0 10px 30px rgba(16,24,40,.18) !important}
.agent.card.soft .cta-row{justify-content:center}
.agent.card.soft .btn{min-width:140px}
.agent.card.soft .btn.dark{flex:1; max-width:260px; background:linear-gradient(135deg,#0f172a,#1f2937)}
/* Default icon fallback tint */
.yeg-v098 .details .icon .ico{color:#475569}

/* === v1.0.2 — Agent card CSS (sample-style) + badge pinning === */

/****** Rozetleri görsel ÜSTÜNE sabitle ******/
.yeg-v101 .media{position:relative!important}
.yeg-v101 .media .img-wrap{position:relative!important;overflow:visible!important}
.yeg-v101 .media .badges{
  position:absolute!important; top:16px!important; left:16px!important; right:16px!important;
  display:flex; justify-content:space-between; gap:12px; z-index:9!important
}
.yeg-v101 .media .badge{
  background:#fff; border:1px solid rgba(226,232,240,.9);
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  padding:10px 16px; border-radius:16px; box-shadow:0 12px 30px rgba(16,24,40,.15);
  color:#0f172a; font-weight:700
}

/****** Satış temsilcisi kartı – örneğe yakın tasarım ******/
.yeg-v101 .agent-v101{
  border:1px solid #e6ebf1; border-radius:12px; background:#fff;
  box-shadow:0 10px 30px rgba(16,24,40,.08); overflow:hidden;
  transition:transform .25s, box-shadow .25s;
}
.yeg-v101 .agent-v101:hover{transform:translateY(-4px); box-shadow:0 15px 35px rgba(0,0,0,.12)}

/* Üst kapak */
.yeg-v101 .agent-v101 .agent-head{
  position:relative; height:220px; display:flex; align-items:center; justify-content:center;
  margin:-1px; overflow:hidden;
}
.yeg-v101 .agent-v101 .agent-head::before{
  content:""; position:absolute; inset:0; background:linear-gradient(45deg,#003b7b,#0077c8);
}
.yeg-v101 .agent-v101 .agent-photo{
  width:120px; height:120px; object-fit:cover; border-radius:50%;
  border:4px solid #fff; box-shadow:0 6px 18px rgba(0,0,0,.25); z-index:2;
}
/* Company label on header */
.yeg-v101 .agent-v101 .agent-head::after{
  content:"Yılmazer Emlak"; position:absolute; right:14px; bottom:14px; z-index:2;
  color:#fff; font-weight:700; font-size:14px; letter-spacing:.2px;
}

/* Meta under header */
.yeg-v101 .agent-v101 .meta{display:block; padding:18px 16px 6px; text-align:center; background:#fff}
.yeg-v101 .agent-v101 .meta .name{font-size:24px; font-weight:800; color:#2c3e50; margin-bottom:4px}
.yeg-v101 .agent-v101 .meta .company{color:#0077c8; font-size:16px; font-weight:700; margin-bottom:4px}
.yeg-v101 .agent-v101 .meta .loc{color:#7f8c8d; font-size:14px; display:flex; align-items:center; justify-content:center; gap:8px}
/* If Font Awesome exists, use pin icon; otherwise it renders nothing (ok) */
.yeg-v101 .agent-v101 .meta .loc::before{content:"\f3c5"; font-family:"Font Awesome 6 Free"; font-weight:900; color:#e74c3c}

/* Contact box */
.yeg-v101 .agent-v101 .contact-box{
  margin:14px 16px 0; background:#f0f5ff; border:1px solid #dbe6ff; border-radius:10px; padding:14px;
}
.yeg-v101 .agent-v101 .contact-box .row{
  display:flex; align-items:center; gap:12px; padding:10px 6px; text-decoration:none;
  color:#2c3e50; font-weight:700; border-bottom:1px solid #e3ebff;
}
.yeg-v101 .agent-v101 .contact-box .row:last-child{border-bottom:none}
.yeg-v101 .agent-v101 .contact-box .row .ic{
  width:30px; height:30px; display:inline-flex; align-items:center; justify-content:center;
  background:#0077c8; color:#fff; border-radius:50%; font-size:14px;
}

/* WhatsApp & big call */
.yeg-v101 .agent-v101 .btn{display:block; width:calc(100% - 32px); margin:12px 16px 0; text-align:center;
  padding:14px; border-radius:8px; font-weight:700; text-decoration:none; transition:.2s;
}
.yeg-v101 .agent-v101 .btn.whats{background:#e7f6ec; border:1px solid #c7eed6; color:#118f4b}
.yeg-v101 .agent-v101 .btn.whats:hover{filter:brightness(.98)}
.yeg-v101 .agent-v101 .mini-label{display:block; margin:14px 16px 6px; color:#7f8c8d; font-size:14px; text-align:center}
.yeg-v101 .agent-v101 .call-row{display:flex; gap:8px; margin:0 16px}
.yeg-v101 .agent-v101 .call-row .cc,
.yeg-v101 .agent-v101 .call-row .phone{
  border:1px solid #e5e7eb; background:#fff; border-radius:8px; padding:10px;
}
.yeg-v101 .agent-v101 .call-row .cc{width:40%}
.yeg-v101 .agent-v101 .call-row .phone{flex:1}
.yeg-v101 .agent-v101 .btn.call-big{background:#0077c8; color:#fff; margin-bottom:16px}
.yeg-v101 .agent-v101 .btn.call-big:hover{background:#005a9e}

/* Mobile */
@media (max-width:480px){
  .yeg-v101 .agent-v101 .meta .name{font-size:22px}
  .yeg-v101 .agent-v101 .btn{width:calc(100% - 24px); margin-left:12px; margin-right:12px}
  .yeg-v101 .agent-v101 .contact-box{margin-left:12px; margin-right:12px}
}

/* === v1.0.3 — Detail cards styled like provided sample (pure CSS, no markup change) === */

/* Container paddings mimic sample's sections */
.yeg-v101 .details-wrap{padding:25px 0}

/* Section title look */
.yeg-v101 .section-title{
  font-size:18px; color:#374151; margin:0 0 20px; padding:0 0 10px;
  border-bottom:2px solid #e5e7eb; font-weight:600
}

/* Grid */
.yeg-v101 .details.cards{
  display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px
}

/* Card */
.yeg-v101 .details.cards .item{
  background:#f9fafb; border-radius:12px; padding:20px; display:flex; align-items:center;
  transition:all .3s ease; border:1px solid #e5e7eb
}
.yeg-v101 .details.cards .item:hover{
  transform:translateY(-3px); box-shadow:0 7px 15px rgba(0,0,0,.07); border-color:#d1d5db
}

/* Icon box */
.yeg-v101 .details.cards .item .icon{
  width:50px; height:50px; flex-shrink:0; margin-right:15px; border-radius:12px;
  background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%); display:flex; align-items:center; justify-content:center
}
.yeg-v101 .details.cards .item .icon .ico,
.yeg-v101 .details.cards .item .icon i{color:#fff; font-size:20px; line-height:1; display:block}

/* Texts */
.yeg-v101 .details.cards .item .texts{flex:1}
.yeg-v101 .details.cards .item .texts .label{display:block; font-size:14px; color:#6b7280; margin-bottom:5px}
.yeg-v101 .details.cards .item .texts .value{display:block; font-size:18px; font-weight:600; color:#1f2937}
.yeg-v101 .details.cards .item .texts .value.highlight{color:#2563eb}

/* Footer CTA generic style (if used) */
.yeg-v101 .details-footer{padding:20px 0; display:flex; justify-content:flex-end}
.yeg-v101 .details-footer .action-btn{
  padding:12px 25px; background:#2563eb; color:#fff; border:none; border-radius:8px; font-weight:700;
  display:inline-flex; align-items:center; gap:8px; transition:.2s
}
.yeg-v101 .details-footer .action-btn:hover{background:#1d4ed8; transform:translateY(-2px)}

/* Responsive */
@media (max-width:768px){ .yeg-v101 .details.cards{grid-template-columns:1fr} }
@media (max-width:480px){
  .yeg-v101 .details.cards .item{padding:15px}
  .yeg-v101 .details.cards .item .icon{width:45px; height:45px}
}

/* === v1.1.1 UI UPGRADE (keeps shortcode logic intact) === */
.yeg-v101 .media{position:relative!important}
.yeg-v101 .media .img-wrap{position:relative!important;overflow:visible!important}
.yeg-v101 .media .badges{
  position:absolute!important; top:16px!important; left:16px!important; right:16px!important;
  display:flex; justify-content:space-between; gap:12px; z-index:9!important
}
.yeg-v101 .media .badge{
  background:#fff; border:1px solid rgba(226,232,240,.9);
  backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px);
  padding:10px 16px; border-radius:16px; box-shadow:0 12px 30px rgba(16,24,40,.15);
  color:#0f172a; font-weight:700
}
.yeg-v101 .media .badge.price{font-weight:800}

.yegi-lightbox{position:fixed; inset:0; background:rgba(0,0,0,.8); display:none; align-items:center; justify-content:center; z-index:9999}
.yegi-lightbox.open{display:flex}
.yegi-lightbox img{max-width:90vw; max-height:86vh; box-shadow:0 20px 60px rgba(0,0,0,.5); border-radius:8px}
.yegi-lightbox .ctrl{position:absolute; top:20px; color:#fff; font-size:28px; cursor:pointer; user-select:none}
.yegi-lightbox .ctrl.close{right:24px}
.yegi-lightbox .ctrl.prev{left:24px; top:50%; transform:translateY(-50%); font-size:48px}
.yegi-lightbox .ctrl.next{right:24px; top:50%; transform:translateY(-50%); font-size:48px}

/* Detail cards (sample style) */
.yeg-v101 .details-wrap{padding:25px 0}
.yeg-v101 .section-title{font-size:18px; color:#374151; margin:0 0 20px; padding:0 0 10px; border-bottom:2px solid #e5e7eb; font-weight:600}
.yeg-v101 .details.cards{display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:20px}
.yeg-v101 .details.cards .item{background:#f9fafb; border-radius:12px; padding:20px; display:flex; align-items:center; transition:all .3s ease; border:1px solid #e5e7eb}
.yeg-v101 .details.cards .item:hover{transform:translateY(-3px); box-shadow:0 7px 15px rgba(0,0,0,.07); border-color:#d1d5db}
.yeg-v101 .details.cards .item .icon{width:50px; height:50px; flex-shrink:0; margin-right:15px; border-radius:12px; background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%); display:flex; align-items:center; justify-content:center}
.yeg-v101 .details.cards .item .icon .ico, .yeg-v101 .details.cards .item .icon i{color:#fff; font-size:20px; line-height:1; display:block}
.yeg-v101 .details.cards .item .texts{flex:1}
.yeg-v101 .details.cards .item .texts .label{display:block; font-size:14px; color:#6b7280; margin-bottom:5px}
.yeg-v101 .details.cards .item .texts .value{display:block; font-size:18px; font-weight:600; color:#1f2937}
.yeg-v101 .details.cards .item .texts .value.highlight{color:#2563eb}

@media (max-width:768px){ .yeg-v101 .details.cards{grid-template-columns:1fr} }
@media (max-width:480px){ .yeg-v101 .details.cards .item{padding:15px} .yeg-v101 .details.cards .item .icon{width:45px; height:45px} }
