/* Phone Toggle Component Styles */
.tjtools-phone-container { 
    display: inline-flex; 
    align-items: center;
    position: relative; 
}

.tjtools-phone-number { 
    display: none; 
    cursor: pointer; 
    text-decoration: underline; 
    padding: 8px 16px; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
    align-items: center; 
    gap: 4px; 
}

.tjtools-phone-toggle-button { 
    cursor: pointer; 
    text-decoration: underline; 
    padding: 8px 16px; 
    border-radius: 4px; 
    transition: all 0.3s ease; 
    display: flex; 
    align-items: center; 
    gap: 4px; 
}

.tjtools-phone-toggle-button:hover { 
    text-decoration: none; 
}

.tjtools-phone-icon { 
    width: 1em; 
    height: 1em; 
    vertical-align: middle; 
    display: inline-flex; 
    flex-shrink: 0;
    line-height: 1; 
}

/* Phone toggle is now visible on all devices including mobile */

