/* BulutWeb footer contact actions. */
#fastContacts.bw-contact-actions {
    right: max(24px, env(safe-area-inset-right, 0px));
    bottom: calc(24px + env(safe-area-inset-bottom, 0px));
    display: flex;
    gap: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #e6e9ed;
    border-radius: 8px;
    box-shadow: none;
    animation: none;
}
#fastContacts.bw-contact-actions li,
#fastContacts.bw-contact-actions li:hover { border-radius: 0; background: transparent; }
#fastContacts.bw-contact-actions li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: auto;
    height: auto;
    min-height: 60px;
    padding: 11px 18px;
    border: 0;
    border-radius: 7px 0 0 7px;
    background: #fff;
    color: #7347c1;
    font-size: 14px;
    line-height: 1.4;
    text-decoration: none;
    box-shadow: none;
    transition: background-color .18s;
}
#fastContacts.bw-contact-actions li.fc-whatsapp a { background: #fff; color: #146c43; border-radius: 0 7px 7px 0; }
#fastContacts.bw-contact-actions li.fc-whatsapp::before { content: ''; position: absolute; left: 0; top: 14px; bottom: 14px; width: 1px; background: #e6e9ed; pointer-events: none; }
#fastContacts.bw-contact-actions li.fc-info a:hover { background: #efedf3; color: #7347c1 !important; }
#fastContacts.bw-contact-actions li.fc-whatsapp a:hover { background: #edf8f2; color: #146c43 !important; }
#fastContacts.bw-contact-actions li a:focus-visible { outline: 3px solid #f7b300; outline-offset: 3px; }
#fastContacts.bw-contact-actions li i {
    display: block;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: #7347c1;
    color: #fff;
    font-size: 22px;
    line-height: 36px;
}
#fastContacts.bw-contact-actions li.fc-whatsapp i { background: #198754; }
#fastContacts.bw-contact-actions li span {
    display: block;
    position: static;
    transform: none;
    padding: 0;
    background: transparent;
    color: inherit;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-align: left;
}
#fastContacts.bw-contact-actions li small { display: block; margin-top: 3px; font-size: 10px; font-weight: 400; line-height: 1.4; letter-spacing: .2px; }
#fastContacts.bw-contact-actions li.fc-info small,
#fastContacts.bw-contact-actions li.fc-whatsapp small { color: #747b86; }
@media (max-width: 767px) {
    body:has(#navbarNav.show, #navbarNav.collapsing) #fastContacts.bw-contact-actions { display: none; }
    #fastContacts.bw-contact-actions {
        right: max(12px, env(safe-area-inset-right, 0px));
        bottom: calc(12px + env(safe-area-inset-bottom, 0px));
        max-width: calc(100vw - 24px);
        gap: 0;
    }
    #fastContacts.bw-contact-actions li a { min-height: 58px; padding: 10px 13px; gap: 8px; }
    #fastContacts.bw-contact-actions li span { font-size: 13px; }
    #fastContacts.bw-contact-actions li i { flex-basis: 32px; width: 32px; height: 32px; font-size: 20px; line-height: 32px; }
}
@media (prefers-reduced-motion: reduce) {
    #fastContacts.bw-contact-actions li a { transition: none; }
}
