/* ISTIKLAL YOLU HABER - NOBETCI ECZANELER */

.home-pharmacy-widget{
    width:100%;
    box-sizing:border-box;
    margin:48px 0 52px;
    padding:0;
}

.home-pharmacy-head{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:24px;
    width:100%;
    margin-bottom:20px;
    padding-bottom:15px;
    border-bottom:2px solid #111;
}

.home-pharmacy-head .eyebrow{
    display:block;
    margin-bottom:8px;
    color:#e31b23;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:800;
    letter-spacing:.16em;
}

.home-pharmacy-head h2{
    margin:0;
    color:#111;
    font-family:Georgia,"Times New Roman",serif;
    font-size:34px;
    line-height:1.05;
    font-weight:700;
}

.home-pharmacy-head > a{
    margin-bottom:4px;
    color:#111;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:700;
    text-decoration:none;
}

.home-pharmacy-head > a:hover{
    color:#e31b23;
}

.home-pharmacy-search{
    display:grid;
    grid-template-columns:minmax(180px,240px) minmax(180px,240px) 170px;
    gap:10px;
    width:100%;
    box-sizing:border-box;
    margin-bottom:15px;
    padding:16px;
    background:#f7f7f5;
    border:1px solid #e0e0dc;
}

.home-pharmacy-search input{
    width:100%;
    height:46px;
    box-sizing:border-box;
    padding:0 14px;
    border:1px solid #c8c8c3;
    border-radius:0;
    outline:none;
    background:#fff;
    color:#111;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
}

.home-pharmacy-search input:focus{
    border-color:#111;
    box-shadow:inset 0 0 0 1px #111;
}

.home-pharmacy-search button{
    width:100%;
    height:46px;
    padding:0 15px;
    border:0;
    border-radius:0;
    background:#e31b23;
    color:#fff;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:800;
    cursor:pointer;
}

.home-pharmacy-search button:hover{
    background:#111;
}

.home-pharmacy-status{
    margin:0 0 14px;
    color:#666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
}

.home-pharmacy-results{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:15px;
    width:100%;
}

.home-pharmacy-card{
    box-sizing:border-box;
    padding:20px;
    background:#fff;
    border:1px solid #dfdfda;
    border-top:3px solid #e31b23;
}

.home-pharmacy-badge{
    display:flex;
    align-items:center;
    gap:7px;
    margin-bottom:11px;
    color:#e31b23;
    font-family:Arial,Helvetica,sans-serif;
    font-size:9px;
    font-weight:900;
    letter-spacing:.14em;
}

.home-pharmacy-badge span{
    width:7px;
    height:7px;
    flex:0 0 7px;
    border-radius:50%;
    background:#16a34a;
}

.home-pharmacy-card h3{
    margin:0 0 6px;
    color:#111;
    font-family:Georgia,"Times New Roman",serif;
    font-size:20px;
    line-height:1.2;
}

.home-pharmacy-card small{
    display:block;
    margin-bottom:10px;
    color:#e31b23;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:800;
}

.home-pharmacy-card p{
    min-height:48px;
    margin:0 0 15px;
    color:#555;
    font-family:Arial,Helvetica,sans-serif;
    font-size:12px;
    line-height:1.55;
}

.home-pharmacy-actions{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    padding-top:13px;
    border-top:1px solid #ecece8;
}

.home-pharmacy-actions a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 11px;
    text-decoration:none;
    font-family:Arial,Helvetica,sans-serif;
    font-size:10px;
    font-weight:800;
}

.home-pharmacy-actions a:first-child{
    background:#f0f0ed;
    color:#111;
}

.home-pharmacy-actions a:last-child{
    background:#111;
    color:#fff;
}

.home-pharmacy-actions a:last-child:hover{
    background:#e31b23;
}

@media(max-width:900px){
    .home-pharmacy-search{
        grid-template-columns:1fr 1fr;
    }

    .home-pharmacy-search button{
        grid-column:1/-1;
    }

    .home-pharmacy-results{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:620px){
    .home-pharmacy-head{
        flex-direction:column;
        align-items:flex-start;
    }

    .home-pharmacy-head h2{
        font-size:29px;
    }

    .home-pharmacy-search{
        grid-template-columns:1fr;
        padding:12px;
    }

    .home-pharmacy-search button{
        grid-column:auto;
    }

    .home-pharmacy-results{
        grid-template-columns:1fr;
    }
}

/* =====================================================
   NOBETCI ECZANELER - GENISLIK / KOMPAKT DUZEN
   ===================================================== */

.container.home-pharmacy-widget,
.home-pharmacy-widget{
    width:calc(100% - 40px) !important;
    max-width:1120px !important;

    margin-left:auto !important;
    margin-right:auto !important;

    box-sizing:border-box !important;
}

/* Başlık da aynı genişlikte */
.home-pharmacy-head{
    width:100% !important;
    max-width:1120px !important;
}

/* Arama alanını bütün sayfaya yayma */
.home-pharmacy-search{
    width:100% !important;
    max-width:760px !important;

    grid-template-columns:
        minmax(180px,230px)
        minmax(180px,230px)
        170px !important;

    padding:12px !important;
}

/* Sonuç kartları */
.home-pharmacy-results{
    width:100% !important;
    max-width:1120px !important;
}

/* Başlığı biraz daha dengeli yap */
.home-pharmacy-head h2{
    font-size:30px !important;
}

/* Bölümün alt/üst boşluğunu azalt */
.home-pharmacy-widget{
    margin-top:36px !important;
    margin-bottom:38px !important;
}

@media(max-width:900px){

    .container.home-pharmacy-widget,
    .home-pharmacy-widget{
        width:calc(100% - 30px) !important;
    }

    .home-pharmacy-search{
        max-width:100% !important;

        grid-template-columns:
            1fr 1fr !important;
    }

    .home-pharmacy-search button{
        grid-column:1/-1 !important;
    }
}

@media(max-width:620px){

    .container.home-pharmacy-widget,
    .home-pharmacy-widget{
        width:calc(100% - 24px) !important;
    }

    .home-pharmacy-search{
        grid-template-columns:1fr !important;
    }

    .home-pharmacy-search button{
        grid-column:auto !important;
    }
}

