/* Ana sayfa nöbetçi eczane kartı — tek kaynaklı, mobil-first bileşen stili. */
.home-premium-root .hp-pharmacy{
 position:relative;display:flex;min-width:0;height:auto;min-height:0;flex-direction:column;
 padding:20px;overflow:hidden;border:1px solid rgba(239,61,72,.16);border-radius:20px;
 background:linear-gradient(145deg,#fff 0,#fffafa 100%);color:#172033;
 box-shadow:0 16px 34px rgba(20,34,57,.16)
}
.home-premium-root .hp-pharmacy:after{display:none}

.home-premium-root .hp-pharmacy__header{
 position:static;display:flex;min-width:0;align-items:center;gap:13px;height:auto;
 padding:0 0 15px;border-bottom:1px solid #e5e7eb;background:none;box-shadow:none
}
.home-premium-root .hp-pharmacy__header>i{
 position:relative;display:block;width:52px;height:52px;flex:0 0 52px;
 border:2px solid #ef3340;border-radius:14px;background:#fff;color:transparent;
 box-shadow:0 8px 18px rgba(239,51,64,.12)
}
.home-premium-root .hp-pharmacy__header>i:after{
 position:absolute;inset:5px;display:grid;place-items:center;content:"E";
 color:#ef3340;font:900 30px/1 Arial,sans-serif;font-style:normal
}
.home-premium-root .hp-pharmacy__header>div{display:flex;min-width:0;flex-direction:column}
.home-premium-root .hp-pharmacy__header b{
 overflow:hidden;color:#172033;font-size:17px;font-weight:800;line-height:1.2;
 letter-spacing:-.015em;white-space:nowrap;text-overflow:ellipsis
}
.home-premium-root .hp-pharmacy__status{
 display:flex;min-width:0;align-items:center;gap:7px;margin-top:5px;
 color:#667085;font-size:11px;font-weight:500;line-height:1.25
}
.home-premium-root .hp-pharmacy__status:before{display:none}
.home-premium-root .hp-pharmacy__status>i{
 display:block;width:8px;height:8px;flex:0 0 8px;border-radius:50%;
 background:#16a34a;box-shadow:0 0 0 4px #dcfce7
}

.home-premium-root .hp-pharmacy__live{
 position:relative;z-index:1;display:flex;min-width:0;flex:1;flex-direction:column;
 padding:18px 0 16px
}
.home-premium-root .hp-pharmacy__name-row{
 display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px
}
.home-premium-root .hp-pharmacy__name-row b{
 min-width:0;overflow:hidden;color:#172033;font-size:20px;font-weight:800;
 line-height:1.2;white-space:nowrap;text-overflow:ellipsis
}
.home-premium-root .hp-pharmacy__name-row em{
 flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#ef3340;color:#fff;
 font-size:8px;font-style:normal;font-weight:800;line-height:1;letter-spacing:.02em;
 box-shadow:0 5px 11px rgba(239,51,64,.22)
}

.home-premium-root .hp-pharmacy__live .hp-pharmacy__address{
 display:flex;max-width:none;min-width:0;align-items:flex-start;gap:10px;
 margin:16px 0 14px;color:#667085;font-size:13px;font-weight:500;line-height:1.45
}
.home-premium-root .hp-pharmacy__address>svg{
 width:20px;height:20px;flex:0 0 20px;margin-top:1px;color:#ef3340
}
.home-premium-root .hp-pharmacy__address>span{
 display:-webkit-box;min-width:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2
}
.home-premium-root .hp-pharmacy__address strong{color:#475467;font-weight:700}

.home-premium-root .hp-pharmacy__phone{
 display:flex;width:100%;min-width:0;min-height:62px;align-items:center;gap:12px;
 margin:0;padding:12px 14px;border-radius:14px;background:linear-gradient(100deg,#fff0f2,#fff9fa);
 color:#17243a;font-size:20px;font-weight:800;line-height:1.1;transition:background .18s ease
}
.home-premium-root .hp-pharmacy__phone>svg{
 width:27px;height:27px;flex:0 0 27px;color:#ef3340
}
.home-premium-root .hp-pharmacy__phone>span{
 min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis
}
.home-premium-root .hp-pharmacy__phone>i{
 display:grid;width:42px;height:42px;flex:0 0 42px;margin-left:auto;place-items:center;
 border-radius:11px;background:#fff;color:#ef3340;font-style:normal;
 box-shadow:0 5px 12px rgba(239,51,64,.09)
}
.home-premium-root .hp-pharmacy__phone>i svg{width:20px;height:20px}
.home-premium-root .hp-pharmacy__phone:hover{background:#ffe8eb;color:#17243a}

.home-premium-root .hp-pharmacy__quick-actions{
 position:relative;z-index:2;display:grid;min-width:0;
 grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:16px;padding:0
}
.home-premium-root .hp-pharmacy__action,
.home-premium-root .hp-pharmacy__live a[href*="/firma/"].hp-pharmacy__action{
 display:flex;min-width:0;min-height:58px;grid-column:auto;align-items:center;justify-content:center;
 gap:7px;margin:0;padding:10px 7px;border:1px solid #d7dce3;border-radius:13px;
 background:#fff;color:#17243a;font-size:12px;font-weight:800;line-height:1.15;
 text-align:center;white-space:normal;box-shadow:0 5px 12px rgba(20,34,57,.06);
 transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease
}
.home-premium-root .hp-pharmacy__action svg{width:18px;height:18px;flex:0 0 18px}
.home-premium-root .hp-pharmacy__action--call{
 border-color:#ef3340;background:linear-gradient(135deg,#f43f4d,#e82837);color:#fff;
 box-shadow:0 8px 17px rgba(232,40,55,.2)
}
.home-premium-root .hp-pharmacy__action:not(.hp-pharmacy__action--call) svg{color:#ef3340}
.home-premium-root .hp-pharmacy__action:hover{
 border-color:#ef3340;box-shadow:0 8px 16px rgba(20,34,57,.1);transform:translateY(-1px)
}
.home-premium-root .hp-pharmacy__action:active{transform:scale(.98)}

.home-premium-root .hp-pharmacy__footer{
 display:block;margin:0;padding:16px 0 0;border-top:1px solid #e5e7eb;
 background:transparent;color:inherit;box-shadow:none
}
.home-premium-root .hp-pharmacy__all{
 position:relative;z-index:2;display:flex;min-height:52px;align-items:center;justify-content:space-between;
 margin:0;padding:13px 16px;border:1px solid #ef3340;border-radius:14px;background:#fff;
 color:#ef3340;font-size:13px;font-weight:800;box-shadow:none;transition:background .18s ease
}
.home-premium-root .hp-pharmacy__all:hover{background:#fff3f4;color:#d92334}
.home-premium-root .hp-pharmacy__action:focus-visible,
.home-premium-root .hp-pharmacy__phone:focus-visible,
.home-premium-root .hp-pharmacy__all:focus-visible{
 outline:3px solid rgba(37,99,235,.28);outline-offset:2px
}

/* Hero içindeki masaüstü kart aynı tasarımı kompakt ölçekte kullanır. */
@media(min-width:761px){
 .home-premium-root .hp-pharmacy{
  width:100%;height:245px;min-height:245px;padding:12px;border-radius:13px;
  box-shadow:0 14px 30px rgba(2,12,25,.25)
 }
 .home-premium-root .hp-pharmacy__header{gap:9px;padding-bottom:8px}
 .home-premium-root .hp-pharmacy__header>i{width:34px;height:34px;flex-basis:34px;border-radius:9px}
 .home-premium-root .hp-pharmacy__header>i:after{inset:3px;font-size:21px}
 .home-premium-root .hp-pharmacy__header b{font-size:12px}
 .home-premium-root .hp-pharmacy__status{gap:5px;margin-top:2px;font-size:7px}
 .home-premium-root .hp-pharmacy__status>i{width:6px;height:6px;flex-basis:6px;box-shadow:0 0 0 3px #dcfce7}
 .home-premium-root .hp-pharmacy__live{padding:8px 0 7px}
 .home-premium-root .hp-pharmacy__name-row{gap:6px}
 .home-premium-root .hp-pharmacy__name-row b{font-size:11px}
 .home-premium-root .hp-pharmacy__name-row em{padding:4px 6px;font-size:6px}
 .home-premium-root .hp-pharmacy__live .hp-pharmacy__address{
  gap:5px;margin:6px 0;color:#667085;font-size:7px;line-height:1.35
 }
 .home-premium-root .hp-pharmacy__address>svg{width:11px;height:11px;flex-basis:11px}
 .home-premium-root .hp-pharmacy__phone{min-height:30px;gap:6px;padding:5px 7px;border-radius:7px;font-size:10px}
 .home-premium-root .hp-pharmacy__phone>svg{width:13px;height:13px;flex-basis:13px}
 .home-premium-root .hp-pharmacy__phone>i{display:none}
 .home-premium-root .hp-pharmacy__quick-actions{gap:4px;margin-top:6px}
 .home-premium-root .hp-pharmacy__action,
 .home-premium-root .hp-pharmacy__live a[href*="/firma/"].hp-pharmacy__action{
  min-height:29px;gap:3px;padding:4px 2px;border-radius:7px;font-size:6.5px;line-height:1
 }
 .home-premium-root .hp-pharmacy__action svg{width:10px;height:10px;flex-basis:10px}
 .home-premium-root .hp-pharmacy__footer{padding:7px 0 0;background:transparent}
 .home-premium-root .hp-pharmacy__all{min-height:32px;padding:7px 9px;border-radius:7px;font-size:7.5px}
}

@media(max-width:760px){
 .home-premium-root .hp-pharmacy{display:flex;margin-top:2px}
}

@media(max-width:360px){
 .home-premium-root .hp-pharmacy{padding:16px}
 .home-premium-root .hp-pharmacy__header{gap:10px}
 .home-premium-root .hp-pharmacy__header>i{width:46px;height:46px;flex-basis:46px}
 .home-premium-root .hp-pharmacy__header>i:after{font-size:26px}
 .home-premium-root .hp-pharmacy__header b{font-size:15px}
 .home-premium-root .hp-pharmacy__status{font-size:10px}
 .home-premium-root .hp-pharmacy__name-row b{font-size:18px}
 .home-premium-root .hp-pharmacy__live .hp-pharmacy__address{font-size:12px}
 .home-premium-root .hp-pharmacy__phone{min-height:56px;padding:10px 12px;font-size:17px}
 .home-premium-root .hp-pharmacy__quick-actions{gap:6px}
 .home-premium-root .hp-pharmacy__action,
 .home-premium-root .hp-pharmacy__live a[href*="/firma/"].hp-pharmacy__action{
  min-height:54px;gap:4px;padding:8px 4px;font-size:10px
 }
 .home-premium-root .hp-pharmacy__action svg{width:16px;height:16px;flex-basis:16px}
}

@media(prefers-reduced-motion:reduce){
 .home-premium-root .hp-pharmacy__action,
 .home-premium-root .hp-pharmacy__phone,
 .home-premium-root .hp-pharmacy__all{transition:none}
}
