/* BungalovTR Favoriler V205 - yalnız favori modülü */

/* Kart kalbi */
.bungalow-card{position:relative}
.btr-favorite-card-button{position:absolute;z-index:8;top:10px;right:10px;width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(255,255,255,.92);color:#536a50;box-shadow:0 4px 14px rgba(20,32,18,.16);cursor:pointer;transition:transform .18s ease,background .18s ease,color .18s ease}
.btr-favorite-card-button:hover{transform:translateY(-1px);background:#fff;color:#6f8967}
.btr-favorite-card-button svg{width:19px;height:19px;fill:transparent;stroke:currentColor;stroke-width:1.8;stroke-linejoin:round}
.btr-favorite-card-button.is-active{background:#fff;color:#c96f81;border-color:#efd9df}
.btr-favorite-card-button.is-active svg{fill:currentColor;stroke:currentColor}
.btr-favorite-card-button:focus-visible{outline:3px solid rgba(111,137,103,.28);outline-offset:2px}

/* V204'teki Favorilerim linki masaüstü header'da görünmez; yalnız mobil hamburgerde açılır. */
.btr-favorites-mobile-menu-item{display:none!important}

/* Favoriler sayfası */
.btr-favorites-page-main{min-height:58vh;padding:32px 0 72px;background:#fff}
.btr-favorites-page-shell{width:min(calc(100% - 108px),1280px);margin-inline:auto}
.btr-favorites-breadcrumb{display:flex;align-items:center;gap:8px;margin:0 0 28px;color:#7b8278;font-size:14px}
.btr-favorites-breadcrumb a{color:#60705c;text-decoration:none}
.btr-favorites-page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:28px;padding-bottom:24px;border-bottom:1px solid #e8e9e5}
.btr-favorites-page-eyebrow{display:block;margin-bottom:7px;color:#71806d;font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}
.btr-favorites-page-head h1{margin:0;color:#263225;font-size:clamp(32px,4vw,46px);line-height:1.08}
.btr-favorites-page-head p{max-width:680px;margin:12px 0 0;color:#687066;font-size:16px;line-height:1.65}
.btr-favorites-page-clear{flex:0 0 auto;border:1px solid #d9ddd5;border-radius:10px;background:#fff;color:#667164;padding:10px 14px;font:inherit;font-size:14px;cursor:pointer}
.btr-favorites-page-content{padding-top:28px}
.btr-favorites-page-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.btr-favorites-card{position:relative;overflow:hidden;border:1px solid #e4e7e1;border-radius:14px;background:#fff;box-shadow:0 8px 22px rgba(30,42,28,.06)}
.btr-favorites-card__media{display:block;aspect-ratio:4/3;background:#eef0eb;overflow:hidden}
.btr-favorites-card__media img{width:100%;height:100%;display:block;object-fit:cover}
.btr-favorites-card__placeholder{height:100%;display:grid;place-items:center;color:#899087;font-size:13px}
.btr-favorites-card__remove{position:absolute;z-index:3;top:10px;right:10px;width:34px;height:34px;display:grid;place-items:center;border:1px solid #efd9df;border-radius:50%;background:#fff;color:#c96f81;box-shadow:0 3px 10px rgba(20,32,18,.12);cursor:pointer}
.btr-favorites-card__remove svg{width:18px;height:18px;fill:currentColor;stroke:currentColor;stroke-width:1.7}
.btr-favorites-card__body{padding:15px 16px 17px}
.btr-favorites-card__body h2{margin:0;font-size:17px;line-height:1.35}
.btr-favorites-card__body h2 a{color:#263225;text-decoration:none}
.btr-favorites-card__body p{margin:7px 0 0;color:#7a8178;font-size:13px}
.btr-favorites-card__link{display:inline-block;margin-top:13px;color:#60785a;font-size:14px;font-weight:700;text-decoration:none}
.btr-favorites-empty{max-width:640px;margin:28px auto 0;padding:52px 34px;text-align:center;border:1px solid #e5e8e2;border-radius:18px;background:#f8f9f6}
.btr-favorites-empty__icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#f9ebef;color:#c96f81;font-size:30px}
.btr-favorites-empty h2{margin:0;color:#293528;font-size:25px}
.btr-favorites-empty p{margin:11px auto 20px;max-width:470px;color:#737b70;line-height:1.65}
.btr-favorites-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;background:#6f8967;color:#fff;text-decoration:none;font-weight:700}

@media (max-width:1100px){
  .btr-favorites-page-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:820px){
  .btr-favorites-mobile-menu-item{display:list-item!important}
  .btr-favorites-mobile-menu-item>a::before{content:"♡"!important;background:#f9ebef!important;color:#c96f81!important;border-color:#f2dce2!important;font-size:20px!important;font-weight:700!important}
  .btr-favorites-mobile-menu-item>a{font-weight:600!important;color:#20342a!important}

  .btr-favorites-page-main{padding:18px 0 calc(92px + env(safe-area-inset-bottom))}
  .btr-favorites-page-shell{width:min(calc(100% - 28px),760px)}
  .btr-favorites-breadcrumb{margin-bottom:18px;font-size:13px}
  .btr-favorites-page-head{align-items:flex-start;flex-direction:column;gap:16px;padding-bottom:19px}
  .btr-favorites-page-head h1{font-size:31px}
  .btr-favorites-page-head p{margin-top:9px;font-size:14px;line-height:1.55}
  .btr-favorites-page-clear{padding:9px 12px}
  .btr-favorites-page-content{padding-top:20px}
  .btr-favorites-page-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .btr-favorites-card{border-radius:12px}
  .btr-favorites-card__body{padding:12px}
  .btr-favorites-card__body h2{font-size:15px}
  .btr-favorites-card__body p{font-size:12px}
  .btr-favorites-card__link{margin-top:9px;font-size:13px}
  .btr-favorites-empty{margin-top:10px;padding:38px 22px}
  .btr-favorite-card-button{width:34px;height:34px;top:8px;right:8px}
}

@media (max-width:460px){
  .btr-favorites-page-grid{grid-template-columns:1fr}
  .btr-favorites-card{display:grid;grid-template-columns:128px minmax(0,1fr)}
  .btr-favorites-card__media{height:100%;min-height:126px;aspect-ratio:auto}
  .btr-favorites-card__body{align-self:center}
  .btr-favorites-card__remove{top:8px;right:8px;width:32px;height:32px}
}

/* V207 - Favorites page compact header */
.btr-favorites-page-main{padding-top:24px}
.btr-favorites-page-head{align-items:center;padding-bottom:18px}
.btr-favorites-page-head h1{margin:0}
@media (max-width:820px){
  .btr-favorites-page-main{padding-top:14px}
  .btr-favorites-page-head{flex-direction:row;align-items:center;gap:12px;padding-bottom:14px}
  .btr-favorites-page-head h1{font-size:28px}
  .btr-favorites-page-clear{margin-left:auto}
}

/* V208 - Favoriler sayfası sade görünüm */
.btr-favorites-page-actions{
  display:flex;
  justify-content:flex-end;
  align-items:center;
  min-height:42px;
  margin-bottom:18px;
}
.btr-favorites-page-content{padding-top:0}

@media (max-width:820px){
  .btr-favorites-page-actions{
    min-height:38px;
    margin-bottom:12px;
  }
}

/* V209 - breadcrumb geri getirildi; baslik/aciklama geri gelmez */
.btr-favorites-breadcrumb{margin-bottom:16px}
@media (max-width:820px){.btr-favorites-breadcrumb{margin-bottom:12px}}

/* V210 - favori kalbi puan rozetinden bagimsiz olarak sol ustte sabit */
.bungalow-card > .btr-favorite-card-button,
.bungalow-card .btr-favorite-card-button{
  left:10px!important;
  right:auto!important;
  top:10px!important;
}
@media (max-width:820px){
  .bungalow-card > .btr-favorite-card-button,
  .bungalow-card .btr-favorite-card-button{
    left:8px!important;
    right:auto!important;
    top:8px!important;
  }
}

/* V212 - kart aksiyon ikonlari kompakt */
.bungalow-card > .btr-favorite-card-button,
.bungalow-card .btr-favorite-card-button{
  width:32px!important;
  height:32px!important;
  left:10px!important;
  top:10px!important;
}
.bungalow-card > .btr-favorite-card-button svg,
.bungalow-card .btr-favorite-card-button svg{
  width:16px!important;
  height:16px!important;
}
@media (max-width:820px){
  .bungalow-card > .btr-favorite-card-button,
  .bungalow-card .btr-favorite-card-button{
    width:30px!important;
    height:30px!important;
    left:8px!important;
    top:8px!important;
  }
  .bungalow-card > .btr-favorite-card-button svg,
  .bungalow-card .btr-favorite-card-button svg{
    width:15px!important;
    height:15px!important;
  }
}
