/* GFY_SIDEBAR_CONTACT_EXACT_FIX_1_0_4 */

/* Telefonbutton: bestätigtes echtes Element der PC61-Kontaktkarte */
.entry-sidebar .gfy-pc61-card--contact a[href^="tel:"]{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:12px !important;
    width:100% !important;
    min-height:64px !important;
    box-sizing:border-box !important;
    padding:14px 18px !important;
    margin:0 !important;
    border:0 !important;
    border-radius:14px !important;
    background:#147bd1 !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:18px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    text-align:center !important;
    opacity:1 !important;
    visibility:visible !important;
    overflow:visible !important;
    text-indent:0 !important;
}
.entry-sidebar .gfy-pc61-card--contact a[href^="tel:"]:hover,
.entry-sidebar .gfy-pc61-card--contact a[href^="tel:"]:focus{
    background:#0f70c3 !important;
    color:#fff !important;
    text-decoration:none !important;
}
.entry-sidebar .gfy-pc61-card--contact a[href^="tel:"] svg{
    display:block !important;
    flex:0 0 22px !important;
    width:22px !important;
    height:22px !important;
    fill:none !important;
    stroke:currentColor !important;
    stroke-width:2 !important;
    stroke-linecap:round !important;
    stroke-linejoin:round !important;
    color:#fff !important;
}
.entry-sidebar .gfy-pc61-card--contact a[href^="tel:"] span{
    display:inline !important;
    color:#fff !important;
    opacity:1 !important;
    visibility:visible !important;
}

/* Der per Browserdiagnose bestätigte zusätzliche LINKE grüne Punkt */
.entry-sidebar .gfy-pc61-status::before{
    display:none !important;
    content:none !important;
}

/* Der echte verbleibende Statuspunkt */
.entry-sidebar .gfy-pc61-status > .gfy-pc61-status__dot{
    display:block !important;
}
